Searched refs:algorithm_enc (Results 1 – 12 of 12) sorted by relevance
492 uint32_t algorithm_enc; member571 if (cipher->algorithm_enc == SSL_AES128GCM) { in ssl_cipher_get_evp_aead()580 } else if (cipher->algorithm_enc == SSL_AES256GCM) { in ssl_cipher_get_evp_aead()589 } else if (cipher->algorithm_enc == SSL_CHACHA20POLY1305) { in ssl_cipher_get_evp_aead()602 if (cipher->algorithm_enc == SSL_eNULL) { in ssl_cipher_get_evp_aead()604 } else if (cipher->algorithm_enc == SSL_3DES) { in ssl_cipher_get_evp_aead()611 } else if (cipher->algorithm_enc == SSL_AES128) { in ssl_cipher_get_evp_aead()618 } else if (cipher->algorithm_enc == SSL_AES256) { in ssl_cipher_get_evp_aead()867 !(alg_enc & cp->algorithm_enc) || in ssl_cipher_apply_rule()871 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()
684 security_128_is_fine_ || a->algorithm_enc != SSL_AES128GCM, in Evaluate()686 aes_is_fine_ || a->algorithm_enc == SSL_CHACHA20POLY1305); in Evaluate()
531 uint32_t algorithm_enc;
491 uint32_t algorithm_enc; member569 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()[all …]
114 if (cipher->algorithm_enc & SSL_CHACHA20POLY1305) { in Create()125 if (cipher->algorithm_enc & (SSL_AES128GCM | SSL_AES256GCM)) { in Create()
681 aes_is_fine_ || a->algorithm_enc == SSL_CHACHA20POLY1305); in Evaluate()
521 uint32_t algorithm_enc;
481 uint32_t algorithm_enc; member559 if (cipher->algorithm_enc == SSL_AES128GCM) { in ssl_cipher_get_evp_aead()568 } else if (cipher->algorithm_enc == SSL_AES256GCM) { in ssl_cipher_get_evp_aead()577 } else if (cipher->algorithm_enc == SSL_CHACHA20POLY1305) { in ssl_cipher_get_evp_aead()590 if (cipher->algorithm_enc == SSL_3DES) { in ssl_cipher_get_evp_aead()597 } else if (cipher->algorithm_enc == SSL_AES128) { in ssl_cipher_get_evp_aead()604 } else if (cipher->algorithm_enc == SSL_AES256) { in ssl_cipher_get_evp_aead()853 !(alg_enc & cp->algorithm_enc) || in ssl_cipher_apply_rule()1076 alg_enc &= kCipherAliases[j].algorithm_enc; in ssl_cipher_process_rulestr()1290 switch (cipher->algorithm_enc) { in ssl_cipher_get_record_split_len()[all …]