Searched refs:hmac_sha224_ctx (Results 1 – 4 of 4) sorted by relevance
217 struct hmac_sha224_ctx { struct244 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,
185 #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),
15 #define HMAC_CTX hmac_sha224_ctx
385 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()