"83655D23DCA3AD961C62F356208552BB9ED529077096966D" \
"670C354E4ABC9804F1746C08CA237327FFFFFFFFFFFFFFFF"
-static isc_result_t
-openssldh_todns(const dst_key_t *key, isc_buffer_t *data);
-
static BIGNUM *bn2 = NULL, *bn768 = NULL, *bn1024 = NULL, *bn1536 = NULL;
#if !HAVE_DH_GET0_KEY
}
#endif /* !HAVE_ECDSA_SIG_GET0 */
-static isc_result_t
-opensslecdsa_todns(const dst_key_t *key, isc_buffer_t *data);
-
static isc_result_t
opensslecdsa_createctx(dst_key_t *key, dst_context_t *dctx) {
EVP_MD_CTX *evp_md_ctx;
#endif /* HAVE_OPENSSL_ED448 */
-static isc_result_t
-openssleddsa_todns(const dst_key_t *key, isc_buffer_t *data);
-
static isc_result_t
openssleddsa_createctx(dst_key_t *key, dst_context_t *dctx) {
isc_buffer_t *buf = NULL;
#endif /* !HAVE_RSA_SET0_KEY */
-static isc_result_t
-opensslrsa_todns(const dst_key_t *key, isc_buffer_t *data);
-
static isc_result_t
opensslrsa_createctx(dst_key_t *key, dst_context_t *dctx) {
EVP_MD_CTX *evp_md_ctx;
static CK_BBOOL truevalue = TRUE;
static CK_BBOOL falsevalue = FALSE;
-static isc_result_t
-pkcs11ecdsa_todns(const dst_key_t *key, isc_buffer_t *data);
static void
pkcs11ecdsa_destroy(dst_key_t *key);
-static isc_result_t
-pkcs11ecdsa_fetch(dst_key_t *key, const char *engine, const char *label,
- dst_key_t *pub);
static isc_result_t
pkcs11ecdsa_createctx(dst_key_t *key, dst_context_t *dctx) {
static CK_BBOOL truevalue = TRUE;
static CK_BBOOL falsevalue = FALSE;
-static isc_result_t
-pkcs11eddsa_todns(const dst_key_t *key, isc_buffer_t *data);
static void
pkcs11eddsa_destroy(dst_key_t *key);
-static isc_result_t
-pkcs11eddsa_fetch(dst_key_t *key, const char *engine, const char *label,
- dst_key_t *pub);
static isc_result_t
pkcs11eddsa_createctx(dst_key_t *key, dst_context_t *dctx) {
static CK_BBOOL truevalue = TRUE;
static CK_BBOOL falsevalue = FALSE;
-static isc_result_t
-pkcs11rsa_todns(const dst_key_t *key, isc_buffer_t *data);
static void
pkcs11rsa_destroy(dst_key_t *key);
-static isc_result_t
-pkcs11rsa_fetch(dst_key_t *key, const char *engine, const char *label,
- dst_key_t *pub);
#ifndef PK11_RSA_PKCS_REPLACE