Searched defs:tail_p (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/boringssl/src/ssl/
H A Dssl_ciph.c424 CIPHER_ORDER **head_p, CIPHER_ORDER **tail_p)
482 *tail_p = &co_list[co_list_num - 1];
527 CIPHER_ORDER **head_p, CIPHER_ORDER **tail_p)
542 tail = *tail_p;
658 *tail_p = tail;
662 CIPHER_ORDER **tail_p)
706 ssl_cipher_apply_rule(0, 0, 0, 0, 0, 0, 0, CIPHER_ORD, i, 0, head_p, tail_p);
713 CIPHER_ORDER **head_p, CIPHER_ORDER **tail_p,
741 if (*tail_p)
742 (*tail_p)
421 ssl_cipher_collect_ciphers(const SSL_METHOD *ssl_method, int num_of_ciphers, CIPHER_ORDER *co_list, CIPHER_ORDER **head_p, CIPHER_ORDER **tail_p) argument
521 ssl_cipher_apply_rule(unsigned long cipher_id, unsigned long alg_mkey, unsigned long alg_auth, unsigned long alg_enc, unsigned long alg_mac, unsigned long alg_ssl, unsigned long algo_strength, int rule, int strength_bits, int in_group, CIPHER_ORDER **head_p, CIPHER_ORDER **tail_p) argument
661 ssl_cipher_strength_sort(CIPHER_ORDER **head_p, CIPHER_ORDER **tail_p) argument
712 ssl_cipher_process_rulestr(const char *rule_str, CIPHER_ORDER **head_p, CIPHER_ORDER **tail_p, const SSL_CIPHER **ca_list) argument
[all...]
/external/openssl/ssl/
H A Dssl_ciph.c783 CIPHER_ORDER **head_p, CIPHER_ORDER **tail_p)
848 *tail_p = &co_list[co_list_num - 1];
927 CIPHER_ORDER **head_p, CIPHER_ORDER **tail_p)
942 tail = *tail_p;
1054 *tail_p = tail;
1058 CIPHER_ORDER **tail_p)
1102 ssl_cipher_apply_rule(0, 0, 0, 0, 0, 0, 0, CIPHER_ORD, i, head_p, tail_p);
1109 CIPHER_ORDER **head_p, CIPHER_ORDER **tail_p,
1326 ok = ssl_cipher_strength_sort(head_p, tail_p);
1345 rule, -1, head_p, tail_p);
777 ssl_cipher_collect_ciphers(const SSL_METHOD *ssl_method, int num_of_ciphers, unsigned long disabled_mkey, unsigned long disabled_auth, unsigned long disabled_enc, unsigned long disabled_mac, unsigned long disabled_ssl, CIPHER_ORDER *co_list, CIPHER_ORDER **head_p, CIPHER_ORDER **tail_p) argument
921 ssl_cipher_apply_rule(unsigned long cipher_id, unsigned long alg_mkey, unsigned long alg_auth, unsigned long alg_enc, unsigned long alg_mac, unsigned long alg_ssl, unsigned long algo_strength, int rule, int strength_bits, CIPHER_ORDER **head_p, CIPHER_ORDER **tail_p) argument
1057 ssl_cipher_strength_sort(CIPHER_ORDER **head_p, CIPHER_ORDER **tail_p) argument
1108 ssl_cipher_process_rulestr(const char *rule_str, CIPHER_ORDER **head_p, CIPHER_ORDER **tail_p, const SSL_CIPHER **ca_list) argument
[all...]

Completed in 218 milliseconds