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

  /external/chromium_org/net/third_party/nss/ssl/
sslsock.c 263 ss->stepDownKeyPair = !os->stepDownKeyPair ? NULL :
264 ssl3_GetKeyPairRef(os->stepDownKeyPair);
382 if (ss->stepDownKeyPair) {
383 ssl3_FreeKeyPair(ss->stepDownKeyPair);
384 ss->stepDownKeyPair = NULL;
    [all...]
sslsecur.c 787 !ss->opt.noStepDown && !ss->stepDownKeyPair) {
    [all...]
ssl3con.c     [all...]
sslimpl.h     [all...]

Completed in 176 milliseconds