Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/caam/
Dfsl_caam.c3644 size_t updatedKeySize = 0; in CAAM_HMAC() local
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()
3715 size_t updatedKeySize = 0; in CAAM_HMAC_NonBlocking() local
3719 status = hmac_prehash_key(base, handle, algo, key, keySize, updatedKey, &updatedKeySize); in CAAM_HMAC_NonBlocking()
3725 …H_NonBlocking(base, handle, descriptor, algo, input, inputSize, updatedKey, updatedKeySize, output, in CAAM_HMAC_NonBlocking()