Searched defs:asn1 (Results 1 – 4 of 4) 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/boringssl/src/crypto/x509/ |
D | x509_test.cc | 1022 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/ |
D | native_crypto.cc | 4407 bssl::UniquePtr<ASN1_OBJECT> asn1(OBJ_txt2obj(oid.c_str(), 1)); in X509Type_get_ext() local
|