Searched refs:mod_hmac (Results 1 – 1 of 1) sorted by relevance
/external/srtp/crypto/hash/ |
D | hmac.c | 50 debug_module_t mod_hmac = { variable 61 debug_print(mod_hmac, "allocating auth func with key length %d", key_len); in hmac_alloc() 62 debug_print(mod_hmac, " tag length %d", out_len); in hmac_alloc() 137 debug_print(mod_hmac, "ipad: %s", octet_string_hex_string(ipad, 64)); in hmac_init() 160 debug_print(mod_hmac, "input: %s", in hmac_update() 188 debug_print(mod_hmac, "intermediate state: %s", in hmac_compute() 207 debug_print(mod_hmac, "output: %s", in hmac_compute() 265 (debug_module_t *) &mod_hmac
|