Home
last modified time | relevance | path

Searched refs:SubjectSize (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/CryptoPkg/Application/Cryptest/
DRsaVerify2.c213 UINTN SubjectSize; in ValidateCryptRsa2() local
278 SubjectSize = 0; in ValidateCryptRsa2()
279 Status = X509GetSubjectName (TestCert, sizeof (TestCert), NULL, &SubjectSize); in ValidateCryptRsa2()
280 Subject = (UINT8 *)AllocatePool (SubjectSize); in ValidateCryptRsa2()
281 Status = X509GetSubjectName (TestCert, sizeof (TestCert), Subject, &SubjectSize); in ValidateCryptRsa2()
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pk/
DCryptX509.c242 IN OUT UINTN *SubjectSize in X509GetSubjectName() argument
253 if (Cert == NULL || SubjectSize == NULL) { in X509GetSubjectName()
279 if (*SubjectSize < X509NameSize) { in X509GetSubjectName()
280 *SubjectSize = X509NameSize; in X509GetSubjectName()
283 *SubjectSize = X509NameSize; in X509GetSubjectName()
DCryptX509Null.c123 IN OUT UINTN *SubjectSize in X509GetSubjectName() argument
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
DIpSecCryptIo.c1005 OUT UINTN *SubjectSize in IpSecCryptoIoGetSubjectFromCert() argument
1012 *SubjectSize = 0; in IpSecCryptoIoGetSubjectFromCert()
1013 X509GetSubjectName (InCert, CertSize, *CertSubject, SubjectSize); in IpSecCryptoIoGetSubjectFromCert()
1015 *CertSubject = AllocateZeroPool (*SubjectSize); in IpSecCryptoIoGetSubjectFromCert()
1016 if (!X509GetSubjectName (InCert, CertSize, *CertSubject, SubjectSize)) { in IpSecCryptoIoGetSubjectFromCert()
DIpSecCryptIo.h823 OUT UINTN *SubjectSize
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/
DCryptX509Null.c123 IN OUT UINTN *SubjectSize in X509GetSubjectName() argument
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/
DPayload.c310 UINTN SubjectSize; in Ikev2GenerateCertIdPayload() local
327 SubjectSize = 0; in Ikev2GenerateCertIdPayload()
333 &SubjectSize in Ikev2GenerateCertIdPayload()
335 if (SubjectSize != 0) { in Ikev2GenerateCertIdPayload()
339 IdSize = sizeof (IKEV2_ID) + SubjectSize; in Ikev2GenerateCertIdPayload()
362 CopyMem (Id + 1, CertSubject, SubjectSize); in Ikev2GenerateCertIdPayload()
/device/linaro/bootloader/edk2/CryptoPkg/Include/Library/
DBaseCryptLib.h2080 IN OUT UINTN *SubjectSize