Searched refs:algorithm_enc (Results 1 – 4 of 4) sorted by relevance
493 uint32_t algorithm_enc; member572 if (cipher->algorithm_enc == SSL_AES128GCM) { in ssl_cipher_get_evp_aead()581 } else if (cipher->algorithm_enc == SSL_AES256GCM) { in ssl_cipher_get_evp_aead()590 } else if (cipher->algorithm_enc == SSL_CHACHA20POLY1305) { in ssl_cipher_get_evp_aead()603 if (cipher->algorithm_enc == SSL_eNULL) { in ssl_cipher_get_evp_aead()605 } else if (cipher->algorithm_enc == SSL_3DES) { in ssl_cipher_get_evp_aead()612 } else if (cipher->algorithm_enc == SSL_AES128) { in ssl_cipher_get_evp_aead()619 } else if (cipher->algorithm_enc == SSL_AES256) { in ssl_cipher_get_evp_aead()868 !(alg_enc & cp->algorithm_enc) || in ssl_cipher_apply_rule()872 cp->algorithm_enc == SSL_eNULL) { in ssl_cipher_apply_rule()[all …]
115 if (cipher->algorithm_enc & SSL_CHACHA20POLY1305) { in Create()126 if (cipher->algorithm_enc & (SSL_AES128GCM | SSL_AES256GCM)) { in Create()
678 security_128_is_fine_ || a->algorithm_enc != SSL_AES128GCM, in Evaluate()680 aes_is_fine_ || a->algorithm_enc == SSL_CHACHA20POLY1305); in Evaluate()
515 uint32_t algorithm_enc;