Searched refs:bulk_cipher_alg (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/third_party/nss/ssl/
H A Dsslimpl.h752 SSL3BulkCipher bulk_cipher_alg; member in struct:ssl3CipherSuiteDefStr
H A Dssl3con.c346 /* cipher_suite bulk_cipher_alg mac_alg key_exchange_alg */
766 cipher_alg = bulk_cipher_defs[cipher_def->bulk_cipher_alg].calg;
1438 PORT_Assert((suite_def->bulk_cipher_alg != cipher_rc4) &&
1439 (suite_def->bulk_cipher_alg != cipher_rc4_40) &&
1440 (suite_def->bulk_cipher_alg != cipher_rc4_56));
1443 cipher = suite_def->bulk_cipher_alg;
1925 if (cipher_def->bulk_cipher_alg == cipher_aes_128_gcm) {

Completed in 143 milliseconds