Searched refs:SSL_get0_raw_cipherlist (Results 1 – 2 of 2) sorted by relevance
1107 num = SSL_get0_raw_cipherlist(s, NULL); in print_raw_cipherlist()1109 rlistlen = SSL_get0_raw_cipherlist(s, &rlist); in print_raw_cipherlist()
1448 # define SSL_get0_raw_cipherlist(s, plst) \ macro