Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/utils/src/common/
Dcommon_crypto_sym.h96 int32_t CC_CommonCalcHash(uint8_t *pPemDecryted, int32_t pemDecryptedSize, uint8_t *pHash, int32_t …
Dcommon_rsa_keypair_util.c275 if (CC_CommonCalcHash((uint8_t *)&gNAndNp, sizeof(gNAndNp), pHash, hashSize) != 0) { in CC_CommonCalcHBKFromBuff()
333 …if (CC_CommonCalcHash((uint8_t *)&gNAndNp, SB_CERT_RSA_KEY_SIZE_IN_BYTES+NP_SIZE_IN_BYTES, pHash, … in CC_CommonCalcHBKFromFile()
Dcommon_crypto_sym.c420 int32_t CC_CommonCalcHash(uint8_t *pPemDecryted, in CC_CommonCalcHash() function
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/utils/src/dmpu_asset_pkg_util/icv_key_response/lib/
Dmain.c123 rc = CC_CommonCalcHash((uint8_t *)&pCertStruct->oemMainPubKey, in generateIcvKeyRespPkg()