Searched refs:rk_cipher_crypt_virt (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/security/librkcrypto/demo/ |
| H A D | demo_cipher.c | 156 res = rk_cipher_crypt_virt(handle, input, output, data_len); in demo_cipher_virt() 182 res = rk_cipher_crypt_virt(handle, output, output, data_len); in demo_cipher_virt()
|
| /OK3568_Linux_fs/external/security/librkcrypto/include/ |
| H A D | rkcrypto_core.h | 15 RK_RES rk_cipher_crypt_virt(rk_handle handle, const uint8_t *in, uint8_t *out, uint32_t len);
|
| /OK3568_Linux_fs/external/security/librkcrypto/test/ |
| H A D | test_cipher.c | 182 res = rk_cipher_crypt_virt(cipher_hdl, tmp_data_in, in test_cipher_item_virt()
|
| H A D | test_throughput.c | 271 res = rk_cipher_crypt_virt(handle, in_out, in_out, data_len); in test_cipher_item_tp()
|
| /OK3568_Linux_fs/external/security/librkcrypto/src/ |
| H A D | rkcrypto_core.c | 525 RK_RES rk_cipher_crypt_virt(rk_handle handle, const uint8_t *in, uint8_t *out, uint32_t len) in rk_cipher_crypt_virt() function
|