Lines Matching refs:algorithm_enc
377 uint32_t algorithm_enc = ~0u; member
459 if (cipher->algorithm_enc == SSL_AES128GCM) { in ssl_cipher_get_evp_aead()
466 } else if (cipher->algorithm_enc == SSL_AES256GCM) { in ssl_cipher_get_evp_aead()
473 } else if (cipher->algorithm_enc == SSL_CHACHA20POLY1305) { in ssl_cipher_get_evp_aead()
486 if (cipher->algorithm_enc == SSL_3DES) { in ssl_cipher_get_evp_aead()
493 } else if (cipher->algorithm_enc == SSL_AES128) { in ssl_cipher_get_evp_aead()
500 } else if (cipher->algorithm_enc == SSL_AES256) { in ssl_cipher_get_evp_aead()
513 if (cipher->algorithm_enc == SSL_AES128) { in ssl_cipher_get_evp_aead()
644 cipher->algorithm_enc == SSL_3DES; in ssl_cipher_is_deprecated()
666 alias->algorithm_enc == 0 || alias->algorithm_mac == 0)) { in ssl_cipher_apply_rule()
714 !(alias->algorithm_enc & cp->algorithm_enc) || in ssl_cipher_apply_rule()
934 alias.algorithm_enc &= kCipherAliases[j].algorithm_enc; in ssl_cipher_process_rulestr()
1167 switch (cipher->algorithm_enc) { in ssl_cipher_get_record_split_len()
1242 switch (cipher->algorithm_enc) { in SSL_CIPHER_get_cipher_nid()
1408 switch (cipher->algorithm_enc) { in SSL_CIPHER_get_bits()
1446 alg_enc = cipher->algorithm_enc; in SSL_CIPHER_description()