Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dssl_cipher.cc814 CIPHER_ORDER **tail_p) { in ssl_cipher_apply_rule() argument
831 tail = *tail_p; in ssl_cipher_apply_rule()
928 *tail_p = tail; in ssl_cipher_apply_rule()
932 CIPHER_ORDER **tail_p) { in ssl_cipher_strength_sort() argument
965 tail_p); in ssl_cipher_strength_sort()
974 CIPHER_ORDER **tail_p, bool strict) { in ssl_cipher_process_rulestr() argument
994 if (*tail_p) { in ssl_cipher_process_rulestr()
995 (*tail_p)->in_group = false; in ssl_cipher_process_rulestr()
1130 if (!ssl_cipher_strength_sort(head_p, tail_p)) { in ssl_cipher_process_rulestr()
1141 min_version, rule, -1, in_group, head_p, tail_p); in ssl_cipher_process_rulestr()