Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Dsha2.h217 struct hmac_sha224_ctx { struct
244 static inline void hmac_sha224_init(struct hmac_sha224_ctx *ctx, in hmac_sha224_init()
262 void hmac_sha224_init_usingrawkey(struct hmac_sha224_ctx *ctx,
275 static inline void hmac_sha224_update(struct hmac_sha224_ctx *ctx, in hmac_sha224_update()
290 void hmac_sha224_final(struct hmac_sha224_ctx *ctx,
/linux/crypto/
H A Dsha256.c185 #define HMAC_SHA224_CTX(desc) ((struct hmac_sha224_ctx *)shash_desc_ctx(desc))
228 struct hmac_sha224_ctx *ctx = HMAC_SHA224_CTX(desc); in crypto_hmac_sha224_import()
243 struct hmac_sha224_ctx *ctx = HMAC_SHA224_CTX(desc); in crypto_hmac_sha224_import_core()
372 .descsize = sizeof(struct hmac_sha224_ctx),
/linux/lib/crypto/tests/
H A Dsha224_kunit.c15 #define HMAC_CTX hmac_sha224_ctx
/linux/lib/crypto/
H A Dsha256.c385 void hmac_sha224_init_usingrawkey(struct hmac_sha224_ctx *ctx, in hmac_sha224_init_usingrawkey()
422 void hmac_sha224_final(struct hmac_sha224_ctx *ctx, in hmac_sha224_final()
439 struct hmac_sha224_ctx ctx; in hmac_sha224()
462 struct hmac_sha224_ctx ctx; in hmac_sha224_usingrawkey()