Searched refs:SubjectSize (Results 1 – 8 of 8) sorted by relevance
/device/linaro/bootloader/edk2/CryptoPkg/Application/Cryptest/ |
D | RsaVerify2.c | 213 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/ |
D | CryptX509.c | 242 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()
|
D | CryptX509Null.c | 123 IN OUT UINTN *SubjectSize in X509GetSubjectName() argument
|
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/ |
D | IpSecCryptIo.c | 1005 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()
|
D | IpSecCryptIo.h | 823 OUT UINTN *SubjectSize
|
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/ |
D | CryptX509Null.c | 123 IN OUT UINTN *SubjectSize in X509GetSubjectName() argument
|
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/ |
D | Payload.c | 310 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/ |
D | BaseCryptLib.h | 2080 IN OUT UINTN *SubjectSize
|