HomeSort by: relevance | last modified time | path
    Searched defs:basectx (Results 1 - 1 of 1) sorted by relevancy

  /src/external/mpl/bind/dist/lib/isc/
iterated_hash.c 93 static thread_local EVP_MD_CTX *basectx = NULL; variable
103 REQUIRE(basectx != NULL);
117 if (EVP_MD_CTX_copy_ex(mdctx, basectx) != 1) {
150 basectx = EVP_MD_CTX_new();
151 INSIST(basectx != NULL);
157 RUNTIME_CHECK(EVP_DigestInit_ex(basectx, md, NULL) == 1);
170 REQUIRE(basectx != NULL);
171 EVP_MD_CTX_free(basectx);
172 basectx = NULL;

Completed in 19 milliseconds