Lines Matching refs:dst_context_t

76 hmacmd5_createctx(dst_key_t *key, dst_context_t *dctx) {
89 hmacmd5_destroyctx(dst_context_t *dctx) {
100 hmacmd5_adddata(dst_context_t *dctx, const isc_region_t *data) {
108 hmacmd5_sign(dst_context_t *dctx, isc_buffer_t *sig) {
122 hmacmd5_verify(dst_context_t *dctx, const isc_region_t *sig) {
344 hmacsha1_createctx(dst_key_t *key, dst_context_t *dctx) {
357 hmacsha1_destroyctx(dst_context_t *dctx) {
368 hmacsha1_adddata(dst_context_t *dctx, const isc_region_t *data) {
376 hmacsha1_sign(dst_context_t *dctx, isc_buffer_t *sig) {
390 hmacsha1_verify(dst_context_t *dctx, const isc_region_t *sig) {
613 hmacsha224_createctx(dst_key_t *key, dst_context_t *dctx) {
626 hmacsha224_destroyctx(dst_context_t *dctx) {
637 hmacsha224_adddata(dst_context_t *dctx, const isc_region_t *data) {
645 hmacsha224_sign(dst_context_t *dctx, isc_buffer_t *sig) {
659 hmacsha224_verify(dst_context_t *dctx, const isc_region_t *sig) {
882 hmacsha256_createctx(dst_key_t *key, dst_context_t *dctx) {
895 hmacsha256_destroyctx(dst_context_t *dctx) {
906 hmacsha256_adddata(dst_context_t *dctx, const isc_region_t *data) {
914 hmacsha256_sign(dst_context_t *dctx, isc_buffer_t *sig) {
928 hmacsha256_verify(dst_context_t *dctx, const isc_region_t *sig) {
1151 hmacsha384_createctx(dst_key_t *key, dst_context_t *dctx) {
1164 hmacsha384_destroyctx(dst_context_t *dctx) {
1175 hmacsha384_adddata(dst_context_t *dctx, const isc_region_t *data) {
1183 hmacsha384_sign(dst_context_t *dctx, isc_buffer_t *sig) {
1197 hmacsha384_verify(dst_context_t *dctx, const isc_region_t *sig) {
1420 hmacsha512_createctx(dst_key_t *key, dst_context_t *dctx) {
1433 hmacsha512_destroyctx(dst_context_t *dctx) {
1444 hmacsha512_adddata(dst_context_t *dctx, const isc_region_t *data) {
1452 hmacsha512_sign(dst_context_t *dctx, isc_buffer_t *sig) {
1466 hmacsha512_verify(dst_context_t *dctx, const isc_region_t *sig) {