Home
last modified time | relevance | path

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

/external/openssl/ssl/
Dssl_ciph.c215 #define CIPHER_ORD 4 macro
1008 else if (rule == CIPHER_ORD) in ssl_cipher_apply_rule()
1096 ssl_cipher_apply_rule(0, 0, 0, 0, 0, 0, 0, CIPHER_ORD, i, head_p, tail_p); in ssl_cipher_strength_sort()
1123 { rule = CIPHER_ORD; l++; } in ssl_cipher_process_rulestr()
1410 ssl_cipher_apply_rule(0, 0, 0, 0, SSL_MD5, 0, 0, CIPHER_ORD, -1, &head, &tail); in STACK_OF()
1415 ssl_cipher_apply_rule(0, 0, SSL_aNULL, 0, 0, 0, 0, CIPHER_ORD, -1, &head, &tail); in STACK_OF()
1418 ssl_cipher_apply_rule(0, 0, SSL_aECDH, 0, 0, 0, 0, CIPHER_ORD, -1, &head, &tail); in STACK_OF()
1420 ssl_cipher_apply_rule(0, SSL_kRSA, 0, 0, 0, 0, 0, CIPHER_ORD, -1, &head, &tail); in STACK_OF()
1421 ssl_cipher_apply_rule(0, SSL_kPSK, 0,0, 0, 0, 0, CIPHER_ORD, -1, &head, &tail); in STACK_OF()
1422 ssl_cipher_apply_rule(0, SSL_kKRB5, 0,0, 0, 0, 0, CIPHER_ORD, -1, &head, &tail); in STACK_OF()
[all …]