Lines Matching refs:crypto_hash_finish
266 crypto_hash_finish(verify->md5_client, NULL, NULL); in tls_verify_hash_free()
267 crypto_hash_finish(verify->md5_server, NULL, NULL); in tls_verify_hash_free()
268 crypto_hash_finish(verify->md5_cert, NULL, NULL); in tls_verify_hash_free()
269 crypto_hash_finish(verify->sha1_client, NULL, NULL); in tls_verify_hash_free()
270 crypto_hash_finish(verify->sha1_server, NULL, NULL); in tls_verify_hash_free()
271 crypto_hash_finish(verify->sha1_cert, NULL, NULL); in tls_verify_hash_free()
279 crypto_hash_finish(verify->sha256_client, NULL, NULL); in tls_verify_hash_free()
280 crypto_hash_finish(verify->sha256_server, NULL, NULL); in tls_verify_hash_free()
281 crypto_hash_finish(verify->sha256_cert, NULL, NULL); in tls_verify_hash_free()
370 if (crypto_hash_finish(ctx, hash, &hlen) < 0) in tlsv12_key_x_server_params_hash()
398 if (crypto_hash_finish(ctx, hash, &hlen) < 0) in tls_key_x_server_params_hash()
409 if (crypto_hash_finish(ctx, hpos, &hlen) < 0) in tls_key_x_server_params_hash()