Home
last modified time | relevance | path

Searched defs:asn1 (Results 1 – 3 of 3) 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/conscrypt/common/src/jni/main/cpp/
DNativeCrypto.cpp4104 bssl::UniquePtr<ASN1_OBJECT> asn1(OBJ_txt2obj(oid.c_str(), 1)); in X509Type_get_ext() local