Lines Matching refs:dst_key_t

58 static isc_result_t hmacmd5_fromdns(dst_key_t *key, isc_buffer_t *data);
65 getkeybits(dst_key_t *key, struct dst_private_element *element) {
76 hmacmd5_createctx(dst_key_t *key, dst_context_t *dctx) {
135 hmacmd5_compare(const dst_key_t *key1, const dst_key_t *key2) {
153 hmacmd5_generate(dst_key_t *key, int pseudorandom_ok) {
180 hmacmd5_isprivate(const dst_key_t *key) {
186 hmacmd5_destroy(dst_key_t *key) {
194 hmacmd5_todns(const dst_key_t *key, isc_buffer_t *data) {
211 hmacmd5_fromdns(dst_key_t *key, isc_buffer_t *data) {
244 hmacmd5_tofile(const dst_key_t *key, const char *directory) {
271 hmacmd5_parse(dst_key_t *key, isc_lex_t *lexer) {
337 static isc_result_t hmacsha1_fromdns(dst_key_t *key, isc_buffer_t *data);
344 hmacsha1_createctx(dst_key_t *key, dst_context_t *dctx) {
403 hmacsha1_compare(const dst_key_t *key1, const dst_key_t *key2) {
421 hmacsha1_generate(dst_key_t *key, int pseudorandom_ok) {
448 hmacsha1_isprivate(const dst_key_t *key) {
454 hmacsha1_destroy(dst_key_t *key) {
462 hmacsha1_todns(const dst_key_t *key, isc_buffer_t *data) {
479 hmacsha1_fromdns(dst_key_t *key, isc_buffer_t *data) {
512 hmacsha1_tofile(const dst_key_t *key, const char *directory) {
539 hmacsha1_parse(dst_key_t *key, isc_lex_t *lexer) {
606 static isc_result_t hmacsha224_fromdns(dst_key_t *key, isc_buffer_t *data);
613 hmacsha224_createctx(dst_key_t *key, dst_context_t *dctx) {
672 hmacsha224_compare(const dst_key_t *key1, const dst_key_t *key2) {
690 hmacsha224_generate(dst_key_t *key, int pseudorandom_ok) {
717 hmacsha224_isprivate(const dst_key_t *key) {
723 hmacsha224_destroy(dst_key_t *key) {
731 hmacsha224_todns(const dst_key_t *key, isc_buffer_t *data) {
748 hmacsha224_fromdns(dst_key_t *key, isc_buffer_t *data) {
781 hmacsha224_tofile(const dst_key_t *key, const char *directory) {
808 hmacsha224_parse(dst_key_t *key, isc_lex_t *lexer) {
875 static isc_result_t hmacsha256_fromdns(dst_key_t *key, isc_buffer_t *data);
882 hmacsha256_createctx(dst_key_t *key, dst_context_t *dctx) {
941 hmacsha256_compare(const dst_key_t *key1, const dst_key_t *key2) {
959 hmacsha256_generate(dst_key_t *key, int pseudorandom_ok) {
986 hmacsha256_isprivate(const dst_key_t *key) {
992 hmacsha256_destroy(dst_key_t *key) {
1000 hmacsha256_todns(const dst_key_t *key, isc_buffer_t *data) {
1017 hmacsha256_fromdns(dst_key_t *key, isc_buffer_t *data) {
1050 hmacsha256_tofile(const dst_key_t *key, const char *directory) {
1077 hmacsha256_parse(dst_key_t *key, isc_lex_t *lexer) {
1144 static isc_result_t hmacsha384_fromdns(dst_key_t *key, isc_buffer_t *data);
1151 hmacsha384_createctx(dst_key_t *key, dst_context_t *dctx) {
1210 hmacsha384_compare(const dst_key_t *key1, const dst_key_t *key2) {
1228 hmacsha384_generate(dst_key_t *key, int pseudorandom_ok) {
1255 hmacsha384_isprivate(const dst_key_t *key) {
1261 hmacsha384_destroy(dst_key_t *key) {
1269 hmacsha384_todns(const dst_key_t *key, isc_buffer_t *data) {
1286 hmacsha384_fromdns(dst_key_t *key, isc_buffer_t *data) {
1319 hmacsha384_tofile(const dst_key_t *key, const char *directory) {
1346 hmacsha384_parse(dst_key_t *key, isc_lex_t *lexer) {
1413 static isc_result_t hmacsha512_fromdns(dst_key_t *key, isc_buffer_t *data);
1420 hmacsha512_createctx(dst_key_t *key, dst_context_t *dctx) {
1479 hmacsha512_compare(const dst_key_t *key1, const dst_key_t *key2) {
1497 hmacsha512_generate(dst_key_t *key, int pseudorandom_ok) {
1524 hmacsha512_isprivate(const dst_key_t *key) {
1530 hmacsha512_destroy(dst_key_t *key) {
1538 hmacsha512_todns(const dst_key_t *key, isc_buffer_t *data) {
1555 hmacsha512_fromdns(dst_key_t *key, isc_buffer_t *data) {
1588 hmacsha512_tofile(const dst_key_t *key, const char *directory) {
1615 hmacsha512_parse(dst_key_t *key, isc_lex_t *lexer) {