Searched refs:sha256_update (Results 1 – 8 of 8) sorted by relevance
| /linux/security/apparmor/ |
| H A D | crypto.c | 50 sha256_update(&sctx, (u8 *)&le32_version, 4); in aa_calc_profile_hash() 51 sha256_update(&sctx, (u8 *)start, len); in aa_calc_profile_hash()
|
| /linux/fs/verity/ |
| H A D | hash_algs.c | 79 sha256_update(&ctx.sha256, padded_salt, padded_salt_size); in fsverity_prepare_hash_state() 117 sha256_update(&ctx.sha256, data, params->block_size); in fsverity_hash_block()
|
| /linux/arch/s390/purgatory/ |
| H A D | purgatory.c | 25 sha256_update(&sctx, (uint8_t *)(ptr->start), ptr->len); in verify_sha256_digest()
|
| /linux/fs/btrfs/ |
| H A D | fs.c | 97 sha256_update(&ctx->sha256, data, len); in btrfs_csum_update()
|
| /linux/crypto/ |
| H A D | sha256.c | 145 sha256_update(SHA256_CTX(desc), data, len); in crypto_sha256_update()
|
| /linux/include/crypto/ |
| H A D | sha2.h | 353 static inline void sha256_update(struct sha256_ctx *ctx, in sha256_update() function
|
| /linux/lib/crypto/ |
| H A D | sha256.c | 267 sha256_update(&ctx, data, len); in sha256()
|
| /linux/drivers/md/ |
| H A D | dm-verity-target.c | 132 sha256_update(ctx, data, len); in verity_hash() 1374 sha256_update(v->initial_hashstate.sha256, in verity_setup_salt_and_hashstate()
|