Searched refs:srtp_mod_hmac (Results 1 – 4 of 4) sorted by relevance
/external/libsrtp2/crypto/hash/ |
D | hmac.c | 55 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()
|
D | hmac_ossl.c | 59 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/ |
D | cipher_types.h | 82 extern srtp_debug_module_t srtp_mod_hmac;
|
/external/libsrtp2/crypto/kernel/ |
D | crypto_kernel.c | 164 status = srtp_crypto_kernel_load_debug_module(&srtp_mod_hmac); in srtp_crypto_kernel_init()
|