Home
last modified time | relevance | path

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

/Linux-v4.19/include/crypto/
Dalgapi.h195 int crypto_tfm_in_queue(struct crypto_queue *queue, struct crypto_tfm *tfm);
380 return crypto_tfm_in_queue(queue, crypto_ablkcipher_tfm(tfm)); in ablkcipher_tfm_in_queue()
/Linux-v4.19/include/crypto/internal/
Dhash.h207 return crypto_tfm_in_queue(queue, crypto_ahash_tfm(tfm)); in ahash_tfm_in_queue()
/Linux-v4.19/crypto/
Dalgapi.c945 int crypto_tfm_in_queue(struct crypto_queue *queue, struct crypto_tfm *tfm) in crypto_tfm_in_queue() function
956 EXPORT_SYMBOL_GPL(crypto_tfm_in_queue);