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

/external/chromium_org/net/third_party/nss/ssl/
H A Dsslimpl.h692 SSL3BulkCipher bulk_cipher_alg; member in struct:ssl3CipherSuiteDefStr
H A Dssl3con.c285 /* cipher_suite bulk_cipher_alg mac_alg key_exchange_alg */
687 cipher_alg = bulk_cipher_defs[cipher_def->bulk_cipher_alg].calg;
1355 PORT_Assert((suite_def->bulk_cipher_alg != cipher_rc4) &&
1356 (suite_def->bulk_cipher_alg != cipher_rc4_40) &&
1357 (suite_def->bulk_cipher_alg != cipher_rc4_56));
1360 cipher = suite_def->bulk_cipher_alg;

Completed in 112 milliseconds