Searched defs:PY_EVP_MD_fetch (Results 1 – 1 of 1) sorted by relevance
55 #define PY_EVP_MD_fetch(algorithm, properties) EVP_MD_fetch(NULL, algorithm, properties) macro60 #define PY_EVP_MD_fetch(algorithm, properties) EVP_get_digestbyname(algorithm) macro