Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/utils/src/dmpu_asset_pkg_util/oem_asset_package/lib/
Dmain.c43 char *encKeyBuff, uint32_t encKeyBuffSize, in build_oem_asset_pkg() argument
58 UTIL_LOG_ERR( "encKeyBuffSize %d\n", encKeyBuffSize); in build_oem_asset_pkg()
60 (encKeyBuffSize != SB_CERT_RSA_KEY_SIZE_IN_BYTES) || in build_oem_asset_pkg()
89 encKeyBuff, encKeyBuffSize, in build_oem_asset_pkg()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/utils/src/cc3x_asset_prov_rt/lib/
Dmain.c120 int build_asset_blob(char *encKeyBuff, uint32_t encKeyBuffSize, in build_asset_blob() argument
134 UTIL_LOG_ERR( "encKeyBuffSize %d\n", encKeyBuffSize); in build_asset_blob()
136 (encKeyBuffSize != (KPICV_KEY_SIZE + CC_ASSET_PROV_BLOCK_SIZE)) || in build_asset_blob()
163 rc = CC_CommonAesCbcDecrypt(pKeyPwdFileName, encKeyBuff, encKeyBuffSize, keyPicv); in build_asset_blob()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/utils/src/dmpu_asset_pkg_util/icv_key_response/lib/
Dmain.c80 int generateIcvKeyRespPkg(char *encKeyBuff, uint32_t encKeyBuffSize, in generateIcvKeyRespPkg() argument
96 (encKeyBuffSize != (PROD_KEY_RTL_KEY_SIZE+ AES_BLOCK_SIZE)) || in generateIcvKeyRespPkg()
115 rc = CC_CommonAesCbcDecrypt(pKeyPwdFileName, encKeyBuff, encKeyBuffSize, keyRtl); in generateIcvKeyRespPkg()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/utils/src/cmpu_asset_pkg_util/lib/
Dmain.c133 int build_asset_pkg(char *encKeyBuff, uint32_t encKeyBuffSize, in build_asset_pkg() argument
152 UTIL_LOG_ERR( "encKeyBuffSize %d\n", encKeyBuffSize); in build_asset_pkg()
154 (encKeyBuffSize != (PROD_KEY_RTL_KEY_SIZE+ AES_BLOCK_SIZE)) || in build_asset_pkg()
182 rc = CC_CommonAesCbcDecrypt(pKeyPwdFileName, encKeyBuff, encKeyBuffSize, keyRtl); in build_asset_pkg()