Searched refs:resumableSession (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/Security/
H A DtlsCallbacks.c190 SSLFreeBuffer(&myCtx->resumableSession);
191 err = sslCopySession(sessionKey, &myCtx->resumableSession);
195 *sessionData = myCtx->resumableSession;
H A DsslContext.h170 SSLBuffer resumableSession; /* We keep a copy for now - but eventually this should go away if we get refcounted SSLBuffers */ member in struct:SSLContext
H A DsslContext.c331 SSLFreeBuffer(&ctx->resumableSession);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/lib/
H A DtlsCallbacks.c190 SSLFreeBuffer(&myCtx->resumableSession);
191 err = sslCopySession(sessionKey, &myCtx->resumableSession);
195 *sessionData = myCtx->resumableSession;
H A DsslContext.h170 SSLBuffer resumableSession; /* We keep a copy for now - but eventually this should go away if we get refcounted SSLBuffers */ member in struct:SSLContext
H A DsslContext.c331 SSLFreeBuffer(&ctx->resumableSession);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/security_ssl/
H A DtlsCallbacks.c190 SSLFreeBuffer(&myCtx->resumableSession);
191 err = sslCopySession(sessionKey, &myCtx->resumableSession);
195 *sessionData = myCtx->resumableSession;
H A DsslContext.h170 SSLBuffer resumableSession; /* We keep a copy for now - but eventually this should go away if we get refcounted SSLBuffers */ member in struct:SSLContext
H A DsslContext.c331 SSLFreeBuffer(&ctx->resumableSession);

Completed in 148 milliseconds