Home | History | Annotate | Download | only in tls

Lines Matching full:crypto_hash_update

242 		crypto_hash_update(verify->md5_client, buf, len);
243 crypto_hash_update(verify->sha1_client, buf, len);
246 crypto_hash_update(verify->md5_server, buf, len);
247 crypto_hash_update(verify->sha1_server, buf, len);
250 crypto_hash_update(verify->md5_cert, buf, len);
251 crypto_hash_update(verify->sha1_cert, buf, len);
255 crypto_hash_update(verify->sha256_client, buf, len);
257 crypto_hash_update(verify->sha256_server, buf, len);
259 crypto_hash_update(verify->sha256_cert, buf, len);
350 crypto_hash_update(ctx, client_random, TLS_RANDOM_LEN);
351 crypto_hash_update(ctx, server_random, TLS_RANDOM_LEN);
352 crypto_hash_update(ctx, server_params, server_params_len);
376 crypto_hash_update(ctx, client_random, TLS_RANDOM_LEN);
377 crypto_hash_update(ctx, server_random, TLS_RANDOM_LEN);
378 crypto_hash_update(ctx, server_params, server_params_len);
387 crypto_hash_update(ctx, client_random, TLS_RANDOM_LEN);
388 crypto_hash_update(ctx, server_random, TLS_RANDOM_LEN);
389 crypto_hash_update(ctx, server_params, server_params_len);