OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:i_ext
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
v3_purp.c
652
int
i_ext
;
local
673
i_ext
= X509_get_ext_by_NID((X509 *) x, NID_ext_key_usage, 0);
674
if (
i_ext
>= 0)
676
X509_EXTENSION *ext = X509_get_ext((X509 *) x,
i_ext
);
/external/openssl/crypto/x509v3/
v3_purp.c
652
int
i_ext
;
local
673
i_ext
= X509_get_ext_by_NID((X509 *) x, NID_ext_key_usage, 0);
674
if (
i_ext
>= 0)
676
X509_EXTENSION *ext = X509_get_ext((X509 *) x,
i_ext
);
Completed in 178 milliseconds