Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/librkcrypto/test/include/c_mode/
H A Dsm4_ecb.h60 int rk_sm4_ecb_encrypt(const unsigned char *in, unsigned char *out,
/OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/
H A Dsm4_ecb.c16 int rk_sm4_ecb_encrypt(const unsigned char *in, unsigned char *out, in rk_sm4_ecb_encrypt() function
/OK3568_Linux_fs/external/security/librkcrypto/test/
H A Dcmode_adapter.c61 ret = rk_sm4_ecb_encrypt(in, out, in_len, key, key_len, is_enc); in soft_cipher()