Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/caam/
Dfsl_caam.c489 const uint8_t *inputKey, in hmac_prehash_key() argument
502 …status = CAAM_HASH(base, handle, mappedAlgo, inputKey, inputKeySize, NULL, 0, outputKey, outputKey… in hmac_prehash_key()
507 (void)caam_memcpy(outputKey, inputKey, inputKeySize); in hmac_prehash_key()