Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/librkcrypto/test/include/c_mode/
H A Dsm4_cbc.h60 int rk_sm4_cbc_encrypt(const unsigned char *in, unsigned char *out,
/OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/
H A Dsm4_cbc.c55 int rk_sm4_cbc_encrypt(const unsigned char *in, unsigned char *out, in rk_sm4_cbc_encrypt() function
/OK3568_Linux_fs/external/security/librkcrypto/test/
H A Dcmode_adapter.c64 ret = rk_sm4_cbc_encrypt(in, out, in_len, key, key_len, iv, is_enc); in soft_cipher()