Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/librkcrypto/demo/
H A Ddemo_ae.c224 res = rk_ae_set_aad_virt(handle, aad_in); in demo_ae_virt()
263 res = rk_ae_set_aad_virt(handle, aad_in); in demo_ae_virt()
/OK3568_Linux_fs/external/security/librkcrypto/include/
H A Drkcrypto_core.h20 RK_RES rk_ae_set_aad_virt(rk_handle handle, uint8_t *aad_virt);
/OK3568_Linux_fs/external/security/librkcrypto/test/
H A Dtest_ae.c137 res = rk_ae_set_aad_virt(handle, aad); in test_ae_item_virt()
201 res = rk_ae_set_aad_virt(handle, aad); in test_ae_item_virt()
H A Dtest_throughput.c518 res = rk_ae_set_aad_virt(handle, aad); in test_ae_item_tp()
586 res = rk_ae_set_aad_virt(handle, aad); in test_ae_item_tp()
/OK3568_Linux_fs/external/security/librkcrypto/src/
H A Drkcrypto_core.c636 RK_RES rk_ae_set_aad_virt(rk_handle handle, uint8_t *aad_virt) in rk_ae_set_aad_virt() function