Searched refs:serverRandom (Results 1 - 21 of 21) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/Security/
H A Dssl3Callouts.c70 SSLBuffer leader, masterSecret, serverRandom, clientRandom, shaHash, md5Hash; local
85 serverRandom.data = ctx->serverRandom;
86 serverRandom.length = SSL_CLIENT_SRVR_RAND_SIZE;
113 if ((err = SSLHashSHA1.update(&shaContext, &serverRandom)) != 0)
155 * On entry: clientRandom, serverRandom, preMasterSecret valid
163 serverRandom, shaHash, md5Hash, leader; local
175 serverRandom.data = ctx->serverRandom;
176 serverRandom
[all...]
H A DsslKeyExchange.c246 SSLBuffer hashOut, hashCtx, clientRandom, serverRandom; local
259 serverRandom.data = ctx->serverRandom;
260 serverRandom.length = SSL_CLIENT_SRVR_RAND_SIZE;
290 if ((err = hashRef->update(&hashCtx, &serverRandom)) != 0)
333 SSLBuffer clientRandom,serverRandom,hashCtx, hash; local
342 serverRandom.data = ctx->serverRandom;
343 serverRandom.length = SSL_CLIENT_SRVR_RAND_SIZE;
356 if ((err = SSLHashMD5.update(&hashCtx, &serverRandom)) !
579 SSLBuffer hashOut, hashCtx, clientRandom, serverRandom; local
658 SSLBuffer hashOut, hashCtx, clientRandom, serverRandom; local
[all...]
H A Dtls1Callouts.c300 memmove(seedBuf + PLS_KEY_EXPAND_LEN, ctx->serverRandom,
318 * On entry: clientRandom, serverRandom, preMasterSecret valid
334 ctx->serverRandom, SSL_CLIENT_SRVR_RAND_SIZE);
H A DsslContext.h328 uint8_t serverRandom[SSL_CLIENT_SRVR_RAND_SIZE]; member in struct:SSLContext
368 /* server PAC resume sets serverRandom early to allow for secret acquisition */
H A DsslHandshakeHello.c120 /* serverRandom might have already been set, in SSLAdvanceHandshake() */
122 if ((err = SSLEncodeRandom(ctx->serverRandom, ctx)) != 0) {
128 if ((err = SSLEncodeRandom(ctx->serverRandom, ctx)) != 0)
132 memcpy(charPtr, ctx->serverRandom, SSL_CLIENT_SRVR_RAND_SIZE);
374 memcpy(ctx->serverRandom, p, 32);
H A DsslHandshake.c595 /* the master secret callback requires serverRandom, now... */
596 if ((err = SSLEncodeRandom(ctx->serverRandom, ctx)) != 0)
H A DsslContext.c2142 memmove(randBuf, ctx->serverRandom, SSL_CLIENT_SRVR_RAND_SIZE);
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/lib/
H A Dssl3Callouts.c70 SSLBuffer leader, masterSecret, serverRandom, clientRandom, shaHash, md5Hash; local
85 serverRandom.data = ctx->serverRandom;
86 serverRandom.length = SSL_CLIENT_SRVR_RAND_SIZE;
113 if ((err = SSLHashSHA1.update(&shaContext, &serverRandom)) != 0)
155 * On entry: clientRandom, serverRandom, preMasterSecret valid
163 serverRandom, shaHash, md5Hash, leader; local
175 serverRandom.data = ctx->serverRandom;
176 serverRandom
[all...]
H A DsslKeyExchange.c246 SSLBuffer hashOut, hashCtx, clientRandom, serverRandom; local
259 serverRandom.data = ctx->serverRandom;
260 serverRandom.length = SSL_CLIENT_SRVR_RAND_SIZE;
290 if ((err = hashRef->update(&hashCtx, &serverRandom)) != 0)
333 SSLBuffer clientRandom,serverRandom,hashCtx, hash; local
342 serverRandom.data = ctx->serverRandom;
343 serverRandom.length = SSL_CLIENT_SRVR_RAND_SIZE;
356 if ((err = SSLHashMD5.update(&hashCtx, &serverRandom)) !
579 SSLBuffer hashOut, hashCtx, clientRandom, serverRandom; local
658 SSLBuffer hashOut, hashCtx, clientRandom, serverRandom; local
[all...]
H A Dtls1Callouts.c300 memmove(seedBuf + PLS_KEY_EXPAND_LEN, ctx->serverRandom,
318 * On entry: clientRandom, serverRandom, preMasterSecret valid
334 ctx->serverRandom, SSL_CLIENT_SRVR_RAND_SIZE);
H A DsslContext.h328 uint8_t serverRandom[SSL_CLIENT_SRVR_RAND_SIZE]; member in struct:SSLContext
368 /* server PAC resume sets serverRandom early to allow for secret acquisition */
H A DsslHandshakeHello.c120 /* serverRandom might have already been set, in SSLAdvanceHandshake() */
122 if ((err = SSLEncodeRandom(ctx->serverRandom, ctx)) != 0) {
128 if ((err = SSLEncodeRandom(ctx->serverRandom, ctx)) != 0)
132 memcpy(charPtr, ctx->serverRandom, SSL_CLIENT_SRVR_RAND_SIZE);
374 memcpy(ctx->serverRandom, p, 32);
H A DsslHandshake.c595 /* the master secret callback requires serverRandom, now... */
596 if ((err = SSLEncodeRandom(ctx->serverRandom, ctx)) != 0)
H A DsslContext.c2142 memmove(randBuf, ctx->serverRandom, SSL_CLIENT_SRVR_RAND_SIZE);
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/security_ssl/
H A Dssl3Callouts.c70 SSLBuffer leader, masterSecret, serverRandom, clientRandom, shaHash, md5Hash; local
85 serverRandom.data = ctx->serverRandom;
86 serverRandom.length = SSL_CLIENT_SRVR_RAND_SIZE;
113 if ((err = SSLHashSHA1.update(&shaContext, &serverRandom)) != 0)
155 * On entry: clientRandom, serverRandom, preMasterSecret valid
163 serverRandom, shaHash, md5Hash, leader; local
175 serverRandom.data = ctx->serverRandom;
176 serverRandom
[all...]
H A DsslKeyExchange.c246 SSLBuffer hashOut, hashCtx, clientRandom, serverRandom; local
259 serverRandom.data = ctx->serverRandom;
260 serverRandom.length = SSL_CLIENT_SRVR_RAND_SIZE;
290 if ((err = hashRef->update(&hashCtx, &serverRandom)) != 0)
333 SSLBuffer clientRandom,serverRandom,hashCtx, hash; local
342 serverRandom.data = ctx->serverRandom;
343 serverRandom.length = SSL_CLIENT_SRVR_RAND_SIZE;
356 if ((err = SSLHashMD5.update(&hashCtx, &serverRandom)) !
579 SSLBuffer hashOut, hashCtx, clientRandom, serverRandom; local
658 SSLBuffer hashOut, hashCtx, clientRandom, serverRandom; local
[all...]
H A Dtls1Callouts.c300 memmove(seedBuf + PLS_KEY_EXPAND_LEN, ctx->serverRandom,
318 * On entry: clientRandom, serverRandom, preMasterSecret valid
334 ctx->serverRandom, SSL_CLIENT_SRVR_RAND_SIZE);
H A DsslContext.h328 uint8_t serverRandom[SSL_CLIENT_SRVR_RAND_SIZE]; member in struct:SSLContext
368 /* server PAC resume sets serverRandom early to allow for secret acquisition */
H A DsslHandshakeHello.c120 /* serverRandom might have already been set, in SSLAdvanceHandshake() */
122 if ((err = SSLEncodeRandom(ctx->serverRandom, ctx)) != 0) {
128 if ((err = SSLEncodeRandom(ctx->serverRandom, ctx)) != 0)
132 memcpy(charPtr, ctx->serverRandom, SSL_CLIENT_SRVR_RAND_SIZE);
374 memcpy(ctx->serverRandom, p, 32);
H A DsslHandshake.c595 /* the master secret callback requires serverRandom, now... */
596 if ((err = SSLEncodeRandom(ctx->serverRandom, ctx)) != 0)
H A DsslContext.c2142 memmove(randBuf, ctx->serverRandom, SSL_CLIENT_SRVR_RAND_SIZE);

Completed in 280 milliseconds