HomeSort by relevance Sort by last modified time
    Searched refs:mod_hmac (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libsrtp/srtp/crypto/hash/
hmac.c 50 debug_module_t mod_hmac = { variable
61 debug_print(mod_hmac, "allocating auth func with key length %d", key_len);
62 debug_print(mod_hmac, " tag length %d", out_len);
137 debug_print(mod_hmac, "ipad: %s", octet_string_hex_string(ipad, 64));
160 debug_print(mod_hmac, "input: %s",
188 debug_print(mod_hmac, "intermediate state: %s",
207 debug_print(mod_hmac, "output: %s",
265 (debug_module_t *) &mod_hmac,
  /external/srtp/crypto/hash/
hmac.c 50 debug_module_t mod_hmac = { variable
61 debug_print(mod_hmac, "allocating auth func with key length %d", key_len);
62 debug_print(mod_hmac, " tag length %d", out_len);
137 debug_print(mod_hmac, "ipad: %s", octet_string_hex_string(ipad, 64));
160 debug_print(mod_hmac, "input: %s",
188 debug_print(mod_hmac, "intermediate state: %s",
207 debug_print(mod_hmac, "output: %s",
265 (debug_module_t *) &mod_hmac

Completed in 64 milliseconds