Home
last modified time | relevance | path

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

/external/boringssl/src/include/openssl/
Dpem.h117 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) /**/ argument
118 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) /**/ argument
119 #define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) /**/ argument
120 #define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) /**/ argument
121 #define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) /**/ argument
161 #define IMPLEMENT_PEM_read_bio(name, type, str, asn1) \ argument
167 #define IMPLEMENT_PEM_write_bio(name, type, str, asn1) \ argument
173 #define IMPLEMENT_PEM_write_bio_const(name, type, str, asn1) \ argument
179 #define IMPLEMENT_PEM_write_cb_bio(name, type, str, asn1) \ argument
186 #define IMPLEMENT_PEM_write_cb_bio_const(name, type, str, asn1) \ argument
[all …]
/external/boringssl/src/crypto/asn1/
DCMakeLists.txt4 asn1 target
/external/boringssl/src/crypto/x509/
Dx509_test.cc1022 bssl::UniquePtr<ASN1_INTEGER> asn1(BN_to_ASN1_INTEGER(bn, nullptr)); in TEST() local
1030 bssl::UniquePtr<ASN1_ENUMERATED> asn1(BN_to_ASN1_ENUMERATED(bn, nullptr)); in TEST() local
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc4407 bssl::UniquePtr<ASN1_OBJECT> asn1(OBJ_txt2obj(oid.c_str(), 1)); in X509Type_get_ext() local