Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/crypto/rockchip/
H A Dcrypto_v2.c860 static int hw_cipher_init(u32 chn, const u8 *key, const u8 *twk_key, in hw_cipher_init() function
1146 return hw_cipher_init(chn, key, twk_key, key_len, iv, iv_len, in hw_aes_init()
1173 return hw_cipher_init(chn, key, twk_key, key_len, iv, iv_len, in hw_sm4_init()
1197 ret = hw_cipher_init(0, tmp_key, NULL, key_len, iv, DES_BLOCK_SIZE, in rk_crypto_des()
1291 ret = hw_cipher_init(g_key_chn, key, NULL, key_len, NULL, 0, in rk_crypto_mac()
1338 ret = hw_cipher_init(g_key_chn, key, NULL, key_len, nonce, nonce_len, in rk_crypto_ae()