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

/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dhmac.h62 * isc_hmac_free:
68 isc_hmac_free(isc_hmac_t *hmac);
/netbsd-current/external/mpl/bind/dist/lib/isc/include/isc/
H A Dhmac.h62 * isc_hmac_free:
68 isc_hmac_free(isc_hmac_t *hmac);
/netbsd-current/external/mpl/bind/dist/tests/isc/
H A Dhmac_test.c63 isc_hmac_free(*state);
83 isc_hmac_free(hmac_st); /* Cleanup */
86 ISC_RUN_TEST_IMPL(isc_hmac_free) {
91 isc_hmac_free(hmac_st); /* Test freeing valid message digest context */
92 isc_hmac_free(NULL); /* Test freeing NULL argument */
928 ISC_TEST_ENTRY(isc_hmac_free)
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dhmac.c38 isc_hmac_free(isc_hmac_t *hmac) { function
145 isc_hmac_free(hmac);
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dhmac.c38 isc_hmac_free(isc_hmac_t *hmac_st) { function
167 isc_hmac_free(hmac_st);
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dhmac_link.c175 isc_hmac_free(ctx);
188 isc_hmac_free(ctx);
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dhmac_link.c181 isc_hmac_free(ctx);
194 isc_hmac_free(ctx);

Completed in 155 milliseconds