Searched refs:hmac_sha384_ctx (Results 1 – 4 of 4) sorted by relevance
630 struct hmac_sha384_ctx { struct657 static inline void hmac_sha384_init(struct hmac_sha384_ctx *ctx, in hmac_sha384_init()675 void hmac_sha384_init_usingrawkey(struct hmac_sha384_ctx *ctx,688 static inline void hmac_sha384_update(struct hmac_sha384_ctx *ctx, in hmac_sha384_update()703 void hmac_sha384_final(struct hmac_sha384_ctx *ctx,
191 #define HMAC_SHA384_CTX(desc) ((struct hmac_sha384_ctx *)shash_desc_ctx(desc))234 struct hmac_sha384_ctx *ctx = HMAC_SHA384_CTX(desc); in crypto_hmac_sha384_import()249 struct hmac_sha384_ctx *ctx = HMAC_SHA384_CTX(desc); in crypto_hmac_sha384_import_core()378 .descsize = sizeof(struct hmac_sha384_ctx),
310 void hmac_sha384_init_usingrawkey(struct hmac_sha384_ctx *ctx, in hmac_sha384_init_usingrawkey()349 void hmac_sha384_final(struct hmac_sha384_ctx *ctx, in hmac_sha384_final()366 struct hmac_sha384_ctx ctx; in hmac_sha384()389 struct hmac_sha384_ctx ctx; in hmac_sha384_usingrawkey()
15 #define HMAC_CTX hmac_sha384_ctx