Home
last modified time | relevance | path

Searched refs:crypto_shash_ctx_aligned (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/crypto/
H A Dhmac.c35 return align_ptr(crypto_shash_ctx_aligned(tfm) + in hmac_ctx()
46 char *ipad = crypto_shash_ctx_aligned(parent); in hmac_setkey()
102 return hmac_import(pdesc, crypto_shash_ctx_aligned(pdesc->tfm)); in hmac_init()
118 char *opad = crypto_shash_ctx_aligned(parent) + ss; in hmac_final()
133 char *opad = crypto_shash_ctx_aligned(parent) + ss; in hmac_finup()
/kernel/linux/linux-6.6/crypto/
H A Dhmac.c36 return align_ptr(crypto_shash_ctx_aligned(tfm) + in hmac_ctx()
47 char *ipad = crypto_shash_ctx_aligned(parent); in hmac_setkey()
106 return hmac_import(pdesc, crypto_shash_ctx_aligned(pdesc->tfm)); in hmac_init()
122 char *opad = crypto_shash_ctx_aligned(parent) + ss; in hmac_final()
137 char *opad = crypto_shash_ctx_aligned(parent) + ss; in hmac_finup()
/kernel/linux/linux-5.10/include/crypto/internal/
H A Dhash.h234 static inline void *crypto_shash_ctx_aligned(struct crypto_shash *tfm) in crypto_shash_ctx_aligned() function
/kernel/linux/linux-6.6/include/crypto/internal/
H A Dhash.h272 static inline void *crypto_shash_ctx_aligned(struct crypto_shash *tfm) in crypto_shash_ctx_aligned() function

Completed in 3 milliseconds