Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/helpers/
H A Dssl_test_ctx.c607 __owur static int parse_expected_ca_names(STACK_OF(X509_NAME) **pnames, in parse_expected_ca_names() argument
614 *pnames = sk_X509_NAME_new_null(); in parse_expected_ca_names()
616 *pnames = SSL_load_client_CA_file_ex(value, libctx, NULL); in parse_expected_ca_names()
617 return *pnames != NULL; in parse_expected_ca_names()