Lines Matching refs:dst_key_t
130 static isc_result_t pkcs11gost_todns(const dst_key_t *key, isc_buffer_t *data);
131 static void pkcs11gost_destroy(dst_key_t *key);
134 pkcs11gost_createctx_sign(dst_key_t *key, dst_context_t *dctx) {
240 pkcs11gost_createctx_verify(dst_key_t *key, dst_context_t *dctx) {
345 pkcs11gost_createctx(dst_key_t *key, dst_context_t *dctx) {
428 pkcs11gost_compare(const dst_key_t *key1, const dst_key_t *key2) {
469 pkcs11gost_generate(dst_key_t *key, int unused, void (*callback)(int)) {
588 pkcs11gost_isprivate(const dst_key_t *key) {
599 pkcs11gost_destroy(dst_key_t *key) {
634 pkcs11gost_todns(const dst_key_t *key, isc_buffer_t *data) {
656 pkcs11gost_fromdns(dst_key_t *key, isc_buffer_t *data) {
725 pkcs11gost_tofile(const dst_key_t *key, const char *directory) {
777 pkcs11gost_tofile(const dst_key_t *key, const char *directory) {
819 pkcs11gost_parse(dst_key_t *key, isc_lex_t *lexer, dst_key_t *pub) {