Searched refs:co_list (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,
514 co_list[co_list_num].cipher = c;
515 co_list[co_list_num].next = NULL;
516 co_list[co_list_num].prev = NULL;
517 co_list[co_list_num].active = 0;
533 co_list[i].prev = &(co_list[i-1]);
534 co_list[i].next = &(co_list[i+1]);
538 (*head_p) = &(co_list[
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
949 CIPHER_ORDER *co_list = NULL, *head = NULL, *tail = NULL, *curr; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssl_ciph.c827 CIPHER_ORDER *co_list,
855 co_list[co_list_num].cipher = c;
856 co_list[co_list_num].next = NULL;
857 co_list[co_list_num].prev = NULL;
858 co_list[co_list_num].active = 0;
874 co_list[0].prev = NULL;
877 co_list[0].next = &co_list[1];
880 co_list[i].prev = &co_list[
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
1477 CIPHER_ORDER *co_list = NULL, *head = NULL, *tail = NULL, *curr; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssl_ciph.c827 CIPHER_ORDER *co_list,
855 co_list[co_list_num].cipher = c;
856 co_list[co_list_num].next = NULL;
857 co_list[co_list_num].prev = NULL;
858 co_list[co_list_num].active = 0;
874 co_list[0].prev = NULL;
877 co_list[0].next = &co_list[1];
880 co_list[i].prev = &co_list[
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
1477 CIPHER_ORDER *co_list = NULL, *head = NULL, *tail = NULL, *curr; local
[all...]

Completed in 106 milliseconds