Searched refs:rk_crypto_cfb128_encrypt (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/ |
| H A D | des_cfb.c | 7 static void rk_crypto_cfb128_encrypt(void *ctx, const unsigned char *in, unsigned char *out, in rk_crypto_cfb128_encrypt() function 60 rk_crypto_cfb128_encrypt((void *)&ctx, in, out,length, ivec, in rk_des_cfb_encrypt() 65 rk_crypto_cfb128_encrypt((void *)&ctx3, in, out,length, ivec, in rk_des_cfb_encrypt() 70 rk_crypto_cfb128_encrypt((void *)&ctx3, in, out,length, ivec, in rk_des_cfb_encrypt()
|
| H A D | sm4_cfb.c | 6 void rk_crypto_cfb128_encrypt(void *ctx, const unsigned char *in, unsigned char *out, in rk_crypto_cfb128_encrypt() function 57 rk_crypto_cfb128_encrypt((void *)&ctx, in, out,length, ivec, in rk_sm4_cfb_encrypt()
|
| H A D | aes_cfb.c | 11 static void rk_crypto_cfb128_encrypt(const unsigned char *in, unsigned char *out, in rk_crypto_cfb128_encrypt() function 48 rk_crypto_cfb128_encrypt(in,out,length,key,ivec,num,enc,(block128_f)rk_aes_encrypt); in rk_aes_cfb128_encrypt()
|