Home
last modified time | relevance | path

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

/third_party/openssl/ssl/
Dssl_ciph.c150 #define CIPHER_ORD 4 macro
903 else if (rule == CIPHER_ORD) { in ssl_cipher_apply_rule()
987 ssl_cipher_apply_rule(0, 0, 0, 0, 0, 0, 0, CIPHER_ORD, i, head_p, in ssl_cipher_strength_sort()
1017 rule = CIPHER_ORD; in ssl_cipher_process_rulestr()
1526 ssl_cipher_apply_rule(0, 0, 0, 0, SSL_MD5, 0, 0, CIPHER_ORD, -1, &head, in STACK_OF()
1534 ssl_cipher_apply_rule(0, 0, SSL_aNULL, 0, 0, 0, 0, CIPHER_ORD, -1, &head, in STACK_OF()
1537 ssl_cipher_apply_rule(0, SSL_kRSA, 0, 0, 0, 0, 0, CIPHER_ORD, -1, &head, in STACK_OF()
1539 ssl_cipher_apply_rule(0, SSL_kPSK, 0, 0, 0, 0, 0, CIPHER_ORD, -1, &head, in STACK_OF()
1543 ssl_cipher_apply_rule(0, 0, 0, SSL_RC4, 0, 0, 0, CIPHER_ORD, -1, &head, in STACK_OF()