Searched refs:HMAC_SHA384_CTX (Results 1 – 1 of 1) sorted by relevance
191 #define HMAC_SHA384_CTX(desc) ((struct hmac_sha384_ctx *)shash_desc_ctx(desc)) macro202 hmac_sha384_init(HMAC_SHA384_CTX(desc), HMAC_SHA384_KEY(desc->tfm)); in crypto_hmac_sha384_init()209 hmac_sha384_update(HMAC_SHA384_CTX(desc), data, len); in crypto_hmac_sha384_update()215 hmac_sha384_final(HMAC_SHA384_CTX(desc), out); in crypto_hmac_sha384_final()229 return __crypto_sha512_export(&HMAC_SHA384_CTX(desc)->ctx.sha_ctx, out); in crypto_hmac_sha384_export()234 struct hmac_sha384_ctx *ctx = HMAC_SHA384_CTX(desc); in crypto_hmac_sha384_import()242 return __crypto_sha512_export_core(&HMAC_SHA384_CTX(desc)->ctx.sha_ctx, in crypto_hmac_sha384_export_core()249 struct hmac_sha384_ctx *ctx = HMAC_SHA384_CTX(desc); in crypto_hmac_sha384_import_core()