Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/apps/
HDs_cb.c1451 num = SSL_get0_raw_cipherlist(s, NULL); in print_raw_cipherlist()
1452 rlistlen = SSL_get0_raw_cipherlist(s, &rlist); in print_raw_cipherlist()
/NextBSD/crypto/openssl/ssl/
HDssl.h2116 # define SSL_get0_raw_cipherlist(s, plst) \ macro