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

/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/engine/
H A Deng_openssl.c309 static int test_sha1_init(EVP_MD_CTX *ctx) function
312 fprintf(stderr, "(TEST_ENG_OPENSSL_SHA) test_sha1_init() called\n");
345 || !EVP_MD_meth_set_init(md, test_sha1_init)
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/engine/
H A Deng_openssl.c326 static int test_sha1_init(EVP_MD_CTX *ctx) function
329 fprintf(stderr, "(TEST_ENG_OPENSSL_SHA) test_sha1_init() called\n");
362 || !EVP_MD_meth_set_init(md, test_sha1_init)

Completed in 99 milliseconds