Home
last modified time | relevance | path

Searched refs:algorithm_enc (Results 1 – 4 of 4) sorted by relevance

/external/boringssl/src/ssl/
Dssl_cipher.cc493 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()
[all …]
Dssl_aead_ctx.cc115 if (cipher->algorithm_enc & SSL_CHACHA20POLY1305) { in Create()
126 if (cipher->algorithm_enc & (SSL_AES128GCM | SSL_AES256GCM)) { in Create()
Ds3_both.cc678 security_128_is_fine_ || a->algorithm_enc != SSL_AES128GCM, in Evaluate()
680 aes_is_fine_ || a->algorithm_enc == SSL_CHACHA20POLY1305); in Evaluate()
Dinternal.h515 uint32_t algorithm_enc;