Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/platform/pal/
Dcc_pal_x509_verify.c24 CCError_t CC_PalVerifyCertValidity(char *pNotBeforeStr,uint32_t notBeforeStrSize,uint8_t notBeforeS… in CC_PalVerifyCertValidity() argument
29 CC_UNUSED_PARAM(notBeforeStrSize); in CC_PalVerifyCertValidity()
Dcc_pal_x509_defs.h37 uint32_t notBeforeStrSize, /*!< [in] Size of the start period string. */
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/x509_cert_parser/
Dsb_x509_cert_parser.c59 uint32_t notBeforeStrSize = 0; in SB_X509_VerifyCertTbsHeader() local
259 notBeforeStrSize = asn1Data.itemSize; in SB_X509_VerifyCertTbsHeader()
287 notBeforeStrSize, in SB_X509_VerifyCertTbsHeader()