Searched refs:ssl_cipher_apply_rule (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/crypto/openssl/ssl/ |
| H A D | ssl_ciph.c | 809 static void ssl_cipher_apply_rule(uint32_t cipher_id, uint32_t alg_mkey, in ssl_cipher_apply_rule() function 1241 ssl_cipher_apply_rule(cipher_id, in ssl_cipher_process_rulestr() 1502 ssl_cipher_apply_rule(0, SSL_kECDHE, SSL_aECDSA, 0, 0, 0, 0, CIPHER_ADD, in STACK_OF() 1510 ssl_cipher_apply_rule(0, 0, 0, SSL_AESGCM, 0, 0, 0, CIPHER_ADD, -1, in STACK_OF() 1512 ssl_cipher_apply_rule(0, 0, 0, SSL_CHACHA20, 0, 0, 0, CIPHER_ADD, -1, in STACK_OF() 1527 ssl_cipher_apply_rule(0, 0, 0, 0, SSL_MD5, 0, 0, CIPHER_ORD, -1, &head, in STACK_OF() 1538 ssl_cipher_apply_rule(0, SSL_kRSA, 0, 0, 0, 0, 0, CIPHER_ORD, -1, &head, in STACK_OF() 1544 ssl_cipher_apply_rule(0, 0, 0, SSL_RC4, 0, 0, 0, CIPHER_ORD, -1, &head, in STACK_OF() 1575 ssl_cipher_apply_rule(0, 0, 0, 0, SSL_AEAD, 0, 0, CIPHER_BUMP, -1, in STACK_OF() 1577 ssl_cipher_apply_rule(0, SSL_kDHE | SSL_kECDHE, 0, 0, 0, 0, 0, in STACK_OF() [all …]
|
| /freebsd-14.2/crypto/openssl/ |
| H A D | CHANGES.md | 9647 * Change ssl_cipher_apply_rule(), the internal function that does
|