Home
last modified time | relevance | path

Searched refs:pPemFileName_ptr (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/utils/src/common/
Dcommon_sb_ops.h236 SBUEXPORT_C int SBU_GetHashOfNAndNpFromPubKey(char* pPemFileName_ptr, char *pHash, int hashSize);
Dcommon_sb_ops.c359 SBUEXPORT_C int SBU_GetHashOfNAndNpFromPubKey(char* pPemFileName_ptr, char *pHash, int hashSize) in SBU_GetHashOfNAndNpFromPubKey() argument
365 rc = CC_CommonCalcHBKFromFile(pPemFileName_ptr, pHash, hashSize); in SBU_GetHashOfNAndNpFromPubKey()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/utils/src/cc3x_boot_cert/x509cert_lib/
Dmain.c907 SBUEXPORT_C int SBU_x509_GetHashOfNAndNpFromPubKey(char* pPemFileName_ptr, char *pHash, int hashSiz… in SBU_x509_GetHashOfNAndNpFromPubKey() argument
913 rc = CC_CommonCalcHBKFromFile(pPemFileName_ptr, pHash, hashSize); in SBU_x509_GetHashOfNAndNpFromPubKey()