Home
last modified time | relevance | path

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

/openbsd/src/lib/libssl/
Dssl_ciphers.c203 ssl_parse_ciphersuites(STACK_OF(SSL_CIPHER) **out_ciphers, const char *str) in ssl_parse_ciphersuites() argument
245 sk_SSL_CIPHER_free(*out_ciphers); in ssl_parse_ciphersuites()
246 *out_ciphers = ciphers; in ssl_parse_ciphersuites()
Dssl_local.h1256 int ssl_parse_ciphersuites(STACK_OF(SSL_CIPHER) **out_ciphers, const char *str);
/openbsd/src/regress/lib/libssl/ciphers/
Dcipherstest.c28 int ssl_parse_ciphersuites(STACK_OF(SSL_CIPHER) **out_ciphers, const char *str);