Home
last modified time | relevance | path

Searched refs:evp_nosecurity (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A D_hashopenssl.c89 PY_EVP_MD *evp_nosecurity; member
157 if (h->evp_nosecurity != NULL) { in py_hashentry_t_destroy_value()
158 PY_EVP_MD_free(h->evp_nosecurity); in py_hashentry_t_destroy_value()
159 h->evp_nosecurity = NULL; in py_hashentry_t_destroy_value()
340 if (entry->evp_nosecurity == NULL) { in py_digest_by_name()
341 entry->evp_nosecurity = PY_EVP_MD_fetch(entry->ossl_name, "-fips"); in py_digest_by_name()
343 digest = entry->evp_nosecurity; in py_digest_by_name()

Completed in 4 milliseconds