Home
last modified time | relevance | path

Searched defs:hash_update (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/mgmt/mcumgr/grp/fs_mgmt/src/
Dfs_mgmt_hash_checksum_sha256.c109 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/include/zephyr/crypto/
Dcrypto.h485 static inline int hash_update(struct hash_ctx *ctx, struct hash_pkt *pkt) in hash_update() function