Searched refs:X509_EXTENSIONS (Results 1 – 6 of 6) sorted by relevance
/external/boringssl/src/crypto/x509/ |
D | x_exten.c | 69 ASN1_ITEM_TEMPLATE(X509_EXTENSIONS) = 71 ASN1_ITEM_TEMPLATE_END(X509_EXTENSIONS) 74 IMPLEMENT_ASN1_ENCODE_FUNCTIONS_fname(X509_EXTENSIONS, X509_EXTENSIONS, X509_EXTENSIONS)
|
D | x509_req.c | 210 ASN1_ITEM_rptr(X509_EXTENSIONS)); in STACK_OF() 230 ASN1_ITEM_rptr(X509_EXTENSIONS)); in X509_REQ_add_extensions_nid()
|
/external/libchrome/crypto/ |
D | wincrypt_shim.h | 18 #undef X509_EXTENSIONS
|
/external/boringssl/src/include/openssl/ |
D | x509.h | 171 typedef STACK_OF(X509_EXTENSION) X509_EXTENSIONS; typedef 769 DECLARE_ASN1_ENCODE_FUNCTIONS(X509_EXTENSIONS, X509_EXTENSIONS, X509_EXTENSIONS)
|
/external/curl/lib/ |
D | ldap.c | 63 # undef X509_EXTENSIONS
|
/external/conscrypt/src/main/native/ |
D | org_conscrypt_NativeCrypto.cpp | 314 void operator()(X509_EXTENSIONS* p) const { in operator ()() 318 typedef UniquePtr<X509_EXTENSIONS, X509_EXTENSIONS_Delete> Unique_X509_EXTENSIONS; 10967 static int _X509v3_get_ext_by_OBJ(X509_EXTENSIONS *exts, ASN1_OBJECT *obj, int lastpos) { 10970 static X509_EXTENSION *_X509v3_get_ext(X509_EXTENSIONS* exts, int loc) { 11026 return X509Type_get_ext_oid<X509_EXTENSIONS, _X509v3_get_ext_by_OBJ, _X509v3_get_ext>(
|