Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/librkcrypto/test/include/c_mode/
H A Dsm4_ccm.h64 int rk_sm4_ccm_op(struct sm4_ae_in *in, struct sm4_ae_out *out, int enc);
/OK3568_Linux_fs/external/security/librkcrypto/test/
H A Dcmode_adapter.c137 ret = rk_sm4_ccm_op(&sm4_in, &sm4_out, is_enc); in soft_ae()
/OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/
H A Dsm4_ccm.c507 int rk_sm4_ccm_op(struct sm4_ae_in *in, struct sm4_ae_out *out, const int enc) in rk_sm4_ccm_op() function