Searched refs:head_p (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssl_ciph.c492 CIPHER_ORDER *co_list, CIPHER_ORDER **head_p,
538 (*head_p) = &(co_list[0]);
539 (*head_p)->prev = NULL;
540 (*head_p)->next = &(co_list[1]);
590 CIPHER_ORDER **head_p, CIPHER_ORDER **tail_p)
602 curr = head = *head_p;
703 *head_p = head;
708 CIPHER_ORDER **head_p,
720 curr = *head_p;
740 curr = *head_p;
490 ssl_cipher_collect_ciphers(const SSL_METHOD *ssl_method, int num_of_ciphers, unsigned long mask, unsigned long m256, CIPHER_ORDER *co_list, CIPHER_ORDER **head_p, CIPHER_ORDER **tail_p) argument
586 ssl_cipher_apply_rule(unsigned long cipher_id, unsigned long ssl_version, unsigned long algorithms, unsigned long mask, unsigned long algo_strength, unsigned long mask_strength, int rule, int strength_bits, CIPHER_ORDER *co_list, CIPHER_ORDER **head_p, CIPHER_ORDER **tail_p) argument
707 ssl_cipher_strength_sort(CIPHER_ORDER *co_list, CIPHER_ORDER **head_p, CIPHER_ORDER **tail_p) argument
760 ssl_cipher_process_rulestr(const char *rule_str, CIPHER_ORDER *co_list, CIPHER_ORDER **head_p, CIPHER_ORDER **tail_p, SSL_CIPHER **ca_list) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssl_ciph.c828 CIPHER_ORDER **head_p,
889 *head_p = &co_list[0];
970 int strength_bits, CIPHER_ORDER **head_p,
988 head = *head_p;
1100 *head_p = head;
1104 static int ssl_cipher_strength_sort(CIPHER_ORDER **head_p, argument
1116 curr = *head_p;
1133 curr = *head_p;
1145 ssl_cipher_apply_rule(0, 0, 0, 0, 0, 0, 0, CIPHER_ORD, i, head_p,
1153 CIPHER_ORDER **head_p,
820 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
963 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
1152 ssl_cipher_process_rulestr(const char *rule_str, CIPHER_ORDER **head_p, CIPHER_ORDER **tail_p, const SSL_CIPHER **ca_list) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssl_ciph.c828 CIPHER_ORDER **head_p,
889 *head_p = &co_list[0];
970 int strength_bits, CIPHER_ORDER **head_p,
988 head = *head_p;
1100 *head_p = head;
1104 static int ssl_cipher_strength_sort(CIPHER_ORDER **head_p, argument
1116 curr = *head_p;
1133 curr = *head_p;
1145 ssl_cipher_apply_rule(0, 0, 0, 0, 0, 0, 0, CIPHER_ORD, i, head_p,
1153 CIPHER_ORDER **head_p,
820 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
963 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
1152 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 113 milliseconds