Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/util/
Dutil_x509_parser.h90 CCError_t UTIL_X509VerifyPubKey(uint8_t **pCert, CCSbNParams_t *pParamsN, unsigned long startAddres…
Dutil_x509_parser.c118 CCError_t UTIL_X509VerifyPubKey(uint8_t **pCert, CCSbNParams_t *pParamsN, unsigned long startAddres… in UTIL_X509VerifyPubKey() function
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/x509_cert_parser/
Dsb_x509_cert_parser.c316 rc = UTIL_X509VerifyPubKey(ppAsn1Cert, pOutPubKey, startAddress, endAddress); in SB_X509_VerifyCertTbsHeader()