Searched refs:inputKeySize (Results 1 – 1 of 1) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/caam/ |
| D | fsl_caam.c | 490 size_t inputKeySize, in hmac_prehash_key() argument 497 inputKeySize > 64u) || in hmac_prehash_key() 498 (((algo == kCAAM_HmacSha384) || (algo == kCAAM_HmacSha512)) && inputKeySize > 128u)) in hmac_prehash_key() 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() 508 *outputKeySize = inputKeySize; in hmac_prehash_key()
|