Lines Matching refs:algorithm_enc
491 uint32_t algorithm_enc; member
569 if (cipher->algorithm_enc == SSL_AES128GCM) { in ssl_cipher_get_evp_aead()
578 } else if (cipher->algorithm_enc == SSL_AES256GCM) { in ssl_cipher_get_evp_aead()
587 } else if (cipher->algorithm_enc == SSL_CHACHA20POLY1305) { in ssl_cipher_get_evp_aead()
600 if (cipher->algorithm_enc == SSL_3DES) { in ssl_cipher_get_evp_aead()
607 } else if (cipher->algorithm_enc == SSL_AES128) { in ssl_cipher_get_evp_aead()
614 } else if (cipher->algorithm_enc == SSL_AES256) { in ssl_cipher_get_evp_aead()
815 !(alg_enc & cp->algorithm_enc) || in ssl_cipher_apply_rule()
1038 alg_enc &= kCipherAliases[j].algorithm_enc; in ssl_cipher_process_rulestr()
1264 switch (cipher->algorithm_enc) { in ssl_cipher_get_record_split_len()
1343 switch (cipher->algorithm_enc) { in SSL_CIPHER_get_cipher_nid()
1496 switch (cipher->algorithm_enc) { in SSL_CIPHER_get_bits()
1534 alg_enc = cipher->algorithm_enc; in SSL_CIPHER_description()