Home
last modified time | relevance | path

Searched refs:srtp_mod_hmac (Results 1 – 4 of 4) sorted by relevance

/external/libsrtp2/crypto/hash/
Dhmac.c55 srtp_debug_module_t srtp_mod_hmac = { variable
67 debug_print(srtp_mod_hmac, "allocating auth func with key length %d", in srtp_hmac_alloc()
69 debug_print(srtp_mod_hmac, " tag length %d", in srtp_hmac_alloc()
144 debug_print(srtp_mod_hmac, "ipad: %s", in srtp_hmac_init()
172 debug_print(srtp_mod_hmac, "input: %s", in srtp_hmac_update()
205 debug_print(srtp_mod_hmac, "intermediate state: %s", in srtp_hmac_compute()
225 debug_print(srtp_mod_hmac, "output: %s", in srtp_hmac_compute()
Dhmac_ossl.c59 srtp_debug_module_t srtp_mod_hmac = { variable
70 debug_print(srtp_mod_hmac, "allocating auth func with key length %d", in srtp_hmac_alloc()
72 debug_print(srtp_mod_hmac, " tag length %d", in srtp_hmac_alloc()
175 debug_print(srtp_mod_hmac, "input: %s", in srtp_hmac_update()
215 debug_print(srtp_mod_hmac, "output: %s", in srtp_hmac_compute()
/external/libsrtp2/crypto/include/
Dcipher_types.h82 extern srtp_debug_module_t srtp_mod_hmac;
/external/libsrtp2/crypto/kernel/
Dcrypto_kernel.c164 status = srtp_crypto_kernel_load_debug_module(&srtp_mod_hmac); in srtp_crypto_kernel_init()