Searched defs:hash_update (Results 1 – 2 of 2) sorted by relevance
109 static int hash_update(psa_hash_operation_t *ctx, const uint8_t *input, size_t ilen) in hash_update() function131 static int hash_update(mbedtls_sha256_context *ctx, const uint8_t *input, size_t ilen) in hash_update() function
485 static inline int hash_update(struct hash_ctx *ctx, struct hash_pkt *pkt) in hash_update() function