Searched refs:cipherSpecs (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/third_party/nss/ssl/
H A Dsslsock.c225 if (os->cipherSpecs) {
226 ss->cipherSpecs = (unsigned char*)PORT_Alloc(os->sizeCipherSpecs);
227 if (ss->cipherSpecs)
228 PORT_Memcpy(ss->cipherSpecs, os->cipherSpecs,
233 ss->cipherSpecs = NULL; /* produced lazily */
362 if (ss->cipherSpecs) {
363 PORT_Free(ss->cipherSpecs);
364 ss->cipherSpecs = NULL;
636 if (ss->cipherSpecs) {
[all...]
H A Dsslcon.c187 if (ss->cipherSpecs != NULL) {
188 PORT_Free(ss->cipherSpecs);
190 ss->cipherSpecs = cs;
234 if (!ss->cipherSpecs)
1719 ** (ss->cipherSpecs) and eliminating anything we don't support
1745 if (!ss->cipherSpecs) {
1747 if (rv != SECSuccess || !ss->cipherSpecs)
1753 ms = ss->cipherSpecs;
1810 if (!ss->cipherSpecs) {
1812 if (rv != SECSuccess || !ss->cipherSpecs)
[all...]
H A Dsslimpl.h1260 unsigned char * cipherSpecs; member in struct:sslSocketStr

Completed in 45 milliseconds