Searched refs:ssl_cipher_apply_rule (Results 1 – 2 of 2) sorted by relevance
/openssl-master/ssl/ |
A D | ssl_ciph.c | 804 static void ssl_cipher_apply_rule(uint32_t cipher_id, uint32_t alg_mkey, in ssl_cipher_apply_rule() function 1243 ssl_cipher_apply_rule(cipher_id, in ssl_cipher_process_rulestr() 1495 ssl_cipher_apply_rule(0, SSL_kECDHE, SSL_aECDSA, 0, 0, 0, 0, CIPHER_ADD, in STACK_OF() 1503 ssl_cipher_apply_rule(0, 0, 0, SSL_AESGCM, 0, 0, 0, CIPHER_ADD, -1, in STACK_OF() 1505 ssl_cipher_apply_rule(0, 0, 0, SSL_CHACHA20, 0, 0, 0, CIPHER_ADD, -1, in STACK_OF() 1520 ssl_cipher_apply_rule(0, 0, 0, 0, SSL_MD5, 0, 0, CIPHER_ORD, -1, &head, in STACK_OF() 1531 ssl_cipher_apply_rule(0, SSL_kRSA, 0, 0, 0, 0, 0, CIPHER_ORD, -1, &head, in STACK_OF() 1537 ssl_cipher_apply_rule(0, 0, 0, SSL_RC4, 0, 0, 0, CIPHER_ORD, -1, &head, in STACK_OF() 1568 ssl_cipher_apply_rule(0, 0, 0, 0, SSL_AEAD, 0, 0, CIPHER_BUMP, -1, in STACK_OF() 1570 ssl_cipher_apply_rule(0, SSL_kDHE | SSL_kECDHE, 0, 0, 0, 0, 0, in STACK_OF() [all …]
|
/openssl-master/ |
A D | CHANGES.md | 8683 * Change ssl_cipher_apply_rule(), the internal function that does
|
Completed in 26 milliseconds