Home
last modified time | relevance | path

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

/external/chromium_org/net/third_party/nss/patches/
Daesgcmchromium.patch71 + if (cipher_def->bulk_cipher_alg == cipher_aes_128_gcm) {
Daesgcm.patch395 cipher = suite_def->bulk_cipher_alg;
/external/chromium_org/net/third_party/nss/ssl/
Dsslimpl.h730 SSL3BulkCipher bulk_cipher_alg; member
Dssl3con.c749 cipher_alg = bulk_cipher_defs[cipher_def->bulk_cipher_alg].calg; in ssl3_config_match_init()
1427 PORT_Assert((suite_def->bulk_cipher_alg != cipher_rc4) && in ssl3_SetupPendingCipherSpec()
1428 (suite_def->bulk_cipher_alg != cipher_rc4_40) && in ssl3_SetupPendingCipherSpec()
1429 (suite_def->bulk_cipher_alg != cipher_rc4_56)); in ssl3_SetupPendingCipherSpec()
1432 cipher = suite_def->bulk_cipher_alg; in ssl3_SetupPendingCipherSpec()
1913 if (cipher_def->bulk_cipher_alg == cipher_aes_128_gcm) { in ssl3_DisableGCMSuites()