Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/wpa_supplicant/src/tls/
Dtlsv1_common.c268 crypto_hash_finish(verify->md5_client, NULL, NULL); in tls_verify_hash_free()
269 crypto_hash_finish(verify->md5_server, NULL, NULL); in tls_verify_hash_free()
270 crypto_hash_finish(verify->md5_cert, NULL, NULL); in tls_verify_hash_free()
271 crypto_hash_finish(verify->sha1_client, NULL, NULL); in tls_verify_hash_free()
272 crypto_hash_finish(verify->sha1_server, NULL, NULL); in tls_verify_hash_free()
273 crypto_hash_finish(verify->sha1_cert, NULL, NULL); in tls_verify_hash_free()
281 crypto_hash_finish(verify->sha256_client, NULL, NULL); in tls_verify_hash_free()
282 crypto_hash_finish(verify->sha256_server, NULL, NULL); in tls_verify_hash_free()
283 crypto_hash_finish(verify->sha256_cert, NULL, NULL); in tls_verify_hash_free()
364 if (crypto_hash_finish(ctx, hash, &hlen) < 0) in tlsv12_key_x_server_params_hash()
[all …]
Dtlsv1_client_write.c510 crypto_hash_finish(conn->verify.sha256_cert, hpos, &hlen) < in tls_write_client_certificate_verify()
543 crypto_hash_finish(conn->verify.md5_cert, hpos, &hlen) < 0) in tls_write_client_certificate_verify()
548 crypto_hash_finish(conn->verify.sha1_cert, NULL, NULL); in tls_write_client_certificate_verify()
554 crypto_hash_finish(conn->verify.md5_cert, NULL, NULL); in tls_write_client_certificate_verify()
559 crypto_hash_finish(conn->verify.sha1_cert, hpos, &hlen) < 0) { in tls_write_client_certificate_verify()
688 crypto_hash_finish(conn->verify.sha256_client, hash, &hlen) in tls_write_client_finished()
701 crypto_hash_finish(conn->verify.md5_client, hash, &hlen) < 0) { in tls_write_client_finished()
705 crypto_hash_finish(conn->verify.sha1_client, NULL, NULL); in tls_write_client_finished()
712 crypto_hash_finish(conn->verify.sha1_client, hash + MD5_MAC_LEN, in tls_write_client_finished()
Dtlsv1_server_read.c874 crypto_hash_finish(conn->verify.sha256_cert, hpos, &hlen) < in tls_process_certificate_verify()
888 crypto_hash_finish(conn->verify.md5_cert, hpos, &hlen) < 0) in tls_process_certificate_verify()
893 crypto_hash_finish(conn->verify.sha1_cert, NULL, NULL); in tls_process_certificate_verify()
899 crypto_hash_finish(conn->verify.md5_cert, NULL, NULL); in tls_process_certificate_verify()
904 crypto_hash_finish(conn->verify.sha1_cert, hpos, &hlen) < 0) { in tls_process_certificate_verify()
1128 crypto_hash_finish(conn->verify.sha256_client, hash, &hlen) in tls_process_client_finished()
1141 crypto_hash_finish(conn->verify.md5_client, hash, &hlen) < 0) { in tls_process_client_finished()
1145 crypto_hash_finish(conn->verify.sha1_client, NULL, NULL); in tls_process_client_finished()
1152 crypto_hash_finish(conn->verify.sha1_client, hash + MD5_MAC_LEN, in tls_process_client_finished()
Dtlsv1_record.c225 crypto_hash_finish(hmac, NULL, NULL); in tlsv1_record_send()
230 if ((int)crypto_hash_finish(hmac, pos, &clen) < 0) { in tlsv1_record_send()
458 if ((int)crypto_hash_finish(hmac, hash, &hlen) < 0) { in tlsv1_record_receive()
Dtlsv1_server_write.c591 crypto_hash_finish(conn->verify.sha256_server, hash, &hlen) in tls_write_server_finished()
604 crypto_hash_finish(conn->verify.md5_server, hash, &hlen) < 0) { in tls_write_server_finished()
608 crypto_hash_finish(conn->verify.sha1_server, NULL, NULL); in tls_write_server_finished()
615 crypto_hash_finish(conn->verify.sha1_server, hash + MD5_MAC_LEN, in tls_write_server_finished()
Dtlsv1_client_read.c878 crypto_hash_finish(conn->verify.sha256_server, hash, &hlen) < 0) { in tls_process_server_finished()
889 crypto_hash_finish(conn->verify.md5_server, hash, &hlen) < 0) { in tls_process_server_finished()
893 crypto_hash_finish(conn->verify.sha1_server, NULL, NULL); in tls_process_server_finished()
900 crypto_hash_finish(conn->verify.sha1_server, hash + MD5_MAC_LEN, in tls_process_server_finished()
/hal_espressif-3.6.0/components/wpa_supplicant/src/crypto/
Dcrypto_internal.c177 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len) in crypto_hash_finish() function
Dcrypto.h213 int crypto_hash_finish(struct crypto_hash *ctx, u8 *hash, size_t *len);
Dcrypto_mbedtls.c168 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len) in crypto_hash_finish() function
/hal_espressif-3.6.0/tools/test_idf_size/
Doverflow.map5736 .literal.crypto_hash_finish
5769 .text.crypto_hash_finish
66496 crypto_hash_finish esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto…
Doverflow_esp32s2.map5863 .literal.crypto_hash_finish
5896 .text.crypto_hash_finish
67572 crypto_hash_finish esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto…
Doverflow_esp32s3.map9159 .literal.crypto_hash_finish
9198 .text.crypto_hash_finish
82118 crypto_hash_finish esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto…
Doverflow_esp32c3.map6138 .text.crypto_hash_finish
61027 crypto_hash_finish esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto…