Searched refs:LTC_HASH_Update (Results 1 – 2 of 2) sorted by relevance
1103 status_t LTC_HASH_Update(ltc_hash_ctx_t *ctx, const uint8_t *input, uint32_t inputSize);
3597 status_t LTC_HASH_Update(ltc_hash_ctx_t *ctx, const uint8_t *input, uint32_t inputSize) in LTC_HASH_Update() function3810 status = LTC_HASH_Update(&ctx, input, inputSize); in LTC_HASH()