OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sha1_cert
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/wpa/dist/src/tls/
tlsv1_common.c
214
verify->
sha1_cert
= crypto_hash_init(CRYPTO_HASH_ALG_SHA1, NULL, 0);
217
verify->sha1_server == NULL || verify->
sha1_cert
== NULL) {
249
if (verify->md5_cert && verify->
sha1_cert
) {
251
crypto_hash_update(verify->
sha1_cert
, buf, len);
271
crypto_hash_finish(verify->
sha1_cert
, NULL, NULL);
277
verify->
sha1_cert
= NULL;
tlsv1_client_write.c
648
crypto_hash_finish(conn->verify.
sha1_cert
, NULL, NULL);
649
conn->verify.
sha1_cert
= NULL;
656
if (conn->verify.
sha1_cert
== NULL ||
657
crypto_hash_finish(conn->verify.
sha1_cert
, hpos, &hlen) < 0) {
658
conn->verify.
sha1_cert
= NULL;
663
conn->verify.
sha1_cert
= NULL;
tlsv1_server_read.c
1005
crypto_hash_finish(conn->verify.
sha1_cert
, NULL, NULL);
1006
conn->verify.
sha1_cert
= NULL;
1013
if (conn->verify.
sha1_cert
== NULL ||
1014
crypto_hash_finish(conn->verify.
sha1_cert
, hpos, &hlen) < 0) {
1015
conn->verify.
sha1_cert
= NULL;
1020
conn->verify.
sha1_cert
= NULL;
tlsv1_common.h
245
struct crypto_hash *
sha1_cert
;
member in struct:tls_verify_hash
Completed in 22 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026