Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dssl_cipher.c517 uint32_t algorithm_enc; member
622 switch (cipher->algorithm_enc) { in ssl_cipher_get_evp_aead()
902 !(alg_enc & cp->algorithm_enc) || in ssl_cipher_apply_rule()
1141 alg_enc &= kCipherAliases[j].algorithm_enc; in ssl_cipher_process_rulestr()
1386 return (cipher->algorithm_enc & SSL_AES) != 0; in SSL_CIPHER_is_AES()
1398 return (cipher->algorithm_enc & SSL_CHACHA20POLY1305) != 0; in SSL_CIPHER_is_CHACHA20POLY1305()
1452 switch (cipher->algorithm_enc) { in ssl_cipher_get_enc_name()
1548 alg_enc = cipher->algorithm_enc; in SSL_CIPHER_description()
Dd1_lib.c156 return cipher->algorithm_enc != SSL_RC4; in dtls1_supports_cipher()
Dt1_enc.c456 s->session->cipher->algorithm_enc == SSL_RC4) { in tls1_setup_key_block()
Dssl_lib.c2684 (cipher->algorithm_enc == SSL_AES128GCM || in ssl3_can_false_start()
2685 cipher->algorithm_enc == SSL_AES256GCM || in ssl3_can_false_start()
2686 cipher->algorithm_enc == SSL_CHACHA20POLY1305); in ssl3_can_false_start()
/external/boringssl/src/include/openssl/
Dssl.h195 uint32_t algorithm_enc; member