Home
last modified time | relevance | path

Searched refs:hw_cipher_crypt (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/crypto/rockchip/
H A Dcrypto_v2.c981 static int hw_cipher_crypt(const u8 *in, u8 *out, u64 len, in hw_cipher_crypt() function
1251 ret = hw_cipher_crypt(in, out, len, NULL, 0, in rk_crypto_des()
1275 return hw_cipher_crypt(in, out, len, NULL, 0, in rk_crypto_aes()
1290 return hw_cipher_crypt(in, out, len, NULL, 0, NULL, 0, mode); in rk_crypto_sm4()
1349 return hw_cipher_crypt(in, NULL, len, NULL, 0, in rk_crypto_mac()
1396 return hw_cipher_crypt(in, out, len, aad, aad_len, in rk_crypto_ae()