Searched refs:bulk_cipher_alg (Results 1 – 4 of 4) sorted by relevance
71 + if (cipher_def->bulk_cipher_alg == cipher_aes_128_gcm) {
395 cipher = suite_def->bulk_cipher_alg;
730 SSL3BulkCipher bulk_cipher_alg; member
749 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()