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

/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/engine/
H A Deng_openssl.c432 static int ossl_hmac_init(EVP_PKEY_CTX *ctx) function
449 fprintf(stderr, "(TEST_ENG_OPENSSL_HMAC) ossl_hmac_init() called\n");
461 if (!ossl_hmac_init(dst))
604 EVP_PKEY_meth_set_init(meth, ossl_hmac_init);
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/engine/
H A Deng_openssl.c449 static int ossl_hmac_init(EVP_PKEY_CTX *ctx) function
466 fprintf(stderr, "(TEST_ENG_OPENSSL_HMAC) ossl_hmac_init() called\n");
478 if (!ossl_hmac_init(dst))
621 EVP_PKEY_meth_set_init(meth, ossl_hmac_init);

Completed in 188 milliseconds