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

/linux-4.1.27/include/crypto/internal/
H A Dhash.h197 return crypto_tfm_in_queue(queue, crypto_ahash_tfm(tfm)); ahash_tfm_in_queue()
/linux-4.1.27/include/crypto/
H A 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)); ablkcipher_tfm_in_queue()
/linux-4.1.27/crypto/
H A Dalgapi.c907 int crypto_tfm_in_queue(struct crypto_queue *queue, struct crypto_tfm *tfm) crypto_tfm_in_queue() function
918 EXPORT_SYMBOL_GPL(crypto_tfm_in_queue); variable

Completed in 71 milliseconds