Searched refs:cbcRandomIV (Results 1 – 5 of 5) sorted by relevance
207 - unsigned int cbcRandomIV : 1; /* 24 */230 + unsigned int cbcRandomIV : 1; /* 24 */318 PR_TRUE, /* cbcRandomIV */338 case SSL_CBC_RANDOM_IV: on = ss->opt.cbcRandomIV; break;
131 unsigned int cbcRandomIV : 1; /* 24 */160 PR_TRUE, /* cbcRandomIV */
863 ss->opt.cbcRandomIV = on; in SSL_OptionSet()946 case SSL_CBC_RANDOM_IV: on = ss->opt.cbcRandomIV; break; in SSL_OptionGet()1009 case SSL_CBC_RANDOM_IV: on = ssl_defaults.cbcRandomIV; break; in SSL_OptionGetDefault()1179 ssl_defaults.cbcRandomIV = on; in SSL_OptionSetDefault()3103 ssl_defaults.cbcRandomIV = PR_FALSE; in ssl_SetDefaultsFromEnvironment()
336 unsigned int cbcRandomIV : 1; /* 24 */ member
2938 if (nIn > 1 && ss->opt.cbcRandomIV && in ssl3_SendRecord()