Home
last modified time | relevance | path

Searched refs:crypto_hash_finish (Results 1 – 11 of 11) sorted by relevance

/external/wpa_supplicant_8/src/tls/
Dtlsv1_common.c266 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()
[all …]
Dtlsv1_client_write.c621 crypto_hash_finish(conn->verify.sha256_cert, hpos, &hlen) < in tls_write_client_certificate_verify()
653 crypto_hash_finish(conn->verify.md5_cert, hpos, &hlen) < 0) { in tls_write_client_certificate_verify()
657 crypto_hash_finish(conn->verify.sha1_cert, NULL, NULL); in tls_write_client_certificate_verify()
666 crypto_hash_finish(conn->verify.sha1_cert, hpos, &hlen) < 0) { in tls_write_client_certificate_verify()
794 crypto_hash_finish(conn->verify.sha256_client, hash, &hlen) in tls_write_client_finished()
807 crypto_hash_finish(conn->verify.md5_client, hash, &hlen) < 0) { in tls_write_client_finished()
811 crypto_hash_finish(conn->verify.sha1_client, NULL, NULL); in tls_write_client_finished()
818 crypto_hash_finish(conn->verify.sha1_client, hash + MD5_MAC_LEN, in tls_write_client_finished()
Dtlsv1_server_read.c960 crypto_hash_finish(conn->verify.sha256_cert, hpos, &hlen) < in tls_process_certificate_verify()
973 crypto_hash_finish(conn->verify.md5_cert, hpos, &hlen) < 0) { in tls_process_certificate_verify()
977 crypto_hash_finish(conn->verify.sha1_cert, NULL, NULL); in tls_process_certificate_verify()
986 crypto_hash_finish(conn->verify.sha1_cert, hpos, &hlen) < 0) { in tls_process_certificate_verify()
1168 crypto_hash_finish(conn->verify.sha256_client, hash, &hlen) in tls_process_client_finished()
1181 crypto_hash_finish(conn->verify.md5_client, hash, &hlen) < 0) { in tls_process_client_finished()
1185 crypto_hash_finish(conn->verify.sha1_client, NULL, NULL); in tls_process_client_finished()
1192 crypto_hash_finish(conn->verify.sha1_client, hash + MD5_MAC_LEN, in tls_process_client_finished()
Dtlsv1_record.c222 crypto_hash_finish(hmac, NULL, NULL); in tlsv1_record_send()
226 if (crypto_hash_finish(hmac, pos, &clen) < 0) { in tlsv1_record_send()
452 if (crypto_hash_finish(hmac, hash, &hlen) < 0) { in tlsv1_record_receive()
Dtlsv1_server_write.c846 crypto_hash_finish(conn->verify.sha256_server, hash, &hlen) in tls_write_server_finished()
859 crypto_hash_finish(conn->verify.md5_server, hash, &hlen) < 0) { in tls_write_server_finished()
863 crypto_hash_finish(conn->verify.sha1_server, NULL, NULL); in tls_write_server_finished()
870 crypto_hash_finish(conn->verify.sha1_server, hash + MD5_MAC_LEN, in tls_write_server_finished()
Dtlsv1_client_read.c1379 crypto_hash_finish(conn->verify.sha256_server, hash, &hlen) in tls_process_server_finished()
1392 crypto_hash_finish(conn->verify.md5_server, hash, &hlen) < 0) { in tls_process_server_finished()
1396 crypto_hash_finish(conn->verify.sha1_server, NULL, NULL); in tls_process_server_finished()
1403 crypto_hash_finish(conn->verify.sha1_server, hash + MD5_MAC_LEN, in tls_process_server_finished()
/external/wpa_supplicant_8/src/eap_common/
Deap_pwd_common.c35 crypto_hash_finish(hash, digest, &len); in eap_pwd_h_final()
64 if (crypto_hash_finish(hash, digest, &mdlen) < 0) in eap_pwd_kdf()
/external/wpa_supplicant_8/src/crypto/
Dcrypto.h210 int crypto_hash_finish(struct crypto_hash *ctx, u8 *hash, size_t *len);
Dcrypto_internal.c179 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len) in crypto_hash_finish() function
Dcrypto_libtomcrypt.c214 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len) in crypto_hash_finish() function
Dcrypto_openssl.c907 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len) in crypto_hash_finish() function