Searched refs:rk_aes_cfb_encrypt (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/security/librkcrypto/test/include/c_mode/ |
| H A D | aes_cfb.h | 60 int rk_aes_cfb_encrypt(const unsigned char *in, unsigned char *out,
|
| /OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/ |
| H A D | aes_cfb.c | 51 int rk_aes_cfb_encrypt(const unsigned char *in, unsigned char *out, in rk_aes_cfb_encrypt() function
|
| /OK3568_Linux_fs/external/security/librkcrypto/test/ |
| H A D | cmode_adapter.c | 41 ret = rk_aes_cfb_encrypt(in, out, in_len, key, key_len, iv, is_enc); in soft_cipher()
|