Home | History | Annotate | Download | only in ssl

Lines Matching refs:X509_NAME

128 static int xname_cmp(const X509_NAME **a, const X509_NAME **b) {
134 STACK_OF(X509_NAME) *SSL_load_client_CA_file(const char *file) {
137 X509_NAME *xn = NULL;
138 STACK_OF(X509_NAME) *ret = NULL, *sk;
196 int SSL_add_file_cert_subjects_to_stack(STACK_OF(X509_NAME) *stack,
200 X509_NAME *xn = NULL;
202 int (*oldcmp)(const X509_NAME **a, const X509_NAME **b);
259 int SSL_add_dir_cert_subjects_to_stack(STACK_OF(X509_NAME) *stack,