Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/chelsio/
Dchcr_algo.c869 static int chcr_cipher_fallback_setkey(struct crypto_ablkcipher *cipher, in chcr_cipher_fallback_setkey() function
898 err = chcr_cipher_fallback_setkey(cipher, key, keylen); in chcr_aes_cbc_setkey()
930 err = chcr_cipher_fallback_setkey(cipher, key, keylen); in chcr_aes_ctr_setkey()
967 err = chcr_cipher_fallback_setkey(cipher, key, keylen); in chcr_aes_rfc3686_setkey()
2158 err = chcr_cipher_fallback_setkey(cipher, key, key_len); in chcr_aes_xts_setkey()