Home
last modified time | relevance | path

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

/linux-4.1.27/include/crypto/
Dalgapi.h183 int crypto_tfm_in_queue(struct crypto_queue *queue, struct crypto_tfm *tfm);
363 return crypto_tfm_in_queue(queue, crypto_ablkcipher_tfm(tfm)); in ablkcipher_tfm_in_queue()
/linux-4.1.27/include/crypto/internal/
Dhash.h197 return crypto_tfm_in_queue(queue, crypto_ahash_tfm(tfm)); in ahash_tfm_in_queue()
/linux-4.1.27/crypto/
Dalgapi.c907 int crypto_tfm_in_queue(struct crypto_queue *queue, struct crypto_tfm *tfm) in crypto_tfm_in_queue() function
918 EXPORT_SYMBOL_GPL(crypto_tfm_in_queue);