OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sha256_cert
(Results
1 - 6
of
6
) sorted by null
/external/wpa_supplicant_8/src/tls/
tlsv1_common.c
214
verify->
sha256_cert
= crypto_hash_init(CRYPTO_HASH_ALG_SHA256, NULL,
217
verify->
sha256_cert
== NULL) {
246
if (verify->
sha256_cert
)
247
crypto_hash_update(verify->
sha256_cert
, buf, len);
269
crypto_hash_finish(verify->
sha256_cert
, NULL, NULL);
272
verify->
sha256_cert
= NULL;
tlsv1_client_write.c
477
if (conn->verify.
sha256_cert
== NULL ||
478
crypto_hash_finish(conn->verify.
sha256_cert
, hpos, &hlen) <
480
conn->verify.
sha256_cert
= NULL;
485
conn->verify.
sha256_cert
= NULL;
tlsv1_common.h
244
struct crypto_hash *
sha256_cert
;
member in struct:tls_verify_hash
tlsv1_server_read.c
872
if (conn->verify.
sha256_cert
== NULL ||
873
crypto_hash_finish(conn->verify.
sha256_cert
, hpos, &hlen) <
875
conn->verify.
sha256_cert
= NULL;
880
conn->verify.
sha256_cert
= NULL;
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ssl.py
384
sha256_cert
= os.path.join(os.path.dirname(__file__), "sha256.pem")
388
ca_certs=
sha256_cert
,)
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ssl.py
384
sha256_cert
= os.path.join(os.path.dirname(__file__), "sha256.pem")
388
ca_certs=
sha256_cert
,)
[
all
...]
Completed in 202 milliseconds