Searched refs:isc_hmac_update (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dhmac.h96 * isc_hmac_update:
105 isc_hmac_update(isc_hmac_t *hmac, const unsigned char *buf, const size_t len);
117 * calling this function no additional calls to isc_hmac_update() can be made.
/netbsd-current/external/mpl/bind/dist/lib/isc/include/isc/
H A Dhmac.h96 * isc_hmac_update:
105 isc_hmac_update(isc_hmac_t *hmac, const unsigned char *buf, const size_t len);
118 * calls to isc_hmac_update() can be made.
/netbsd-current/external/mpl/bind/dist/tests/isc/
H A Dhmac_test.c106 assert_int_equal(isc_hmac_update(hmac_st,
166 ISC_RUN_TEST_IMPL(isc_hmac_update) {
171 expect_assert_failure(isc_hmac_update(NULL, NULL, 0));
173 assert_int_equal(isc_hmac_update(hmac_st, NULL, 100), ISC_R_SUCCESS);
174 assert_int_equal(isc_hmac_update(hmac_st, (const unsigned char *)"", 0),
190 isc_hmac_update(hmac_st, (const unsigned char *)"a", 1),
193 isc_hmac_update(hmac_st, (const unsigned char *)"b", 1),
925 ISC_TEST_ENTRY_CUSTOM(isc_hmac_update, _reset, _reset)
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dhmac.c75 isc_hmac_update(isc_hmac_t *hmac, const unsigned char *buf, const size_t len) { function
135 res = isc_hmac_update(hmac, buf, len);
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dhmac.c89 isc_hmac_update(isc_hmac_t *hmac_st, const unsigned char *buf, function
157 res = isc_hmac_update(hmac_st, buf, len);
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dhmac_link.c199 result = isc_hmac_update(ctx, data->base, data->length);
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dhmac_link.c205 result = isc_hmac_update(ctx, data->base, data->length);

Completed in 88 milliseconds