Home
last modified time | relevance | path

Searched refs:rk_cipher_crypt_virt (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/security/librkcrypto/demo/
H A Ddemo_cipher.c156 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 Drkcrypto_core.h15 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 Dtest_cipher.c182 res = rk_cipher_crypt_virt(cipher_hdl, tmp_data_in, in test_cipher_item_virt()
H A Dtest_throughput.c271 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 Drkcrypto_core.c525 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