Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/librkcrypto/test/include/c_mode/
H A Dsm4_gcm.h60 int rk_sm4_gcm_encrypt(struct sm4_ae_in *in, struct sm4_ae_out *out, const int enc);
/OK3568_Linux_fs/external/security/librkcrypto/test/
H A Dcmode_adapter.c134 ret = rk_sm4_gcm_encrypt(&sm4_in, &sm4_out, is_enc); in soft_ae()
/OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/
H A Dsm4_gcm.c1439 int rk_sm4_gcm_encrypt(struct sm4_ae_in *in, struct sm4_ae_out *out, const int enc) function