Searched refs:ilen (Results 1 – 1 of 1) 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); 109 static int hash_update(psa_hash_operation_t *ctx, const uint8_t *input, size_t ilen) in hash_update() argument 111 return psa_hash_update(ctx, input, ilen); in hash_update() 131 static int hash_update(mbedtls_sha256_context *ctx, const uint8_t *input, size_t ilen) in hash_update() argument 133 return mbedtls_sha256_update(ctx, input, ilen); in hash_update()
|