Home
last modified time | relevance | path

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

/linux-4.4.14/include/crypto/
Dalgapi.h212 static inline void *crypto_tfm_ctx_aligned(struct crypto_tfm *tfm) in crypto_tfm_ctx_aligned() function
242 return crypto_tfm_ctx_aligned(&tfm->base); in crypto_ablkcipher_ctx_aligned()
261 return crypto_tfm_ctx_aligned(&tfm->base); in crypto_blkcipher_ctx_aligned()
293 return crypto_tfm_ctx_aligned(&tfm->base); in crypto_hash_ctx_aligned()
/linux-4.4.14/include/crypto/internal/
Dhash.h238 return crypto_tfm_ctx_aligned(&tfm->base); in crypto_shash_ctx_aligned()