Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/utils/src/common/
Dcommon_rsa_keypair_util.h66 int32_t CC_CommonCalcHBKFromFile(int8_t* pubKeyFileName_ptr, uint8_t *pHash, int32_t hashSize);
Dcommon_rsa_keypair_util.c299 int32_t CC_CommonCalcHBKFromFile(int8_t* pubKeyFileName_ptr, uint8_t *pHash, int32_t hashSize) in CC_CommonCalcHBKFromFile() function
Dcommon_sb_ops.c365 rc = CC_CommonCalcHBKFromFile(pPemFileName_ptr, pHash, hashSize); in SBU_GetHashOfNAndNpFromPubKey()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/utils/src/cc3x_boot_cert/x509cert_lib/
Dmain.c581 …rc = CC_CommonCalcHBKFromFile(pPubKeyFileName, keyCertBody.nextPubKeyHash, HASH_SHA256_DIGEST_SIZE… in SBU_x509_AddKeyCertBodyExtension()
684 …rc = CC_CommonCalcHBKFromFile(pPubKeyFileName, enablerCertBody.nextPubKeyHash, HASH_SHA256_DIGEST_… in SBU_x509_AddEnablerCertBodyExtension()
913 rc = CC_CommonCalcHBKFromFile(pPemFileName_ptr, pHash, hashSize); in SBU_x509_GetHashOfNAndNpFromPubKey()