Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/librkcrypto/demo/
H A Ddemo_ae.c127 res = rk_ae_crypt(handle, in->dma_fd, out->dma_fd, data_len, tag); in demo_ae()
167 res = rk_ae_crypt(handle, out->dma_fd, out->dma_fd, data_len, tag); in demo_ae()
/OK3568_Linux_fs/external/security/librkcrypto/include/
H A Drkcrypto_core.h21 RK_RES rk_ae_crypt(rk_handle handle, int in_fd, int out_fd, uint32_t len, uint8_t *tag);
/OK3568_Linux_fs/external/security/librkcrypto/test/
H A Dtest_ae.c361 res = rk_ae_crypt(handle, plain->dma_fd, ae_hard->dma_fd, data_len, tag_hard); in test_ae_item_fd()
425 res = rk_ae_crypt(handle, ae_hard->dma_fd, ae_hard->dma_fd, data_len, tag_hard); in test_ae_item_fd()
H A Dtest_throughput.c531 res = rk_ae_crypt(handle, in test_ae_item_tp()
599 res = rk_ae_crypt(handle, in test_ae_item_tp()
/OK3568_Linux_fs/external/security/librkcrypto/src/
H A Drkcrypto_core.c641 RK_RES rk_ae_crypt(rk_handle handle, int in_fd, int out_fd, uint32_t len, uint8_t *tag) in rk_ae_crypt() function