Lines Matching refs:algorithm_enc
493 uint32_t algorithm_enc; member
572 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()
1095 alg_enc &= kCipherAliases[j].algorithm_enc; in ssl_cipher_process_rulestr()
1316 switch (cipher->algorithm_enc) { in ssl_cipher_get_record_split_len()
1389 switch (cipher->algorithm_enc) { in SSL_CIPHER_get_cipher_nid()
1464 return (cipher->algorithm_enc & SSL_eNULL) == 0 && in SSL_CIPHER_is_block_cipher()
1553 switch (cipher->algorithm_enc) { in SSL_CIPHER_get_bits()
1596 alg_enc = cipher->algorithm_enc; in SSL_CIPHER_description()