Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dcrypto.h488 static inline bool crypto_tfm_is_async(struct crypto_tfm *tfm) in crypto_tfm_is_async() function
/linux/include/crypto/
H A Dhash.h1024 return crypto_tfm_is_async(&tfm->base); in ahash_is_async()