Lines Matching defs:key

53 	unsigned char key[ISC_SHA1_BLOCK_LENGTH];  member
57 hmacsha1_createctx(dst_key_t *key, dst_context_t *dctx) { in hmacsha1_createctx()
116 hmacsha1_destroy(dst_key_t *key) { in hmacsha1_destroy()
124 hmacsha1_todns(const dst_key_t *key, isc_buffer_t *data) { in hmacsha1_todns()
141 hmacsha1_fromdns(dst_key_t *key, isc_buffer_t *data) { in hmacsha1_fromdns()
197 unsigned char key[ISC_SHA224_BLOCK_LENGTH]; member
201 hmacsha224_createctx(dst_key_t *key, dst_context_t *dctx) { in hmacsha224_createctx()
260 hmacsha224_destroy(dst_key_t *key) { in hmacsha224_destroy()
268 hmacsha224_todns(const dst_key_t *key, isc_buffer_t *data) { in hmacsha224_todns()
285 hmacsha224_fromdns(dst_key_t *key, isc_buffer_t *data) { in hmacsha224_fromdns()
341 unsigned char key[ISC_SHA256_BLOCK_LENGTH]; member
345 hmacsha256_createctx(dst_key_t *key, dst_context_t *dctx) { in hmacsha256_createctx()
404 hmacsha256_destroy(dst_key_t *key) { in hmacsha256_destroy()
412 hmacsha256_todns(const dst_key_t *key, isc_buffer_t *data) { in hmacsha256_todns()
429 hmacsha256_fromdns(dst_key_t *key, isc_buffer_t *data) { in hmacsha256_fromdns()
485 unsigned char key[ISC_SHA384_BLOCK_LENGTH]; member
489 hmacsha384_createctx(dst_key_t *key, dst_context_t *dctx) { in hmacsha384_createctx()
548 hmacsha384_destroy(dst_key_t *key) { in hmacsha384_destroy()
556 hmacsha384_todns(const dst_key_t *key, isc_buffer_t *data) { in hmacsha384_todns()
573 hmacsha384_fromdns(dst_key_t *key, isc_buffer_t *data) { in hmacsha384_fromdns()
629 unsigned char key[ISC_SHA512_BLOCK_LENGTH]; member
633 hmacsha512_createctx(dst_key_t *key, dst_context_t *dctx) { in hmacsha512_createctx()
692 hmacsha512_destroy(dst_key_t *key) { in hmacsha512_destroy()
700 hmacsha512_todns(const dst_key_t *key, isc_buffer_t *data) { in hmacsha512_todns()
717 hmacsha512_fromdns(dst_key_t *key, isc_buffer_t *data) { in hmacsha512_fromdns()