Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/
H A Dssl_cipher.cc503 uint32_t algorithm_enc = ~0u; member
588 if (cipher->algorithm_enc == SSL_AES128GCM) { in ssl_cipher_get_evp_aead()
597 } else if (cipher->algorithm_enc == SSL_AES256GCM) { in ssl_cipher_get_evp_aead()
606 } else if (cipher->algorithm_enc == SSL_CHACHA20POLY1305) { in ssl_cipher_get_evp_aead()
619 if (cipher->algorithm_enc == SSL_3DES) { in ssl_cipher_get_evp_aead()
626 } else if (cipher->algorithm_enc == SSL_AES128) { in ssl_cipher_get_evp_aead()
633 } else if (cipher->algorithm_enc == SSL_AES256) { in ssl_cipher_get_evp_aead()
646 if (cipher->algorithm_enc == SSL_AES128) { in ssl_cipher_get_evp_aead()
777 cipher->algorithm_enc == SSL_3DES; in ssl_cipher_is_deprecated()
799 alias->algorithm_enc == 0 || alias->algorithm_mac == 0)) { in ssl_cipher_apply_rule()
[all …]
H A Dssl_aead_ctx.cc114 if (cipher->algorithm_enc & SSL_CHACHA20POLY1305) { in Create()
125 if (cipher->algorithm_enc & (SSL_AES128GCM | SSL_AES256GCM)) { in Create()
H A Ds3_both.cc681 aes_is_fine_ || a->algorithm_enc == SSL_CHACHA20POLY1305); in Evaluate()
H A Dinternal.h574 uint32_t algorithm_enc;
/aosp_15_r20/external/boringssl/src/ssl/
H A Dssl_cipher.cc503 uint32_t algorithm_enc = ~0u; member
588 if (cipher->algorithm_enc == SSL_AES128GCM) { in ssl_cipher_get_evp_aead()
597 } else if (cipher->algorithm_enc == SSL_AES256GCM) { in ssl_cipher_get_evp_aead()
606 } else if (cipher->algorithm_enc == SSL_CHACHA20POLY1305) { in ssl_cipher_get_evp_aead()
619 if (cipher->algorithm_enc == SSL_3DES) { in ssl_cipher_get_evp_aead()
626 } else if (cipher->algorithm_enc == SSL_AES128) { in ssl_cipher_get_evp_aead()
633 } else if (cipher->algorithm_enc == SSL_AES256) { in ssl_cipher_get_evp_aead()
646 if (cipher->algorithm_enc == SSL_AES128) { in ssl_cipher_get_evp_aead()
777 cipher->algorithm_enc == SSL_3DES; in ssl_cipher_is_deprecated()
799 alias->algorithm_enc == 0 || alias->algorithm_mac == 0)) { in ssl_cipher_apply_rule()
[all …]
H A Dssl_aead_ctx.cc114 if (cipher->algorithm_enc & SSL_CHACHA20POLY1305) { in Create()
125 if (cipher->algorithm_enc & (SSL_AES128GCM | SSL_AES256GCM)) { in Create()
H A Ds3_both.cc681 aes_is_fine_ || a->algorithm_enc == SSL_CHACHA20POLY1305); in Evaluate()
H A Dinternal.h569 uint32_t algorithm_enc;
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/
Dssl_cipher.cc492 uint32_t algorithm_enc; member
571 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 …]
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.cc684 security_128_is_fine_ || a->algorithm_enc != SSL_AES128GCM, in Evaluate()
686 aes_is_fine_ || a->algorithm_enc == SSL_CHACHA20POLY1305); in Evaluate()
Dinternal.h531 uint32_t algorithm_enc;
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dssl_cipher.cc492 uint32_t algorithm_enc; member
571 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 …]
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.cc684 security_128_is_fine_ || a->algorithm_enc != SSL_AES128GCM, in Evaluate()
686 aes_is_fine_ || a->algorithm_enc == SSL_CHACHA20POLY1305); in Evaluate()
Dinternal.h531 uint32_t algorithm_enc;