Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/chelsio/
Dchcr_algo.c851 static int chcr_cipher_fallback_setkey(struct crypto_ablkcipher *cipher, in chcr_cipher_fallback_setkey() function
879 err = chcr_cipher_fallback_setkey(cipher, key, keylen); in chcr_aes_cbc_setkey()
911 err = chcr_cipher_fallback_setkey(cipher, key, keylen); in chcr_aes_ctr_setkey()
948 err = chcr_cipher_fallback_setkey(cipher, key, keylen); in chcr_aes_rfc3686_setkey()
2090 err = chcr_cipher_fallback_setkey(cipher, key, key_len); in chcr_aes_xts_setkey()