Searched refs:ssl_cipher_apply_rule (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13-stable/crypto/openssl/ssl/ |
| HD | ssl_ciph.c | 773 static void ssl_cipher_apply_rule(uint32_t cipher_id, uint32_t alg_mkey, in ssl_cipher_apply_rule() function 950 ssl_cipher_apply_rule(0, 0, 0, 0, 0, 0, 0, CIPHER_ORD, i, head_p, in ssl_cipher_strength_sort() 1204 ssl_cipher_apply_rule(cipher_id, in ssl_cipher_process_rulestr() 1461 ssl_cipher_apply_rule(0, SSL_kECDHE, SSL_aECDSA, 0, 0, 0, 0, CIPHER_ADD, in STACK_OF() 1463 ssl_cipher_apply_rule(0, SSL_kECDHE, 0, 0, 0, 0, 0, CIPHER_ADD, -1, &head, in STACK_OF() 1465 ssl_cipher_apply_rule(0, SSL_kECDHE, 0, 0, 0, 0, 0, CIPHER_DEL, -1, &head, in STACK_OF() 1469 ssl_cipher_apply_rule(0, 0, 0, SSL_AESGCM, 0, 0, 0, CIPHER_ADD, -1, in STACK_OF() 1471 ssl_cipher_apply_rule(0, 0, 0, SSL_CHACHA20, 0, 0, 0, CIPHER_ADD, -1, in STACK_OF() 1479 ssl_cipher_apply_rule(0, 0, 0, SSL_AES ^ SSL_AESGCM, 0, 0, 0, CIPHER_ADD, in STACK_OF() 1483 ssl_cipher_apply_rule(0, 0, 0, 0, 0, 0, 0, CIPHER_ADD, -1, &head, &tail); in STACK_OF() [all …]
|
| /freebsd-13-stable/crypto/openssl/ |
| HD | CHANGES | 5071 *) Change ssl_cipher_apply_rule(), the internal function that does
|