Home
last modified time | relevance | path

Searched defs:PY_EVP_MD_fetch (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/python/cpython3/Modules/
D_hashopenssl.c55 #define PY_EVP_MD_fetch(algorithm, properties) EVP_MD_fetch(NULL, algorithm, properties) macro
60 #define PY_EVP_MD_fetch(algorithm, properties) EVP_get_digestbyname(algorithm) macro