Home | History | Annotate | Download | only in Pk

Lines Matching defs:CertSize

26   @param[in]  CertSize        The size of certificate data in bytes.

37 IN UINTN CertSize,
47 if (Cert == NULL || SingleX509Cert == NULL || CertSize > INT_MAX) {
55 X509Cert = d2i_X509 (NULL, &Temp, (long) CertSize);
89 UINTN CertSize;
127 CertSize = VA_ARG (Args, UINTN);
128 if (CertSize == 0) {
138 CertSize,
223 @param[in] CertSize Size of the X509 certificate in bytes.
240 IN UINTN CertSize,
262 Status = X509ConstructCertificate (Cert, CertSize, (UINT8 **) &X509Cert);
304 @param[in] CertSize Size of the X509 certificate in bytes.
320 IN UINTN CertSize,
341 Status = X509ConstructCertificate (Cert, CertSize, (UINT8 **) &X509Cert);
383 @param[in] CertSize Size of the X509 certificate in bytes.
399 IN UINTN CertSize,
438 Status = X509ConstructCertificate (Cert, CertSize, (UINT8 **) &X509Cert);
509 @param[in] CertSize Size of the X509 certificate in bytes.
525 IN UINTN CertSize,
539 (TBSCertSize == NULL) || (CertSize > INT_MAX)) {
561 ASN1_get_object (&Temp, (long *)&Length, (int *)&Asn1Tag, (int *)&ObjClass, (long)CertSize);