Home
last modified time | relevance | path

Searched refs:LTC_HASH_Update (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/ltc/
Dfsl_ltc.h1103 status_t LTC_HASH_Update(ltc_hash_ctx_t *ctx, const uint8_t *input, uint32_t inputSize);
Dfsl_ltc.c3597 status_t LTC_HASH_Update(ltc_hash_ctx_t *ctx, const uint8_t *input, uint32_t inputSize) in LTC_HASH_Update() function
3810 status = LTC_HASH_Update(&ctx, input, inputSize); in LTC_HASH()