Searched defs:asn1 (Results 1 – 3 of 3) sorted by relevance
/external/boringssl/src/include/openssl/ |
D | pem.h | 117 #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/ |
D | CMakeLists.txt | 4 asn1 target
|
/external/conscrypt/common/src/jni/main/cpp/ |
D | NativeCrypto.cpp | 4104 bssl::UniquePtr<ASN1_OBJECT> asn1(OBJ_txt2obj(oid.c_str(), 1)); in X509Type_get_ext() local
|