Home
last modified time | relevance | path

Searched refs:sk_X509_NAME_push (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/ssl/
H A Dssl_cert.c497 sk_X509_NAME_push(ret, name); /* Cannot fail after reserve call */ in STACK_OF()
562 if (!sk_X509_NAME_push(*sk, name)) { in add_ca_name()
676 if (!sk_X509_NAME_push(ret, xn)) in STACK_OF()
734 } else if (!sk_X509_NAME_push(stack, xn)) { in SSL_add_file_cert_subjects_to_stack()
842 } else if (!sk_X509_NAME_push(stack, xn)) { in add_uris_recursive()
/freebsd/crypto/openssl/test/
H A Dsslapitest.c8700 || !TEST_true(sk_X509_NAME_push(sk1, X509_NAME_dup(name[0]))) in test_ca_names_int()
8701 || !TEST_true(sk_X509_NAME_push(sk1, X509_NAME_dup(name[1]))) in test_ca_names_int()
8703 || !TEST_true(sk_X509_NAME_push(sk2, X509_NAME_dup(name[0]))) in test_ca_names_int()
8704 || !TEST_true(sk_X509_NAME_push(sk2, X509_NAME_dup(name[1])))) in test_ca_names_int()
8713 || !TEST_true(sk_X509_NAME_push(sk1, X509_NAME_dup(name[2]))) in test_ca_names_int()
8714 || !TEST_true(sk_X509_NAME_push(sk1, X509_NAME_dup(name[3]))) in test_ca_names_int()
8716 || !TEST_true(sk_X509_NAME_push(sk2, X509_NAME_dup(name[2]))) in test_ca_names_int()
8717 || !TEST_true(sk_X509_NAME_push(sk2, X509_NAME_dup(name[3])))) in test_ca_names_int()
/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_lib.c2284 if (!sk_X509_NAME_push(ca_sk, xn)) { in parse_ca_names()
/freebsd/crypto/openssl/include/openssl/
H A Dx509.h60 #define sk_X509_NAME_push(sk, ptr) OPENSSL_sk_push(ossl_check_X509_NAME_sk_type(sk), ossl_check_X50… macro