Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/utils/src/dmpu_asset_pkg_util/common/
Ddmpu_common.c76 char *pOutKey, uint32_t outKeySize) in AesCmacKeyDerivation() argument
89 (pOutKey == NULL) || in AesCmacKeyDerivation()
110 pKey, keySize, pOutKey); in AesCmacKeyDerivation()
115 UTIL_LOG_BYTE_BUFF("pOutKey", pOutKey, outKeySize); in AesCmacKeyDerivation()
Ddmpu_utils.h73 char *pOutKey, uint32_t outKeySize);
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/utils/src/cmpu_asset_pkg_util/lib/
Dmain.c77 char *pOutKey, uint32_t outKeySize) in AesCmacKeyDerivation() argument
90 (pOutKey == NULL) || in AesCmacKeyDerivation()
111 pKey, keySize, pOutKey); in AesCmacKeyDerivation()
116 UTIL_LOG_BYTE_BUFF("pOutKey", pOutKey, outKeySize); in AesCmacKeyDerivation()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/utils/src/cc3x_asset_prov_rt/lib/
Dmain.c82 char *pOutKey, uint32_t outKeySize) in AesCmacKeyDerivation() argument
99 pKey, keySize, pOutKey); in AesCmacKeyDerivation()
104 UTIL_LOG_BYTE_BUFF("pOutKey", pOutKey, outKeySize); in AesCmacKeyDerivation()