/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
D | tlsv1_common.c | 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() [all …]
|
D | tlsv1_client_write.c | 624 crypto_hash_finish(conn->verify.sha256_cert, hpos, &hlen) < in tls_write_client_certificate_verify() 656 crypto_hash_finish(conn->verify.md5_cert, hpos, &hlen) < 0) { in tls_write_client_certificate_verify() 660 crypto_hash_finish(conn->verify.sha1_cert, NULL, NULL); in tls_write_client_certificate_verify() 669 crypto_hash_finish(conn->verify.sha1_cert, hpos, &hlen) < 0) { in tls_write_client_certificate_verify() 797 crypto_hash_finish(conn->verify.sha256_client, hash, &hlen) in tls_write_client_finished() 810 crypto_hash_finish(conn->verify.md5_client, hash, &hlen) < 0) { in tls_write_client_finished() 814 crypto_hash_finish(conn->verify.sha1_client, NULL, NULL); in tls_write_client_finished() 821 crypto_hash_finish(conn->verify.sha1_client, hash + MD5_MAC_LEN, in tls_write_client_finished()
|
D | tlsv1_server_read.c | 988 crypto_hash_finish(conn->verify.sha256_cert, hpos, &hlen) < in tls_process_certificate_verify() 1001 crypto_hash_finish(conn->verify.md5_cert, hpos, &hlen) < 0) { in tls_process_certificate_verify() 1005 crypto_hash_finish(conn->verify.sha1_cert, NULL, NULL); in tls_process_certificate_verify() 1014 crypto_hash_finish(conn->verify.sha1_cert, hpos, &hlen) < 0) { in tls_process_certificate_verify() 1196 crypto_hash_finish(conn->verify.sha256_client, hash, &hlen) in tls_process_client_finished() 1209 crypto_hash_finish(conn->verify.md5_client, hash, &hlen) < 0) { in tls_process_client_finished() 1213 crypto_hash_finish(conn->verify.sha1_client, NULL, NULL); in tls_process_client_finished() 1220 crypto_hash_finish(conn->verify.sha1_client, hash + MD5_MAC_LEN, in tls_process_client_finished()
|
D | tlsv1_record.c | 222 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()
|
D | tlsv1_server_write.c | 849 crypto_hash_finish(conn->verify.sha256_server, hash, &hlen) in tls_write_server_finished() 862 crypto_hash_finish(conn->verify.md5_server, hash, &hlen) < 0) { in tls_write_server_finished() 866 crypto_hash_finish(conn->verify.sha1_server, NULL, NULL); in tls_write_server_finished() 873 crypto_hash_finish(conn->verify.sha1_server, hash + MD5_MAC_LEN, in tls_write_server_finished()
|
D | tlsv1_client_read.c | 1376 crypto_hash_finish(conn->verify.sha256_server, hash, &hlen) in tls_process_server_finished() 1389 crypto_hash_finish(conn->verify.md5_server, hash, &hlen) < 0) { in tls_process_server_finished() 1393 crypto_hash_finish(conn->verify.sha1_server, NULL, NULL); in tls_process_server_finished() 1400 crypto_hash_finish(conn->verify.sha1_server, hash + MD5_MAC_LEN, in tls_process_server_finished()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
D | tlsv1_common.c | 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() [all …]
|
D | tlsv1_client_write.c | 624 crypto_hash_finish(conn->verify.sha256_cert, hpos, &hlen) < in tls_write_client_certificate_verify() 656 crypto_hash_finish(conn->verify.md5_cert, hpos, &hlen) < 0) { in tls_write_client_certificate_verify() 660 crypto_hash_finish(conn->verify.sha1_cert, NULL, NULL); in tls_write_client_certificate_verify() 669 crypto_hash_finish(conn->verify.sha1_cert, hpos, &hlen) < 0) { in tls_write_client_certificate_verify() 797 crypto_hash_finish(conn->verify.sha256_client, hash, &hlen) in tls_write_client_finished() 810 crypto_hash_finish(conn->verify.md5_client, hash, &hlen) < 0) { in tls_write_client_finished() 814 crypto_hash_finish(conn->verify.sha1_client, NULL, NULL); in tls_write_client_finished() 821 crypto_hash_finish(conn->verify.sha1_client, hash + MD5_MAC_LEN, in tls_write_client_finished()
|
D | tlsv1_server_read.c | 988 crypto_hash_finish(conn->verify.sha256_cert, hpos, &hlen) < in tls_process_certificate_verify() 1001 crypto_hash_finish(conn->verify.md5_cert, hpos, &hlen) < 0) { in tls_process_certificate_verify() 1005 crypto_hash_finish(conn->verify.sha1_cert, NULL, NULL); in tls_process_certificate_verify() 1014 crypto_hash_finish(conn->verify.sha1_cert, hpos, &hlen) < 0) { in tls_process_certificate_verify() 1196 crypto_hash_finish(conn->verify.sha256_client, hash, &hlen) in tls_process_client_finished() 1209 crypto_hash_finish(conn->verify.md5_client, hash, &hlen) < 0) { in tls_process_client_finished() 1213 crypto_hash_finish(conn->verify.sha1_client, NULL, NULL); in tls_process_client_finished() 1220 crypto_hash_finish(conn->verify.sha1_client, hash + MD5_MAC_LEN, in tls_process_client_finished()
|
D | tlsv1_record.c | 222 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()
|
D | tlsv1_server_write.c | 849 crypto_hash_finish(conn->verify.sha256_server, hash, &hlen) in tls_write_server_finished() 862 crypto_hash_finish(conn->verify.md5_server, hash, &hlen) < 0) { in tls_write_server_finished() 866 crypto_hash_finish(conn->verify.sha1_server, NULL, NULL); in tls_write_server_finished() 873 crypto_hash_finish(conn->verify.sha1_server, hash + MD5_MAC_LEN, in tls_write_server_finished()
|
D | tlsv1_client_read.c | 1376 crypto_hash_finish(conn->verify.sha256_server, hash, &hlen) in tls_process_server_finished() 1389 crypto_hash_finish(conn->verify.md5_server, hash, &hlen) < 0) { in tls_process_server_finished() 1393 crypto_hash_finish(conn->verify.sha1_server, NULL, NULL); in tls_process_server_finished() 1400 crypto_hash_finish(conn->verify.sha1_server, hash + MD5_MAC_LEN, in tls_process_server_finished()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
D | eap_pwd_common.c | 40 crypto_hash_finish(hash, digest, &len); in eap_pwd_h_final() 69 if (crypto_hash_finish(hash, digest, &mdlen) < 0) in eap_pwd_kdf()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
D | eap_pwd_common.c | 40 crypto_hash_finish(hash, digest, &len); in eap_pwd_h_final() 69 if (crypto_hash_finish(hash, digest, &mdlen) < 0) in eap_pwd_kdf()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | crypto_internal.c | 179 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len) in crypto_hash_finish() function
|
D | crypto.h | 213 int crypto_hash_finish(struct crypto_hash *ctx, u8 *hash, size_t *len);
|
D | crypto_libtomcrypt.c | 215 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len) in crypto_hash_finish() function
|
D | crypto_linux.c | 348 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len) in crypto_hash_finish() function
|
D | crypto_wolfssl.c | 937 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len) in crypto_hash_finish() function
|
D | crypto_openssl.c | 1038 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len) in crypto_hash_finish() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | crypto.h | 213 int crypto_hash_finish(struct crypto_hash *ctx, u8 *hash, size_t *len);
|
D | crypto_internal.c | 179 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len) in crypto_hash_finish() function
|
D | crypto_libtomcrypt.c | 215 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len) in crypto_hash_finish() function
|
D | crypto_linux.c | 348 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len) in crypto_hash_finish() function
|
D | crypto_wolfssl.c | 937 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len) in crypto_hash_finish() function
|