Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/crypto/chelsio/
Dchcr_algo.c913 static int chcr_cipher_fallback_setkey(struct crypto_skcipher *cipher, in chcr_cipher_fallback_setkey() function
935 err = chcr_cipher_fallback_setkey(cipher, key, keylen); in chcr_aes_cbc_setkey()
966 err = chcr_cipher_fallback_setkey(cipher, key, keylen); in chcr_aes_ctr_setkey()
1002 err = chcr_cipher_fallback_setkey(cipher, key, keylen); in chcr_aes_rfc3686_setkey()
2253 err = chcr_cipher_fallback_setkey(cipher, key, key_len); in chcr_aes_xts_setkey()