OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
993
@param[out]
CertSubject
Pointer to the retrieved certificate subject.
1004
OUT UINT8 **
CertSubject
,
1013
X509GetSubjectName (InCert, CertSize, *
CertSubject
, SubjectSize);
1015
*
CertSubject
= AllocateZeroPool (*SubjectSize);
1016
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
311
UINT8 *
CertSubject
;
328
CertSubject
= NULL;
332
&
CertSubject
,
336
ASSERT (
CertSubject
!= NULL);
362
CopyMem (Id + 1,
CertSubject
, SubjectSize);
364
if (
CertSubject
!= NULL) {
365
FreePool (
CertSubject
);
[
all
...]
/device/linaro/bootloader/edk2/CryptoPkg/Include/Library/
BaseCryptLib.h
[
all
...]
Completed in 2976 milliseconds