Home
last modified time | relevance | path

Searched refs:bulk_cipher_alg (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/net/third_party/nss/patches/
Daesgcmchromium.patch72 + if (cipher_def->bulk_cipher_alg == cipher_aes_128_gcm) {
/external/chromium_org/net/third_party/nss/ssl/
Dsslimpl.h752 SSL3BulkCipher bulk_cipher_alg; member
Dssl3con.c766 cipher_alg = bulk_cipher_defs[cipher_def->bulk_cipher_alg].calg; in ssl3_config_match_init()
1438 PORT_Assert((suite_def->bulk_cipher_alg != cipher_rc4) && in ssl3_SetupPendingCipherSpec()
1439 (suite_def->bulk_cipher_alg != cipher_rc4_40) && in ssl3_SetupPendingCipherSpec()
1440 (suite_def->bulk_cipher_alg != cipher_rc4_56)); in ssl3_SetupPendingCipherSpec()
1443 cipher = suite_def->bulk_cipher_alg; in ssl3_SetupPendingCipherSpec()
1925 if (cipher_def->bulk_cipher_alg == cipher_aes_128_gcm) { in ssl3_DisableGCMSuites()