Lines Matching refs:in_out
29 uint8_t in_out[RK_CRYPTO_MAX_DATA_LEN]; in test_otp_key_item_tp() local
40 memset(in_out, 0x00, sizeof(in_out)); in test_otp_key_item_tp()
41 test_get_rng(in_out, data_len); in test_otp_key_item_tp()
58 res = rk_oem_otp_key_cipher_virt(key_id, &config, in_out, in_out, data_len); in test_otp_key_item_tp()
150 rk_crypto_mem *in_out = NULL; in test_otp_key_fd_tp() local
171 in_out = rk_crypto_mem_alloc(TEST_OTP_BLOCK_SIZE); in test_otp_key_fd_tp()
172 if (!in_out) { in test_otp_key_fd_tp()
194 mode, operation, in_out, len)) { in test_otp_key_fd_tp()
206 if (!in_out) in test_otp_key_fd_tp()
207 rk_crypto_mem_free(in_out); in test_otp_key_fd_tp()
226 void *in_out, uint32_t data_len) in test_cipher_item_tp() argument
241 test_get_rng(in_out, data_len); in test_cipher_item_tp()
271 res = rk_cipher_crypt_virt(handle, in_out, in_out, data_len); in test_cipher_item_tp()
274 ((rk_crypto_mem *)in_out)->dma_fd, in test_cipher_item_tp()
275 ((rk_crypto_mem *)in_out)->dma_fd, in test_cipher_item_tp()