Home
last modified time | relevance | path

Searched refs:rk_aes_gcm_encrypt (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/security/librkcrypto/test/include/c_mode/
H A Daes_gcm.h60 int rk_aes_gcm_encrypt(struct aes_ae_in *in, struct aes_ae_out *out, const int enc);
/OK3568_Linux_fs/external/security/librkcrypto/test/
H A Dcmode_adapter.c123 ret = rk_aes_gcm_encrypt(&aes_in, &aes_out, is_enc); in soft_ae()
/OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/
H A Daes_gcm.c1460 int rk_aes_gcm_encrypt(struct aes_ae_in *in, struct aes_ae_out *out, const int enc) function