Home
last modified time | relevance | path

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

/openbsd/src/lib/libssl/
Dssl_ciph.c706 ssl_cipher_apply_rule(uint16_t cipher_value, unsigned long alg_mkey, in ssl_cipher_apply_rule() function
849 ssl_cipher_apply_rule(0, 0, 0, 0, 0, 0, 0, CIPHER_ORD, i, head_p, tail_p); in ssl_cipher_strength_sort()
1090 ssl_cipher_apply_rule(cipher_value, alg_mkey, alg_auth, in ssl_cipher_process_rulestr()
1167 ssl_cipher_apply_rule(0, SSL_kECDHE, 0, 0, 0, 0, 0, CIPHER_ADD, -1, &head, &tail); in STACK_OF()
1168 ssl_cipher_apply_rule(0, SSL_kECDHE, 0, 0, 0, 0, 0, CIPHER_DEL, -1, &head, &tail); in STACK_OF()
1175 ssl_cipher_apply_rule(0, 0, 0, SSL_AES, 0, 0, 0, in STACK_OF()
1177 ssl_cipher_apply_rule(0, 0, 0, SSL_CHACHA20POLY1305, in STACK_OF()
1184 ssl_cipher_apply_rule(0, 0, 0, SSL_CHACHA20POLY1305, in STACK_OF()
1186 ssl_cipher_apply_rule(0, 0, 0, SSL_AES, 0, 0, 0, in STACK_OF()
1191 ssl_cipher_apply_rule(0, 0, 0, 0, 0, 0, 0, CIPHER_ADD, -1, &head, &tail); in STACK_OF()
[all …]