Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/apps/
H A Ds_cb.c1101 num = SSL_get0_raw_cipherlist(s, NULL); in print_raw_cipherlist()
1103 rlistlen = SSL_get0_raw_cipherlist(s, &rlist); in print_raw_cipherlist()
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dssl.h1438 # define SSL_get0_raw_cipherlist(s, plst) \ macro