Searched refs:md5_client (Results 1 - 12 of 12) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/tls/
H A Dtlsv1_common.c209 verify->md5_client = crypto_hash_init(CRYPTO_HASH_ALG_MD5, NULL, 0);
215 if (verify->md5_client == NULL || verify->md5_server == NULL ||
241 if (verify->md5_client && verify->sha1_client) {
242 crypto_hash_update(verify->md5_client, buf, len);
266 crypto_hash_finish(verify->md5_client, NULL, NULL);
272 verify->md5_client = NULL;
H A Dtlsv1_client_write.c668 if (conn->verify.md5_client == NULL ||
669 crypto_hash_finish(conn->verify.md5_client, hash, &hlen) < 0) {
672 conn->verify.md5_client = NULL;
677 conn->verify.md5_client = NULL;
H A Dtlsv1_common.h236 struct crypto_hash *md5_client; member in struct:tls_verify_hash
H A Dtlsv1_server_read.c1100 if (conn->verify.md5_client == NULL ||
1101 crypto_hash_finish(conn->verify.md5_client, hash, &hlen) < 0) {
1104 conn->verify.md5_client = NULL;
1109 conn->verify.md5_client = NULL;
/external/wpa_supplicant_8/src/tls/
H A Dtlsv1_common.c209 verify->md5_client = crypto_hash_init(CRYPTO_HASH_ALG_MD5, NULL, 0);
215 if (verify->md5_client == NULL || verify->md5_server == NULL ||
241 if (verify->md5_client && verify->sha1_client) {
242 crypto_hash_update(verify->md5_client, buf, len);
266 crypto_hash_finish(verify->md5_client, NULL, NULL);
272 verify->md5_client = NULL;
H A Dtlsv1_client_write.c668 if (conn->verify.md5_client == NULL ||
669 crypto_hash_finish(conn->verify.md5_client, hash, &hlen) < 0) {
672 conn->verify.md5_client = NULL;
677 conn->verify.md5_client = NULL;
H A Dtlsv1_common.h236 struct crypto_hash *md5_client; member in struct:tls_verify_hash
H A Dtlsv1_server_read.c1100 if (conn->verify.md5_client == NULL ||
1101 crypto_hash_finish(conn->verify.md5_client, hash, &hlen) < 0) {
1104 conn->verify.md5_client = NULL;
1109 conn->verify.md5_client = NULL;
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dtlsv1_common.c209 verify->md5_client = crypto_hash_init(CRYPTO_HASH_ALG_MD5, NULL, 0);
215 if (verify->md5_client == NULL || verify->md5_server == NULL ||
241 if (verify->md5_client && verify->sha1_client) {
242 crypto_hash_update(verify->md5_client, buf, len);
266 crypto_hash_finish(verify->md5_client, NULL, NULL);
272 verify->md5_client = NULL;
H A Dtlsv1_client_write.c668 if (conn->verify.md5_client == NULL ||
669 crypto_hash_finish(conn->verify.md5_client, hash, &hlen) < 0) {
672 conn->verify.md5_client = NULL;
677 conn->verify.md5_client = NULL;
H A Dtlsv1_common.h236 struct crypto_hash *md5_client; member in struct:tls_verify_hash
H A Dtlsv1_server_read.c1100 if (conn->verify.md5_client == NULL ||
1101 crypto_hash_finish(conn->verify.md5_client, hash, &hlen) < 0) {
1104 conn->verify.md5_client = NULL;
1109 conn->verify.md5_client = NULL;

Completed in 75 milliseconds