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/ |
D | common_crypto_sym.h | 96 int32_t CC_CommonCalcHash(uint8_t *pPemDecryted, int32_t pemDecryptedSize, uint8_t *pHash, int32_t …
|
D | common_rsa_keypair_util.c | 275 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()
|
D | common_crypto_sym.c | 420 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/ |
D | main.c | 123 rc = CC_CommonCalcHash((uint8_t *)&pCertStruct->oemMainPubKey, in generateIcvKeyRespPkg()
|