Home
last modified time | relevance | path

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

/linux-4.4.14/include/crypto/
Dalgapi.h186 int crypto_tfm_in_queue(struct crypto_queue *queue, struct crypto_tfm *tfm);
350 return crypto_tfm_in_queue(queue, crypto_ablkcipher_tfm(tfm)); in ablkcipher_tfm_in_queue()
/linux-4.4.14/include/crypto/internal/
Dhash.h197 return crypto_tfm_in_queue(queue, crypto_ahash_tfm(tfm)); in ahash_tfm_in_queue()
/linux-4.4.14/crypto/
Dalgapi.c924 int crypto_tfm_in_queue(struct crypto_queue *queue, struct crypto_tfm *tfm) in crypto_tfm_in_queue() function
935 EXPORT_SYMBOL_GPL(crypto_tfm_in_queue);