Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/chelsio/
H A Dchcr_algo.c920 static int chcr_cipher_fallback_setkey(struct crypto_skcipher *cipher, in chcr_cipher_fallback_setkey() function
942 err = chcr_cipher_fallback_setkey(cipher, key, keylen); in chcr_aes_cbc_setkey()
973 err = chcr_cipher_fallback_setkey(cipher, key, keylen); in chcr_aes_ctr_setkey()
1009 err = chcr_cipher_fallback_setkey(cipher, key, keylen); in chcr_aes_rfc3686_setkey()
2259 err = chcr_cipher_fallback_setkey(cipher, key, key_len); in chcr_aes_xts_setkey()