Searched defs:hmac_st (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/mpl/bind/dist/tests/isc/ |
H A D | hmac_test.c | 50 isc_hmac_t *hmac_st = isc_hmac_new(); _setup() local 81 isc_hmac_t *hmac_st = isc_hmac_new(); ISC_RUN_TEST_IMPL() local 89 isc_hmac_t *hmac_st = isc_hmac_new(); ISC_RUN_TEST_IMPL() local 96 isc_hmac_test(isc_hmac_t * hmac_st,const void * key,size_t keylen,const isc_md_type_t * type,const char * buf,size_t buflen,const char * result,const size_t repeats) isc_hmac_test() argument 131 isc_hmac_t *hmac_st = *state; ISC_RUN_TEST_IMPL() local 167 isc_hmac_t *hmac_st = *state; ISC_RUN_TEST_IMPL() local 179 isc_hmac_t *hmac_st = *state; ISC_RUN_TEST_IMPL() local 209 isc_hmac_t *hmac_st = *state; ISC_RUN_TEST_IMPL() local 227 isc_hmac_t *hmac_st = *state; ISC_RUN_TEST_IMPL() local 324 isc_hmac_t *hmac_st = *state; ISC_RUN_TEST_IMPL() local 407 isc_hmac_t *hmac_st = *state; ISC_RUN_TEST_IMPL() local 530 isc_hmac_t *hmac_st = *state; ISC_RUN_TEST_IMPL() local 653 isc_hmac_t *hmac_st = *state; ISC_RUN_TEST_IMPL() local 782 isc_hmac_t *hmac_st = *state; ISC_RUN_TEST_IMPL() local [all...] |
/netbsd-src/external/mpl/bind/dist/lib/isc/ |
H A D | hmac.c | 32 EVP_MD_CTX *hmac_st = EVP_MD_CTX_new(); in isc_hmac_new() local 38 isc_hmac_free(isc_hmac_t *hmac_st) { in isc_hmac_free() argument 47 isc_hmac_init(isc_hmac_t *hmac_st, const void *key, const size_t keylen, in isc_hmac_init() argument 77 isc_hmac_reset(isc_hmac_t *hmac_st) { in isc_hmac_reset() argument 89 isc_hmac_update(isc_hmac_t * hmac_st,const unsigned char * buf,const size_t len) isc_hmac_update() argument 106 isc_hmac_final(isc_hmac_t * hmac_st,unsigned char * digest,unsigned int * digestlen) isc_hmac_final() argument 125 isc_hmac_get_md_type(isc_hmac_t * hmac_st) isc_hmac_get_md_type() argument 132 isc_hmac_get_size(isc_hmac_t * hmac_st) isc_hmac_get_size() argument 139 isc_hmac_get_block_size(isc_hmac_t * hmac_st) isc_hmac_get_block_size() argument 150 isc_hmac_t *hmac_st = isc_hmac_new(); isc_hmac() local [all...] |