Home
last modified time | relevance | path

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 Ddes_cfb.c7 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 Dsm4_cfb.c6 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 Daes_cfb.c11 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()