Searched refs:hw_cipher_crypt (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/crypto/rockchip/ |
| H A D | crypto_v2.c | 932 static int hw_cipher_crypt(const u8 *in, u8 *out, u64 len, in hw_cipher_crypt() function 1202 ret = hw_cipher_crypt(in, out, len, NULL, 0, in rk_crypto_des() 1226 return hw_cipher_crypt(in, out, len, NULL, 0, in rk_crypto_aes() 1241 return hw_cipher_crypt(in, out, len, NULL, 0, NULL, 0, mode); in rk_crypto_sm4() 1296 return hw_cipher_crypt(in, NULL, len, NULL, 0, in rk_crypto_mac() 1343 return hw_cipher_crypt(in, out, len, aad, aad_len, in rk_crypto_ae()
|