Home
last modified time | relevance | path

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

/linux-3.4.99/crypto/
Dhmac.c28 struct hmac_ctx { struct
37 static inline struct hmac_ctx *hmac_ctx(struct crypto_shash *tfm) in hmac_ctx() function
52 struct hmac_ctx *ctx = align_ptr(opad + ss, in hmac_setkey()
104 struct hmac_ctx *ctx = hmac_ctx(pdesc->tfm); in hmac_import()
165 struct hmac_ctx *ctx = hmac_ctx(parent); in hmac_init_tfm()
180 struct hmac_ctx *ctx = hmac_ctx(__crypto_shash_cast(tfm)); in hmac_exit_tfm()
227 inst->alg.base.cra_ctxsize = sizeof(struct hmac_ctx) + in hmac_create()