Home
last modified time | relevance | path

Searched defs:asn1 (Results 1 – 7 of 7) sorted by relevance

/external/boringssl/src/include/openssl/
Dpem.h209 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) /**/ argument
210 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) /**/ argument
211 #define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) /**/ argument
212 #define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) /**/ argument
213 #define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) /**/ argument
217 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) \ argument
223 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) \ argument
229 #define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) \ argument
235 #define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) \ argument
243 #define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) \ argument
[all …]
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
DOidTest.java122 ASN1Oid asn1 = ASN1Oid.getInstance(); in test_MappingToIntArray() local
172 ASN1Oid asn1 = ASN1Oid.getInstanceForString(); in test_MappingToString() local
DBooleanTest.java49 ASN1Boolean asn1 = ASN1Boolean.getInstance(); in test_Decode_Encode() local
DIntegerTest.java89 ASN1Integer asn1 = ASN1Integer.getInstance(); in testDecode_Encode() local
DBitStringTest.java60 ASN1BitString asn1 = ASN1BitString.getInstance(); in testDecode_Encode() local
/external/boringssl/src/crypto/asn1/
DCMakeLists.txt4 asn1 target
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp6102 Unique_ASN1_OBJECT asn1(OBJ_txt2obj(oid.c_str(), 1)); local