Searched refs:rk_crypto_ecb128_encrypt (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/ |
| H A D | des_ecb.c | 7 static int rk_crypto_ecb128_encrypt(void *ctx, const unsigned char *in, unsigned long length, unsig… in rk_crypto_ecb128_encrypt() function 34 rk_crypto_ecb128_encrypt((void*)&ctx, in, length, out, rk_des_crypt_ecb); in rk_des_ecb_encrypt() 38 rk_crypto_ecb128_encrypt((void*)&ctx3, in, length, out, rk_des3_crypt_ecb); in rk_des_ecb_encrypt() 42 rk_crypto_ecb128_encrypt((void*)&ctx3, in, length, out, rk_des3_crypt_ecb); in rk_des_ecb_encrypt() 52 rk_crypto_ecb128_encrypt((void*)&ctx, in, length, out, rk_des_crypt_ecb); in rk_des_ecb_encrypt() 56 rk_crypto_ecb128_encrypt((void*)&ctx3, in, length, out, rk_des3_crypt_ecb); in rk_des_ecb_encrypt() 60 rk_crypto_ecb128_encrypt((void*)&ctx3, in, length, out, rk_des3_crypt_ecb); in rk_des_ecb_encrypt()
|
| H A D | sm4_ecb.c | 6 static int rk_crypto_ecb128_encrypt(void *ctx, const unsigned char *in, unsigned int length, unsign… in rk_crypto_ecb128_encrypt() function 34 rk_crypto_ecb128_encrypt((void*)&ctx, in, length, out, rk_rk_sm4_crypt_ecb); in rk_sm4_ecb_encrypt()
|
| H A D | aes_ecb.c | 9 static int rk_crypto_ecb128_encrypt(const unsigned char *in, unsigned long length, unsigned char *o… in rk_crypto_ecb128_encrypt() function 45 rk_crypto_ecb128_encrypt(in, length, out, &ks, enc); in rk_aes_ecb_encrypt()
|