HomeSort by relevance Sort by last modified time
    Searched refs:sha256_client (Results 1 - 4 of 4) sorted by null

  /external/wpa_supplicant_8/src/tls/
tlsv1_common.c 222 verify->sha256_client = crypto_hash_init(CRYPTO_HASH_ALG_SHA256, NULL,
228 if (verify->sha256_client == NULL || verify->sha256_server == NULL ||
254 if (verify->sha256_client)
255 crypto_hash_update(verify->sha256_client, buf, len);
279 crypto_hash_finish(verify->sha256_client, NULL, NULL);
282 verify->sha256_client = NULL;
tlsv1_client_write.c 655 if (conn->verify.sha256_client == NULL ||
656 crypto_hash_finish(conn->verify.sha256_client, hash, &hlen)
660 conn->verify.sha256_client = NULL;
663 conn->verify.sha256_client = NULL;
tlsv1_common.h 238 struct crypto_hash *sha256_client; member in struct:tls_verify_hash
tlsv1_server_read.c 1087 if (conn->verify.sha256_client == NULL ||
1088 crypto_hash_finish(conn->verify.sha256_client, hash, &hlen)
1092 conn->verify.sha256_client = NULL;
1095 conn->verify.sha256_client = NULL;

Completed in 205 milliseconds