Searched refs:bulk_cipher_alg (Results 1 – 3 of 3) sorted by relevance
72 + if (cipher_def->bulk_cipher_alg == cipher_aes_128_gcm) {
752 SSL3BulkCipher bulk_cipher_alg; member
766 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()