Home
last modified time | relevance | path

Searched refs:_hidden_sha1_md (Results 1 – 2 of 2) sorted by last modified time

/openssl/engines/
H A De_dasync.c79 static EVP_MD *_hidden_sha1_md = NULL; variable
82 return _hidden_sha1_md; in dasync_sha1()
86 EVP_MD_meth_free(_hidden_sha1_md); in destroy_digests()
87 _hidden_sha1_md = NULL; in destroy_digests()
249 if (_hidden_sha1_md == NULL in bind_dasync()
251 || !EVP_MD_meth_set_input_blocksize(_hidden_sha1_md, SHA_CBLOCK) in bind_dasync()
252 || !EVP_MD_meth_set_app_datasize(_hidden_sha1_md, in bind_dasync()
255 || !EVP_MD_meth_set_init(_hidden_sha1_md, dasync_sha1_init) in bind_dasync()
256 || !EVP_MD_meth_set_update(_hidden_sha1_md, dasync_sha1_update) in bind_dasync()
258 EVP_MD_meth_free(_hidden_sha1_md); in bind_dasync()
[all …]
H A De_ossltest.c98 static EVP_MD *_hidden_sha1_md = NULL; variable
101 if (_hidden_sha1_md == NULL) { in digest_sha1()
116 _hidden_sha1_md = md; in digest_sha1()
118 return _hidden_sha1_md; in digest_sha1()
209 EVP_MD_meth_free(_hidden_sha1_md); in destroy_digests()
210 _hidden_sha1_md = NULL; in destroy_digests()

Completed in 16 milliseconds