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

  /external/boringssl/src/ssl/
ssl_cipher.cc 571 uint32_t algorithm_enc; member in struct:bssl::cipher_alias_st
659 if (cipher->algorithm_enc == SSL_AES128GCM) {
663 } else if (cipher->algorithm_enc == SSL_AES256GCM) {
667 } else if (cipher->algorithm_enc == SSL_CHACHA20POLY1305) {
680 if (cipher->algorithm_enc == SSL_eNULL) {
686 } else if (cipher->algorithm_enc == SSL_3DES) {
696 } else if (cipher->algorithm_enc == SSL_AES128) {
706 } else if (cipher->algorithm_enc == SSL_AES256) {
722 if (cipher->algorithm_enc == SSL_AES128) {
724 } else if (cipher->algorithm_enc == SSL_AES256)
    [all...]
ssl_aead_ctx.cc 116 if (cipher->algorithm_enc & SSL_CHACHA20POLY1305) {
127 if (cipher->algorithm_enc & (SSL_AES128GCM | SSL_AES256GCM)) {
tls13_server.cc 139 if (candidate->algorithm_enc == SSL_CHACHA20POLY1305) {
    [all...]
internal.h 410 uint32_t algorithm_enc; member in struct:ssl_cipher_st
433 // Bits for |algorithm_enc| (symmetric encryption).
    [all...]

Completed in 53 milliseconds