Searched refs:_hidden_sha1_md (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/openssl/openssl/engines/ |
H A D | e_dasync.c | 79 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() 266 _hidden_sha1_md = EVP_MD_meth_new(NID_sha1, NID_sha1WithRSAEncryption); in bind_dasync() 267 if (_hidden_sha1_md == NULL in bind_dasync() 268 || !EVP_MD_meth_set_result_size(_hidden_sha1_md, SHA_DIGEST_LENGTH) in bind_dasync() 269 || !EVP_MD_meth_set_input_blocksize(_hidden_sha1_md, SHA_CBLOCK) in bind_dasync() 270 || !EVP_MD_meth_set_app_datasize(_hidden_sha1_md, in bind_dasync() 272 || !EVP_MD_meth_set_flags(_hidden_sha1_md, EVP_MD_FLAG_DIGALGID_ABSEN in bind_dasync() [all...] |
H A D | e_ossltest.c | 97 static EVP_MD *_hidden_sha1_md = NULL; variable 100 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()
|
/third_party/openssl/engines/ |
H A D | e_dasync.c | 79 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() 266 _hidden_sha1_md = EVP_MD_meth_new(NID_sha1, NID_sha1WithRSAEncryption); in bind_dasync() 267 if (_hidden_sha1_md == NULL in bind_dasync() 268 || !EVP_MD_meth_set_result_size(_hidden_sha1_md, SHA_DIGEST_LENGTH) in bind_dasync() 269 || !EVP_MD_meth_set_input_blocksize(_hidden_sha1_md, SHA_CBLOCK) in bind_dasync() 270 || !EVP_MD_meth_set_app_datasize(_hidden_sha1_md, in bind_dasync() 272 || !EVP_MD_meth_set_flags(_hidden_sha1_md, EVP_MD_FLAG_DIGALGID_ABSEN in bind_dasync() [all...] |
H A D | e_ossltest.c | 97 static EVP_MD *_hidden_sha1_md = NULL; variable 100 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()
|
Completed in 7 milliseconds