Searched refs:_hidden_sha1_md (Results 1 – 2 of 2) sorted by relevance
79 static EVP_MD *_hidden_sha1_md = NULL; variable82 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 _hidden_sha1_md = EVP_MD_meth_new(NID_sha1, NID_sha1WithRSAEncryption); in bind_dasync()250 if (_hidden_sha1_md == NULL in bind_dasync()251 || !EVP_MD_meth_set_result_size(_hidden_sha1_md, SHA_DIGEST_LENGTH) in bind_dasync()252 || !EVP_MD_meth_set_input_blocksize(_hidden_sha1_md, SHA_CBLOCK) in bind_dasync()253 || !EVP_MD_meth_set_app_datasize(_hidden_sha1_md, in bind_dasync()255 || !EVP_MD_meth_set_flags(_hidden_sha1_md, EVP_MD_FLAG_DIGALGID_ABSENT) in bind_dasync()[all …]
97 static EVP_MD *_hidden_sha1_md = NULL; variable100 if (_hidden_sha1_md == NULL) { in digest_sha1()115 _hidden_sha1_md = md; in digest_sha1()117 return _hidden_sha1_md; in digest_sha1()208 EVP_MD_meth_free(_hidden_sha1_md); in destroy_digests()209 _hidden_sha1_md = NULL; in destroy_digests()