Home
last modified time | relevance | path

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

/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
95 (encKeyBuff == NULL) || in generateIcvKeyRespPkg()
115 rc = CC_CommonAesCbcDecrypt(pKeyPwdFileName, encKeyBuff, encKeyBuffSize, keyRtl); in generateIcvKeyRespPkg()
/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
59 if ((encKeyBuff == NULL) || 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
135 if ((encKeyBuff == NULL) || 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/cmpu_asset_pkg_util/lib/
Dmain.c133 int build_asset_pkg(char *encKeyBuff, uint32_t encKeyBuffSize, in build_asset_pkg() argument
153 if ((encKeyBuff == NULL) || in build_asset_pkg()
182 rc = CC_CommonAesCbcDecrypt(pKeyPwdFileName, encKeyBuff, encKeyBuffSize, keyRtl); in build_asset_pkg()