HomeSort by relevance Sort by last modified time
    Searched refs:cipherSpecs (Results 1 - 3 of 3) sorted by null

  /external/chromium/net/third_party/nss/ssl/
sslsock.c 289 if (os->cipherSpecs) {
290 ss->cipherSpecs = (unsigned char*)PORT_Alloc(os->sizeCipherSpecs);
291 if (ss->cipherSpecs)
292 PORT_Memcpy(ss->cipherSpecs, os->cipherSpecs,
297 ss->cipherSpecs = NULL; /* produced lazily */
414 if (ss->cipherSpecs) {
415 PORT_Free(ss->cipherSpecs);
416 ss->cipherSpecs = NULL;
617 if (ss->cipherSpecs) {
    [all...]
sslcon.c 222 if (ss->cipherSpecs != NULL) {
223 PORT_Free(ss->cipherSpecs);
225 ss->cipherSpecs = cs;
269 if (!ss->cipherSpecs)
    [all...]
sslimpl.h     [all...]

Completed in 29 milliseconds