Searched refs:algorithm_enc (Results 1 – 5 of 5) sorted by relevance
517 uint32_t algorithm_enc; member622 switch (cipher->algorithm_enc) { in ssl_cipher_get_evp_aead()902 !(alg_enc & cp->algorithm_enc) || in ssl_cipher_apply_rule()1141 alg_enc &= kCipherAliases[j].algorithm_enc; in ssl_cipher_process_rulestr()1386 return (cipher->algorithm_enc & SSL_AES) != 0; in SSL_CIPHER_is_AES()1398 return (cipher->algorithm_enc & SSL_CHACHA20POLY1305) != 0; in SSL_CIPHER_is_CHACHA20POLY1305()1452 switch (cipher->algorithm_enc) { in ssl_cipher_get_enc_name()1548 alg_enc = cipher->algorithm_enc; in SSL_CIPHER_description()
156 return cipher->algorithm_enc != SSL_RC4; in dtls1_supports_cipher()
456 s->session->cipher->algorithm_enc == SSL_RC4) { in tls1_setup_key_block()
2684 (cipher->algorithm_enc == SSL_AES128GCM || in ssl3_can_false_start()2685 cipher->algorithm_enc == SSL_AES256GCM || in ssl3_can_false_start()2686 cipher->algorithm_enc == SSL_CHACHA20POLY1305); in ssl3_can_false_start()
195 uint32_t algorithm_enc; member