OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_X509_ext_oids
(Results
1 - 3
of
3
) sorted by null
/libcore/crypto/src/main/java/org/conscrypt/
OpenSSLX509Certificate.java
161
NativeCrypto.
get_X509_ext_oids
(mContext, NativeCrypto.EXTENSION_TYPE_CRITICAL);
169
&& (NativeCrypto.
get_X509_ext_oids
(mContext,
185
NativeCrypto.
get_X509_ext_oids
(mContext, NativeCrypto.EXTENSION_TYPE_NON_CRITICAL);
193
&& (NativeCrypto.
get_X509_ext_oids
(mContext,
NativeCrypto.java
423
public static native String[]
get_X509_ext_oids
(long x509ctx, int critical);
[
all
...]
/libcore/crypto/src/main/native/
org_conscrypt_NativeCrypto.cpp
[
all
...]
Completed in 29 milliseconds