Searched refs:hash_update (Results 1 – 3 of 3) sorted by relevance
| /Zephyr-latest/subsys/mgmt/mcumgr/grp/fs_mgmt/src/ |
| D | fs_mgmt_hash_checksum_sha256.c | 32 static int hash_update(hash_ctx_t *, const uint8_t *input, size_t ilen); 66 if (hash_update(&hash_ctx, buffer, bytes_read) != SUCCESS_VALUE) { in fs_mgmt_hash_checksum_sha256() 109 static int hash_update(psa_hash_operation_t *ctx, const uint8_t *input, size_t ilen) in hash_update() function 131 static int hash_update(mbedtls_sha256_context *ctx, const uint8_t *input, size_t ilen) in hash_update() function
|
| /Zephyr-latest/samples/boards/microchip/mec172xevb_assy6906/rom_api/src/ |
| D | main.c | 449 ret = hash_update(&zhash_ctx, &zhash_pkt); in test_zephyr_hash_chunk_block_size() 545 ret = hash_update(&zhash_ctx, &zhash_pkt); in test_zephyr_hash_chunk()
|
| /Zephyr-latest/include/zephyr/crypto/ |
| D | crypto.h | 485 static inline int hash_update(struct hash_ctx *ctx, struct hash_pkt *pkt) in hash_update() function
|