Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Dhmac.c40 return align_ptr(crypto_shash_ctx_aligned(tfm) + in hmac_ctx()
51 char *ipad = crypto_shash_ctx_aligned(parent); in hmac_setkey()
112 return hmac_import(pdesc, crypto_shash_ctx_aligned(pdesc->tfm)); in hmac_init()
130 char *opad = crypto_shash_ctx_aligned(parent) + ss; in hmac_final()
147 char *opad = crypto_shash_ctx_aligned(parent) + ss; in hmac_finup()
/linux-4.19.296/include/crypto/internal/
Dhash.h240 static inline void *crypto_shash_ctx_aligned(struct crypto_shash *tfm) in crypto_shash_ctx_aligned() function