Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/crypto/chelsio/
Dchcr_algo.c566 static inline int get_cryptoalg_subtype(struct crypto_skcipher *tfm) in get_cryptoalg_subtype() function
854 (!(get_cryptoalg_subtype(tfm) == in create_cipher_wr()
856 (!(get_cryptoalg_subtype(tfm) == in create_cipher_wr()
1100 int subtype = get_cryptoalg_subtype(tfm); in chcr_update_cipher_iv()
1134 int subtype = get_cryptoalg_subtype(tfm); in chcr_final_cipher_iv()
1206 if (get_cryptoalg_subtype(tfm) == in chcr_handle_cipher_resp()
1223 if (get_cryptoalg_subtype(tfm) == in chcr_handle_cipher_resp()
1232 if (get_cryptoalg_subtype(tfm) == in chcr_handle_cipher_resp()
1260 subtype = get_cryptoalg_subtype(tfm); in process_cipher()
1395 if (get_cryptoalg_subtype(tfm) == in chcr_aes_encrypt()