Searched refs:head_p (Results 1 – 2 of 2) sorted by relevance
/openssl/ssl/ |
H A D | ssl_ciph.c | 650 CIPHER_ORDER **head_p, in ssl_cipher_collect_ciphers() argument 708 *head_p = &co_list[0]; in ssl_cipher_collect_ciphers() 798 head = *head_p; in ssl_cipher_apply_rule() 912 *head_p = head; in ssl_cipher_apply_rule() 918 static int ssl_cipher_strength_sort(CIPHER_ORDER **head_p, in ssl_cipher_strength_sort() argument 931 curr = *head_p; in ssl_cipher_strength_sort() 945 curr = *head_p; in ssl_cipher_strength_sort() 957 ssl_cipher_apply_rule(0, 0, 0, 0, 0, 0, 0, CIPHER_ORD, i, head_p, in ssl_cipher_strength_sort() 965 CIPHER_ORDER **head_p, in ssl_cipher_process_rulestr() argument 1192 ok = ssl_cipher_strength_sort(head_p, tail_p); in ssl_cipher_process_rulestr() [all …]
|
/openssl/ssl/quic/ |
H A D | quic_srtm.c | 187 SRTM_ITEM **head_p, SRTM_ITEM **prev_p) in srtm_find() argument 194 if (head_p != NULL) in srtm_find() 195 *head_p = item; in srtm_find()
|
Completed in 17 milliseconds