Lines Matching refs:dst_context_t
70 hmacmd5_createctx(dst_key_t *key, dst_context_t *dctx) {
83 hmacmd5_destroyctx(dst_context_t *dctx) {
94 hmacmd5_adddata(dst_context_t *dctx, const isc_region_t *data) {
102 hmacmd5_sign(dst_context_t *dctx, isc_buffer_t *sig) {
116 hmacmd5_verify(dst_context_t *dctx, const isc_region_t *sig) {
378 hmacsha1_createctx(dst_key_t *key, dst_context_t *dctx) {
391 hmacsha1_destroyctx(dst_context_t *dctx) {
402 hmacsha1_adddata(dst_context_t *dctx, const isc_region_t *data) {
410 hmacsha1_sign(dst_context_t *dctx, isc_buffer_t *sig) {
424 hmacsha1_verify(dst_context_t *dctx, const isc_region_t *sig) {
669 hmacsha224_createctx(dst_key_t *key, dst_context_t *dctx) {
682 hmacsha224_destroyctx(dst_context_t *dctx) {
693 hmacsha224_adddata(dst_context_t *dctx, const isc_region_t *data) {
701 hmacsha224_sign(dst_context_t *dctx, isc_buffer_t *sig) {
715 hmacsha224_verify(dst_context_t *dctx, const isc_region_t *sig) {
956 hmacsha256_createctx(dst_key_t *key, dst_context_t *dctx) {
969 hmacsha256_destroyctx(dst_context_t *dctx) {
980 hmacsha256_adddata(dst_context_t *dctx, const isc_region_t *data) {
988 hmacsha256_sign(dst_context_t *dctx, isc_buffer_t *sig) {
1002 hmacsha256_verify(dst_context_t *dctx, const isc_region_t *sig) {
1243 hmacsha384_createctx(dst_key_t *key, dst_context_t *dctx) {
1256 hmacsha384_destroyctx(dst_context_t *dctx) {
1267 hmacsha384_adddata(dst_context_t *dctx, const isc_region_t *data) {
1275 hmacsha384_sign(dst_context_t *dctx, isc_buffer_t *sig) {
1289 hmacsha384_verify(dst_context_t *dctx, const isc_region_t *sig) {
1530 hmacsha512_createctx(dst_key_t *key, dst_context_t *dctx) {
1543 hmacsha512_destroyctx(dst_context_t *dctx) {
1554 hmacsha512_adddata(dst_context_t *dctx, const isc_region_t *data) {
1562 hmacsha512_sign(dst_context_t *dctx, isc_buffer_t *sig) {
1576 hmacsha512_verify(dst_context_t *dctx, const isc_region_t *sig) {