Lines Matching defs:ctx
157 static void __sha256_init(struct __sha256_ctx *ctx, in __sha256_init()
165 void sha224_init(struct sha224_ctx *ctx) in sha224_init()
171 void sha256_init(struct sha256_ctx *ctx) in sha256_init()
177 void __sha256_update(struct __sha256_ctx *ctx, const u8 *data, size_t len) in __sha256_update()
210 static void __sha256_final(struct __sha256_ctx *ctx, in __sha256_final()
230 void sha224_final(struct sha224_ctx *ctx, u8 out[SHA224_DIGEST_SIZE]) in sha224_final()
237 void sha256_final(struct sha256_ctx *ctx, u8 out[SHA256_DIGEST_SIZE]) in sha256_final()
246 struct sha224_ctx ctx; in sha224() local
256 struct sha256_ctx ctx; in sha256() local
315 void __hmac_sha256_init(struct __hmac_sha256_ctx *ctx, in __hmac_sha256_init()
323 void hmac_sha224_init_usingrawkey(struct hmac_sha224_ctx *ctx, in hmac_sha224_init_usingrawkey()
332 void hmac_sha256_init_usingrawkey(struct hmac_sha256_ctx *ctx, in hmac_sha256_init_usingrawkey()
341 static void __hmac_sha256_final(struct __hmac_sha256_ctx *ctx, in __hmac_sha256_final()
360 void hmac_sha224_final(struct hmac_sha224_ctx *ctx, in hmac_sha224_final()
367 void hmac_sha256_final(struct hmac_sha256_ctx *ctx, in hmac_sha256_final()
377 struct hmac_sha224_ctx ctx; in hmac_sha224() local
388 struct hmac_sha256_ctx ctx; in hmac_sha256() local
400 struct hmac_sha224_ctx ctx; in hmac_sha224_usingrawkey() local
412 struct hmac_sha256_ctx ctx; in hmac_sha256_usingrawkey() local