/external/wpa_supplicant_8/src/tls/ |
D | tlsv1_common.c | 254 crypto_hash_finish(verify->md5_client, NULL, NULL); in tls_verify_hash_free() 255 crypto_hash_finish(verify->md5_server, NULL, NULL); in tls_verify_hash_free() 256 crypto_hash_finish(verify->md5_cert, NULL, NULL); in tls_verify_hash_free() 257 crypto_hash_finish(verify->sha1_client, NULL, NULL); in tls_verify_hash_free() 258 crypto_hash_finish(verify->sha1_server, NULL, NULL); in tls_verify_hash_free() 259 crypto_hash_finish(verify->sha1_cert, NULL, NULL); in tls_verify_hash_free() 267 crypto_hash_finish(verify->sha256_client, NULL, NULL); in tls_verify_hash_free() 268 crypto_hash_finish(verify->sha256_server, NULL, NULL); in tls_verify_hash_free() 269 crypto_hash_finish(verify->sha256_cert, NULL, NULL); in tls_verify_hash_free()
|
D | tlsv1_client_write.c | 478 crypto_hash_finish(conn->verify.sha256_cert, hpos, &hlen) < in tls_write_client_certificate_verify() 511 crypto_hash_finish(conn->verify.md5_cert, hpos, &hlen) < 0) in tls_write_client_certificate_verify() 516 crypto_hash_finish(conn->verify.sha1_cert, NULL, NULL); in tls_write_client_certificate_verify() 522 crypto_hash_finish(conn->verify.md5_cert, NULL, NULL); in tls_write_client_certificate_verify() 527 crypto_hash_finish(conn->verify.sha1_cert, hpos, &hlen) < 0) { in tls_write_client_certificate_verify() 656 crypto_hash_finish(conn->verify.sha256_client, hash, &hlen) in tls_write_client_finished() 669 crypto_hash_finish(conn->verify.md5_client, hash, &hlen) < 0) { in tls_write_client_finished() 673 crypto_hash_finish(conn->verify.sha1_client, NULL, NULL); in tls_write_client_finished() 680 crypto_hash_finish(conn->verify.sha1_client, hash + MD5_MAC_LEN, in tls_write_client_finished()
|
D | tlsv1_server_read.c | 873 crypto_hash_finish(conn->verify.sha256_cert, hpos, &hlen) < in tls_process_certificate_verify() 887 crypto_hash_finish(conn->verify.md5_cert, hpos, &hlen) < 0) in tls_process_certificate_verify() 892 crypto_hash_finish(conn->verify.sha1_cert, NULL, NULL); in tls_process_certificate_verify() 898 crypto_hash_finish(conn->verify.md5_cert, NULL, NULL); in tls_process_certificate_verify() 903 crypto_hash_finish(conn->verify.sha1_cert, hpos, &hlen) < 0) { in tls_process_certificate_verify() 1127 crypto_hash_finish(conn->verify.sha256_client, hash, &hlen) in tls_process_client_finished() 1140 crypto_hash_finish(conn->verify.md5_client, hash, &hlen) < 0) { in tls_process_client_finished() 1144 crypto_hash_finish(conn->verify.sha1_client, NULL, NULL); in tls_process_client_finished() 1151 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 | 589 crypto_hash_finish(conn->verify.sha256_server, hash, &hlen) in tls_write_server_finished() 602 crypto_hash_finish(conn->verify.md5_server, hash, &hlen) < 0) { in tls_write_server_finished() 606 crypto_hash_finish(conn->verify.sha1_server, NULL, NULL); in tls_write_server_finished() 613 crypto_hash_finish(conn->verify.sha1_server, hash + MD5_MAC_LEN, in tls_write_server_finished()
|
D | tlsv1_client_read.c | 824 crypto_hash_finish(conn->verify.sha256_server, hash, &hlen) in tls_process_server_finished() 837 crypto_hash_finish(conn->verify.md5_server, hash, &hlen) < 0) { in tls_process_server_finished() 841 crypto_hash_finish(conn->verify.sha1_server, NULL, NULL); in tls_process_server_finished() 848 crypto_hash_finish(conn->verify.sha1_server, hash + MD5_MAC_LEN, in tls_process_server_finished()
|
/external/wpa_supplicant_8/src/eap_common/ |
D | eap_pwd_common.c | 35 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/ |
D | crypto.h | 187 int crypto_hash_finish(struct crypto_hash *ctx, u8 *hash, size_t *len);
|
D | crypto_internal.c | 151 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len) in crypto_hash_finish() function
|
D | crypto_libtomcrypt.c | 214 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len) in crypto_hash_finish() function
|
D | crypto_cryptoapi.c | 467 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len) in crypto_hash_finish() function
|
D | crypto_openssl.c | 652 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len) in crypto_hash_finish() function
|