Home
last modified time | relevance | path

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

/external/openssl/ssl/
Dssl_ciph.c209 #define CIPHER_ORD 4 macro
931 else if (rule == CIPHER_ORD) in ssl_cipher_apply_rule()
1019 ssl_cipher_apply_rule(0, 0, 0, 0, 0, 0, 0, CIPHER_ORD, i, head_p, tail_p); in ssl_cipher_strength_sort()
1046 { rule = CIPHER_ORD; l++; } in ssl_cipher_process_rulestr()
1334 ssl_cipher_apply_rule(0, 0, 0, 0, SSL_MD5, 0, 0, CIPHER_ORD, -1, &head, &tail); in STACK_OF()
1339 ssl_cipher_apply_rule(0, 0, SSL_aNULL, 0, 0, 0, 0, CIPHER_ORD, -1, &head, &tail); in STACK_OF()
1342 ssl_cipher_apply_rule(0, 0, SSL_aECDH, 0, 0, 0, 0, CIPHER_ORD, -1, &head, &tail); in STACK_OF()
1344 ssl_cipher_apply_rule(0, SSL_kRSA, 0, 0, 0, 0, 0, CIPHER_ORD, -1, &head, &tail); in STACK_OF()
1345 ssl_cipher_apply_rule(0, SSL_kPSK, 0,0, 0, 0, 0, CIPHER_ORD, -1, &head, &tail); in STACK_OF()
1346 ssl_cipher_apply_rule(0, SSL_kKRB5, 0,0, 0, 0, 0, CIPHER_ORD, -1, &head, &tail); in STACK_OF()
[all …]