Searched refs:pDerivedKey (Results 1 – 5 of 5) sorted by relevance
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/shared/include/cc_util/ |
| D | mbedtls_cc_util_key_derivation.h | 113 uint8_t *pDerivedKey, 133 …_cmac(keyType, pUserKey, pLabel, labelSize, pContextData, contextSize, pDerivedKey, derivedKeySize… argument 134 …_HASH_OperationModeLast, pLabel, labelSize, pContextData, contextSize, pDerivedKey, derivedKeySize) 152 …ype, pUserKey, hashMode, pLabel, labelSize, pContextData, contextSize, pDerivedKey, derivedKeySize… argument 153 …UTIL_PRF_HMAC, hashMode, pLabel, labelSize, pContextData, contextSize, pDerivedKey, derivedKeySize)
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/utils/ |
| D | mbedtls_cc_util_key_derivation.c | 35 uint8_t *pDerivedKey, in mbedtls_util_key_derivation() argument 53 if(pDerivedKey == NULL) in mbedtls_util_key_derivation() 182 … CC_PalMemCopy((uint8_t*)&pDerivedKey[iterationNum*prfUpperLimit], srcToCopy, bytesToCopy); in mbedtls_util_key_derivation()
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/cc3x_productionlib/common/ |
| D | prod_crypto_driver.c | 212 uint8_t *pDerivedKey) in CC_PROD_KeyDerivation() argument 228 (pDerivedKey == NULL)) { in CC_PROD_KeyDerivation() 268 CC_PalMemCopy(pDerivedKey, aesCtx.ivBuf, CC_AES_BLOCK_SIZE_IN_BYTES); in CC_PROD_KeyDerivation()
|
| D | prod_crypto_driver.h | 72 uint8_t *pDerivedKey);
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/cc3x_sbromlib/ |
| D | bsv_crypto_api.h | 75 …uint8_t *pDerivedKey, /*!< [out] Keying material output. Must be at least the size of de…
|