OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exta
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/x509/
x509_vfy.c
873
ASN1_OCTET_STRING *
exta
, *extb;
local
881
exta
= X509_EXTENSION_get_data(X509_CRL_get_ext(a, i));
884
exta
= NULL;
898
if (!
exta
&& !extb)
901
if (!
exta
|| !extb)
905
if (ASN1_OCTET_STRING_cmp(
exta
, extb))
[
all
...]
/external/openssl/crypto/x509/
x509_vfy.c
884
ASN1_OCTET_STRING *
exta
, *extb;
local
892
exta
= X509_EXTENSION_get_data(X509_CRL_get_ext(a, i));
895
exta
= NULL;
909
if (!
exta
&& !extb)
912
if (!
exta
|| !extb)
916
if (ASN1_OCTET_STRING_cmp(
exta
, extb))
[
all
...]
Completed in 98 milliseconds