Home
last modified time | relevance | path

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

/linux/include/crypto/ !
H A Dsha2.h630 struct hmac_sha384_ctx { struct
657 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,
/linux/crypto/ !
H A Dsha512.c191 #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),
/linux/lib/crypto/ !
H A Dsha512.c310 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()
/linux/lib/crypto/tests/ !
H A Dsha384_kunit.c15 #define HMAC_CTX hmac_sha384_ctx