Home
last modified time | relevance | path

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

/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/chromium_org/third_party/openssl/openssl/include/openssl/
Dpem.h214 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) /**/ argument
215 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) /**/ argument
216 #define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) /**/ argument
217 #define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) /**/ argument
218 #define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) /**/ argument
222 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) \ argument
228 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) \ argument
234 #define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) \ argument
240 #define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) \ argument
248 #define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) \ argument
[all …]
Dpkcs7.h179 unsigned char *asn1; member
/external/chromium_org/third_party/openssl/openssl/crypto/pem/
Dpem.h214 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) /**/ argument
215 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) /**/ argument
216 #define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) /**/ argument
217 #define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) /**/ argument
218 #define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) /**/ argument
222 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) \ argument
228 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) \ argument
234 #define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) \ argument
240 #define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) \ argument
248 #define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) \ argument
[all …]
/external/openssl/crypto/pem/
Dpem.h214 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) /**/ argument
215 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) /**/ argument
216 #define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) /**/ argument
217 #define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) /**/ argument
218 #define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) /**/ argument
222 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) \ argument
228 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) \ argument
234 #define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) \ argument
240 #define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) \ argument
248 #define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) \ argument
[all …]
/external/openssl/include/openssl/
Dpem.h214 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) /**/ argument
215 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) /**/ argument
216 #define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) /**/ argument
217 #define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) /**/ argument
218 #define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) /**/ argument
222 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) \ argument
228 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) \ argument
234 #define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) \ argument
240 #define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) \ argument
248 #define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) \ argument
[all …]
Dpkcs7.h179 unsigned char *asn1; member
/external/chromium_org/net/cert/
Dasn1_util.cc9 namespace asn1 { namespace
/external/chromium_org/chrome/browser/devtools/device/usb/
Dandroid_rsa.cc212 std::string asn1(public_key.begin(), public_key.end()); in AndroidRSAPublicKey() local
/external/openssl/crypto/pkcs7/
Dpkcs7.h179 unsigned char *asn1; member
/external/chromium_org/third_party/openssl/openssl/crypto/pkcs7/
Dpkcs7.h179 unsigned char *asn1; member
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp5343 Unique_ASN1_OBJECT asn1(OBJ_txt2obj(oid.c_str(), 1)); in X509Type_get_ext() local