Searched refs:X509_STORE_get0_objects (Results 1 – 7 of 7) sorted by relevance
446 OPENSSL_EXPORT STACK_OF(X509_OBJECT) *X509_STORE_get0_objects(X509_STORE *st);
512 STACK_OF(X509_OBJECT) *X509_STORE_get0_objects(X509_STORE *st) in STACK_OF()
204 static STACK_OF(X509_OBJECT) *X509_STORE_get0_objects(X509_STORE *store) { in STACK_OF()3371 objs = X509_STORE_get0_objects(store); in cert_store_stats()3427 objs = X509_STORE_get0_objects(store); in get_ca_certs()
248 static STACK_OF(X509_OBJECT) *X509_STORE_get0_objects(X509_STORE *store) { in STACK_OF()4460 objs = X509_STORE_get0_objects(store); in _ssl__SSLContext_cert_store_stats_impl()4511 objs = X509_STORE_get0_objects(store); in _ssl__SSLContext_get_ca_certs_impl()
2262 X509_STORE_get0_objects
3814 '#define X509_STORE_get0_objects GRPC_SHADOW_X509_STORE_get0_objects',
2290 #define X509_STORE_get0_objects GRPC_SHADOW_X509_STORE_get0_objects macro