OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sha256_client
(Results
1 - 4
of
4
) sorted by null
/external/wpa_supplicant_8/src/tls/
tlsv1_common.c
210
verify->
sha256_client
= crypto_hash_init(CRYPTO_HASH_ALG_SHA256, NULL,
216
if (verify->
sha256_client
== NULL || verify->sha256_server == NULL ||
242
if (verify->
sha256_client
)
243
crypto_hash_update(verify->
sha256_client
, buf, len);
267
crypto_hash_finish(verify->
sha256_client
, NULL, NULL);
270
verify->
sha256_client
= NULL;