HomeSort by relevance Sort by last modified time
    Searched refs:algorithm_enc (Results 1 - 5 of 5) sorted by null

  /external/boringssl/src/ssl/
ssl_cipher.cc 569 uint32_t algorithm_enc; member in struct:cipher_alias_st
665 if (cipher->algorithm_enc == SSL_AES128GCM) {
669 } else if (cipher->algorithm_enc == SSL_AES256GCM) {
673 } else if (cipher->algorithm_enc == SSL_CHACHA20POLY1305) {
686 if (cipher->algorithm_enc == SSL_eNULL) {
692 } else if (cipher->algorithm_enc == SSL_3DES) {
702 } else if (cipher->algorithm_enc == SSL_AES128) {
712 } else if (cipher->algorithm_enc == SSL_AES256) {
728 if (cipher->algorithm_enc == SSL_AES128) {
730 } else if (cipher->algorithm_enc == SSL_AES256)
    [all...]
dtls_method.cc 70 return cipher->algorithm_enc != SSL_eNULL;
ssl_aead_ctx.cc 88 if (cipher->algorithm_enc & SSL_CHACHA20POLY1305) {
99 if (cipher->algorithm_enc & (SSL_AES128GCM | SSL_AES256GCM)) {
tls13_server.cc 142 if (candidate->algorithm_enc == SSL_CHACHA20POLY1305) {
  /external/boringssl/src/include/openssl/
ssl.h 3953 uint32_t algorithm_enc; member in struct:ssl_cipher_st
    [all...]

Completed in 177 milliseconds