Searched refs:ssl_cipher_apply_rule (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/crypto/openssl/ssl/ |
| H A D | ssl_ciph.c | 773 static void ssl_cipher_apply_rule(uint32_t cipher_id, uint32_t alg_mkey, in ssl_cipher_apply_rule() function 1206 ssl_cipher_apply_rule(cipher_id, in ssl_cipher_process_rulestr() 1463 ssl_cipher_apply_rule(0, SSL_kECDHE, SSL_aECDSA, 0, 0, 0, 0, CIPHER_ADD, in STACK_OF() 1471 ssl_cipher_apply_rule(0, 0, 0, SSL_AESGCM, 0, 0, 0, CIPHER_ADD, -1, in STACK_OF() 1473 ssl_cipher_apply_rule(0, 0, 0, SSL_CHACHA20, 0, 0, 0, CIPHER_ADD, -1, in STACK_OF() 1488 ssl_cipher_apply_rule(0, 0, 0, 0, SSL_MD5, 0, 0, CIPHER_ORD, -1, &head, in STACK_OF() 1499 ssl_cipher_apply_rule(0, SSL_kRSA, 0, 0, 0, 0, 0, CIPHER_ORD, -1, &head, in STACK_OF() 1505 ssl_cipher_apply_rule(0, 0, 0, SSL_RC4, 0, 0, 0, CIPHER_ORD, -1, &head, in STACK_OF() 1537 ssl_cipher_apply_rule(0, 0, 0, 0, SSL_AEAD, 0, 0, CIPHER_BUMP, -1, in STACK_OF() 1539 ssl_cipher_apply_rule(0, SSL_kDHE | SSL_kECDHE, 0, 0, 0, 0, 0, in STACK_OF() [all …]
|
| /freebsd-12.1/crypto/openssl/ |
| H A D | CHANGES | 4405 *) Change ssl_cipher_apply_rule(), the internal function that does
|