OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pX509
(Results
1 - 1
of
1
) sorted by relevancy
/src/crypto/external/cpl/tpm-tools/dist/src/data_mgmt/
data_import.c
327
X509 *
pX509
= NULL;
343
pX509
= PEM_read_X509( pFile, NULL, NULL, NULL );
344
if ( !
pX509
) {
365
pKey = X509_get_pubkey(
pX509
);
370
X509_free(
pX509
);
371
pX509
= NULL;
378
X509_free(
pX509
);
379
pX509
= NULL;
386
*a_pX509 =
pX509
;
942
X509 *
pX509
= a_pX509
[
all
...]
Completed in 14 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026