Searched refs:ssl_cipher_apply_rule (Results 1 – 2 of 2) sorted by relevance
/openssl/ssl/ |
H A D | ssl_ciph.c | 775 static void ssl_cipher_apply_rule(uint32_t cipher_id, uint32_t alg_mkey, in ssl_cipher_apply_rule() function 1215 ssl_cipher_apply_rule(cipher_id, in ssl_cipher_process_rulestr() 1483 ssl_cipher_apply_rule(0, SSL_kECDHE, SSL_aECDSA, 0, 0, 0, 0, CIPHER_ADD, in STACK_OF() 1491 ssl_cipher_apply_rule(0, 0, 0, SSL_AESGCM, 0, 0, 0, CIPHER_ADD, -1, in STACK_OF() 1493 ssl_cipher_apply_rule(0, 0, 0, SSL_CHACHA20, 0, 0, 0, CIPHER_ADD, -1, in STACK_OF() 1508 ssl_cipher_apply_rule(0, 0, 0, 0, SSL_MD5, 0, 0, CIPHER_ORD, -1, &head, in STACK_OF() 1519 ssl_cipher_apply_rule(0, SSL_kRSA, 0, 0, 0, 0, 0, CIPHER_ORD, -1, &head, in STACK_OF() 1525 ssl_cipher_apply_rule(0, 0, 0, SSL_RC4, 0, 0, 0, CIPHER_ORD, -1, &head, in STACK_OF() 1556 ssl_cipher_apply_rule(0, 0, 0, 0, SSL_AEAD, 0, 0, CIPHER_BUMP, -1, in STACK_OF() 1558 ssl_cipher_apply_rule(0, SSL_kDHE | SSL_kECDHE, 0, 0, 0, 0, 0, in STACK_OF() [all …]
|
/openssl/ |
H A D | CHANGES.md | 10628 * Change ssl_cipher_apply_rule(), the internal function that does
|
Completed in 50 milliseconds