Home
last modified time | relevance | path

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

/ssl/
A Dssl_cipher.cc377 uint32_t algorithm_enc = ~0u; member
459 if (cipher->algorithm_enc == SSL_AES128GCM) { in ssl_cipher_get_evp_aead()
486 if (cipher->algorithm_enc == SSL_3DES) { in ssl_cipher_get_evp_aead()
513 if (cipher->algorithm_enc == SSL_AES128) { in ssl_cipher_get_evp_aead()
644 cipher->algorithm_enc == SSL_3DES; in ssl_cipher_is_deprecated()
714 !(alias->algorithm_enc & cp->algorithm_enc) || in ssl_cipher_apply_rule()
934 alias.algorithm_enc &= kCipherAliases[j].algorithm_enc; in ssl_cipher_process_rulestr()
1167 switch (cipher->algorithm_enc) { in ssl_cipher_get_record_split_len()
1242 switch (cipher->algorithm_enc) { in SSL_CIPHER_get_cipher_nid()
1408 switch (cipher->algorithm_enc) { in SSL_CIPHER_get_bits()
[all …]
A Dssl_aead_ctx.cc77 cipher->algorithm_enc & SSL_CHACHA20POLY1305) { in Create()
86 assert(cipher->algorithm_enc & (SSL_AES128GCM | SSL_AES256GCM)); in Create()
183 switch (cipher()->algorithm_enc) { in MaxSealInputLen()
A Dtls13_enc.cc317 } else if (cipher->algorithm_enc == SSL_AES128GCM) { in Create()
319 } else if (cipher->algorithm_enc == SSL_AES256GCM) { in Create()
321 } else if (cipher->algorithm_enc == SSL_CHACHA20POLY1305) { in Create()
A Ds3_both.cc576 ((aes_is_fine_ || a->algorithm_enc == SSL_CHACHA20POLY1305) ? 1 : 0); in Evaluate()
A Dinternal.h251 uint32_t algorithm_enc; member

Completed in 81 milliseconds