Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/caam/
Dfsl_caam.c3643 uint8_t updatedKey[CAAM_SHA_BLOCK_SIZE] = {0}; in CAAM_HMAC() local
3646 (void)memset(updatedKey, 0, sizeof(updatedKey)); in CAAM_HMAC()
3648 status = hmac_prehash_key(base, handle, algo, key, keySize, updatedKey, &updatedKeySize); in CAAM_HMAC()
3654 …status = CAAM_HASH(base, handle, algo, input, inputSize, updatedKey, updatedKeySize, output, outpu… in CAAM_HMAC()
3714 uint8_t updatedKey[CAAM_SHA_BLOCK_SIZE] = {0}; in CAAM_HMAC_NonBlocking() local
3717 (void)memset(updatedKey, 0, sizeof(updatedKey)); in CAAM_HMAC_NonBlocking()
3719 status = hmac_prehash_key(base, handle, algo, key, keySize, updatedKey, &updatedKeySize); in CAAM_HMAC_NonBlocking()
3725 …status = CAAM_HASH_NonBlocking(base, handle, descriptor, algo, input, inputSize, updatedKey, updat… in CAAM_HMAC_NonBlocking()