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

/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dhmac.h54 * isc_hmac_new:
59 isc_hmac_new(void);
/netbsd-current/external/mpl/bind/dist/lib/isc/include/isc/
H A Dhmac.h54 * isc_hmac_new:
59 isc_hmac_new(void);
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dhmac.c31 isc_hmac_new(void) { function
128 isc_hmac_t *hmac = isc_hmac_new();
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dhmac.c31 isc_hmac_new(void) { function
150 isc_hmac_t *hmac_st = isc_hmac_new();
/netbsd-current/external/mpl/bind/dist/tests/isc/
H A Dhmac_test.c50 isc_hmac_t *hmac_st = isc_hmac_new();
78 ISC_RUN_TEST_IMPL(isc_hmac_new) {
81 isc_hmac_t *hmac_st = isc_hmac_new();
89 isc_hmac_t *hmac_st = isc_hmac_new();
913 ISC_TEST_ENTRY(isc_hmac_new)
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dhmac_link.c170 isc_hmac_t *ctx = isc_hmac_new(); /* Either returns or abort()s */
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dhmac_link.c176 isc_hmac_t *ctx = isc_hmac_new(); /* Either returns or abort()s */

Completed in 199 milliseconds