Home
last modified time | relevance | path

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

/linux/drivers/crypto/chelsio/
H A Dchcr_algo.c537 static inline int get_cryptoalg_subtype(struct crypto_skcipher *tfm) in get_cryptoalg_subtype() function
825 (!(get_cryptoalg_subtype(tfm) == in create_cipher_wr()
827 (!(get_cryptoalg_subtype(tfm) == in create_cipher_wr()
1071 int subtype = get_cryptoalg_subtype(tfm); in chcr_update_cipher_iv()
1105 int subtype = get_cryptoalg_subtype(tfm); in chcr_final_cipher_iv()
1177 if (get_cryptoalg_subtype(tfm) == in chcr_handle_cipher_resp()
1194 if (get_cryptoalg_subtype(tfm) == in chcr_handle_cipher_resp()
1203 if (get_cryptoalg_subtype(tfm) == in chcr_handle_cipher_resp()
1231 subtype = get_cryptoalg_subtype(tfm); in process_cipher()
1366 if (get_cryptoalg_subtype(tfm) == in chcr_aes_encrypt()