Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/ltc/
Dfsl_ltc.h1090 status_t LTC_HASH_Init(LTC_Type *base, ltc_hash_ctx_t *ctx, ltc_hash_algo_t algo, const uint8_t *ke…
Dfsl_ltc.c3546 status_t LTC_HASH_Init(LTC_Type *base, ltc_hash_ctx_t *ctx, ltc_hash_algo_t algo, const uint8_t *ke… in LTC_HASH_Init() function
3805 status = LTC_HASH_Init(base, &ctx, algo, key, keySize); in LTC_HASH()