Searched refs:__sha256_update (Results 1 – 2 of 2) sorted by relevance
| /linux/include/crypto/ |
| H A D | sha2.h | 132 void __sha256_update(struct __sha256_ctx *ctx, const u8 *data, size_t len); 181 __sha256_update(&ctx->ctx, data, len); in sha224_update() 278 __sha256_update(&ctx->ctx.sha_ctx, data, data_len); in hmac_sha224_update() 356 __sha256_update(&ctx->ctx, data, len); in sha256_update() 482 __sha256_update(&ctx->ctx.sha_ctx, data, data_len); in hmac_sha256_update()
|
| /linux/lib/crypto/ |
| H A D | sha256.c | 185 void __sha256_update(struct __sha256_ctx *ctx, const u8 *data, size_t len) in __sha256_update() function 216 EXPORT_SYMBOL(__sha256_update); 300 __sha256_update(&mut_ctx, data1, len); in sha256_finup_2x_sequential() 304 __sha256_update(&mut_ctx, data2, len); in sha256_finup_2x_sequential()
|