Lines Matching refs:dst_key_t
60 static isc_result_t pkcs11eddsa_todns(const dst_key_t *key,
62 static void pkcs11eddsa_destroy(dst_key_t *key);
63 static isc_result_t pkcs11eddsa_fetch(dst_key_t *key, const char *engine,
64 const char *label, dst_key_t *pub);
67 pkcs11eddsa_createctx(dst_key_t *key, dst_context_t *dctx) {
143 dst_key_t *key = dctx->key;
275 dst_key_t *key = dctx->key;
366 pkcs11eddsa_compare(const dst_key_t *key1, const dst_key_t *key2) {
443 pkcs11eddsa_generate(dst_key_t *key, int unused, void (*callback)(int)) {
573 pkcs11eddsa_isprivate(const dst_key_t *key) {
584 pkcs11eddsa_destroy(dst_key_t *key) {
617 pkcs11eddsa_todns(const dst_key_t *key, isc_buffer_t *data) {
645 pkcs11eddsa_fromdns(dst_key_t *key, isc_buffer_t *data) {
729 pkcs11eddsa_tofile(const dst_key_t *key, const char *directory) {
783 pkcs11eddsa_fetch(dst_key_t *key, const char *engine, const char *label,
784 dst_key_t *pub)
896 pkcs11eddsa_parse(dst_key_t *key, isc_lex_t *lexer, dst_key_t *pub) {
1009 pkcs11eddsa_fromlabel(dst_key_t *key, const char *engine, const char *label,