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

/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/engine/
H A Deng_openssl.c317 static int test_sha1_update(EVP_MD_CTX *ctx, const void *data, size_t count) function
320 fprintf(stderr, "(TEST_ENG_OPENSSL_SHA) test_sha1_update() called\n");
346 || !EVP_MD_meth_set_update(md, test_sha1_update)
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/engine/
H A Deng_openssl.c334 static int test_sha1_update(EVP_MD_CTX *ctx, const void *data, size_t count) function
337 fprintf(stderr, "(TEST_ENG_OPENSSL_SHA) test_sha1_update() called\n");
363 || !EVP_MD_meth_set_update(md, test_sha1_update)

Completed in 139 milliseconds