HomeSort by relevance Sort by last modified time
    Searched refs:CertSubject (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pk/
CryptX509Null.c 109 @param[out] CertSubject Pointer to the retrieved certificate subject bytes.
110 @param[in, out] SubjectSize The size in bytes of the CertSubject buffer on input,
111 and the size of buffer returned CertSubject on output.
122 OUT UINT8 *CertSubject,
CryptX509.c 224 @param[out] CertSubject Pointer to the retrieved certificate subject bytes.
225 @param[in, out] SubjectSize The size in bytes of the CertSubject buffer on input,
226 and the size of buffer returned CertSubject on output.
241 OUT UINT8 *CertSubject,
284 if (CertSubject != NULL) {
285 i2d_X509_NAME(X509Name, &CertSubject);
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/
CryptX509Null.c 109 @param[out] CertSubject Pointer to the retrieved certificate subject bytes.
110 @param[in, out] SubjectSize The size in bytes of the CertSubject buffer on input,
111 and the size of buffer returned CertSubject on output.
122 OUT UINT8 *CertSubject,
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
IpSecCryptIo.c 990 @param[out] CertSubject Pointer to the retrieved certificate subject.
1001 OUT UINT8 **CertSubject,
1010 X509GetSubjectName (InCert, CertSize, *CertSubject, SubjectSize);
1012 *CertSubject = AllocateZeroPool (*SubjectSize);
1013 if (!X509GetSubjectName (InCert, CertSize, *CertSubject, SubjectSize)) {
IpSecCryptIo.h 811 @param[out] CertSubject Pointer to the retrieved certificate subject.
822 OUT UINT8 **CertSubject,
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/
Payload.c 289 UINT8 *CertSubject;
306 CertSubject = NULL;
310 &CertSubject,
314 ASSERT (CertSubject != NULL);
335 CopyMem (Id + 1, CertSubject, SubjectSize);
337 if (CertSubject != NULL) {
338 FreePool (CertSubject);
    [all...]
  /device/linaro/bootloader/edk2/CryptoPkg/Include/Library/
BaseCryptLib.h     [all...]

Completed in 86 milliseconds