Lines Matching refs:dst_key_t
50 static isc_result_t hmacmd5_fromdns(dst_key_t *key, isc_buffer_t *data);
58 getkeybits(dst_key_t *key, struct dst_private_element *element) {
70 hmacmd5_createctx(dst_key_t *key, dst_context_t *dctx) {
129 hmacmd5_compare(const dst_key_t *key1, const dst_key_t *key2) {
147 hmacmd5_generate(dst_key_t *key, int pseudorandom_ok, void (*callback)(int)) {
176 hmacmd5_isprivate(const dst_key_t *key) {
182 hmacmd5_destroy(dst_key_t *key) {
191 hmacmd5_todns(const dst_key_t *key, isc_buffer_t *data) {
208 hmacmd5_fromdns(dst_key_t *key, isc_buffer_t *data) {
243 hmacmd5_tofile(const dst_key_t *key, const char *directory) {
273 hmacmd5_parse(dst_key_t *key, isc_lex_t *lexer, dst_key_t *pub) {
371 static isc_result_t hmacsha1_fromdns(dst_key_t *key, isc_buffer_t *data);
378 hmacsha1_createctx(dst_key_t *key, dst_context_t *dctx) {
437 hmacsha1_compare(const dst_key_t *key1, const dst_key_t *key2) {
455 hmacsha1_generate(dst_key_t *key, int pseudorandom_ok, void (*callback)(int)) {
484 hmacsha1_isprivate(const dst_key_t *key) {
490 hmacsha1_destroy(dst_key_t *key) {
499 hmacsha1_todns(const dst_key_t *key, isc_buffer_t *data) {
516 hmacsha1_fromdns(dst_key_t *key, isc_buffer_t *data) {
551 hmacsha1_tofile(const dst_key_t *key, const char *directory) {
581 hmacsha1_parse(dst_key_t *key, isc_lex_t *lexer, dst_key_t *pub) {
662 static isc_result_t hmacsha224_fromdns(dst_key_t *key, isc_buffer_t *data);
669 hmacsha224_createctx(dst_key_t *key, dst_context_t *dctx) {
728 hmacsha224_compare(const dst_key_t *key1, const dst_key_t *key2) {
746 hmacsha224_generate(dst_key_t *key, int pseudorandom_ok,
777 hmacsha224_isprivate(const dst_key_t *key) {
783 hmacsha224_destroy(dst_key_t *key) {
792 hmacsha224_todns(const dst_key_t *key, isc_buffer_t *data) {
809 hmacsha224_fromdns(dst_key_t *key, isc_buffer_t *data) {
844 hmacsha224_tofile(const dst_key_t *key, const char *directory) {
874 hmacsha224_parse(dst_key_t *key, isc_lex_t *lexer, dst_key_t *pub) {
949 static isc_result_t hmacsha256_fromdns(dst_key_t *key, isc_buffer_t *data);
956 hmacsha256_createctx(dst_key_t *key, dst_context_t *dctx) {
1015 hmacsha256_compare(const dst_key_t *key1, const dst_key_t *key2) {
1033 hmacsha256_generate(dst_key_t *key, int pseudorandom_ok,
1064 hmacsha256_isprivate(const dst_key_t *key) {
1070 hmacsha256_destroy(dst_key_t *key) {
1079 hmacsha256_todns(const dst_key_t *key, isc_buffer_t *data) {
1096 hmacsha256_fromdns(dst_key_t *key, isc_buffer_t *data) {
1131 hmacsha256_tofile(const dst_key_t *key, const char *directory) {
1161 hmacsha256_parse(dst_key_t *key, isc_lex_t *lexer, dst_key_t *pub) {
1236 static isc_result_t hmacsha384_fromdns(dst_key_t *key, isc_buffer_t *data);
1243 hmacsha384_createctx(dst_key_t *key, dst_context_t *dctx) {
1302 hmacsha384_compare(const dst_key_t *key1, const dst_key_t *key2) {
1320 hmacsha384_generate(dst_key_t *key, int pseudorandom_ok,
1351 hmacsha384_isprivate(const dst_key_t *key) {
1357 hmacsha384_destroy(dst_key_t *key) {
1366 hmacsha384_todns(const dst_key_t *key, isc_buffer_t *data) {
1383 hmacsha384_fromdns(dst_key_t *key, isc_buffer_t *data) {
1418 hmacsha384_tofile(const dst_key_t *key, const char *directory) {
1448 hmacsha384_parse(dst_key_t *key, isc_lex_t *lexer, dst_key_t *pub) {
1523 static isc_result_t hmacsha512_fromdns(dst_key_t *key, isc_buffer_t *data);
1530 hmacsha512_createctx(dst_key_t *key, dst_context_t *dctx) {
1589 hmacsha512_compare(const dst_key_t *key1, const dst_key_t *key2) {
1607 hmacsha512_generate(dst_key_t *key, int pseudorandom_ok,
1638 hmacsha512_isprivate(const dst_key_t *key) {
1644 hmacsha512_destroy(dst_key_t *key) {
1653 hmacsha512_todns(const dst_key_t *key, isc_buffer_t *data) {
1670 hmacsha512_fromdns(dst_key_t *key, isc_buffer_t *data) {
1705 hmacsha512_tofile(const dst_key_t *key, const char *directory) {
1735 hmacsha512_parse(dst_key_t *key, isc_lex_t *lexer, dst_key_t *pub) {