Searched refs:srtp_mod_cipher (Results 1 – 4 of 4) sorted by relevance
/external/libsrtp2/crypto/cipher/ |
D | cipher.c | 57 srtp_debug_module_t srtp_mod_cipher = { variable 220 debug_print(srtp_mod_cipher, "running self-test for cipher %s", in srtp_cipher_type_test() 246 debug_print(srtp_mod_cipher, "testing encryption", NULL); in srtp_cipher_type_test() 264 debug_print(srtp_mod_cipher, "plaintext: %s", in srtp_cipher_type_test() 278 debug_print(srtp_mod_cipher, "IV: %s", in srtp_cipher_type_test() 290 debug_print(srtp_mod_cipher, "AAD: %s", in srtp_cipher_type_test() 316 debug_print(srtp_mod_cipher, "ciphertext: %s", in srtp_cipher_type_test() 329 debug_print(srtp_mod_cipher, "test case %d failed", case_num); in srtp_cipher_type_test() 330 debug_print(srtp_mod_cipher, "(failure at byte %u)", k); in srtp_cipher_type_test() 335 debug_print(srtp_mod_cipher, "c computed: %s", in srtp_cipher_type_test() [all …]
|
D | null_cipher.c | 63 debug_print(srtp_mod_cipher, "allocating cipher with key length %d", in srtp_null_cipher_alloc() 100 debug_print(srtp_mod_cipher, "initializing null cipher", NULL); in srtp_null_cipher_init()
|
/external/libsrtp2/crypto/include/ |
D | cipher_types.h | 68 extern srtp_debug_module_t srtp_mod_cipher;
|
/external/libsrtp2/crypto/kernel/ |
D | crypto_kernel.c | 100 status = srtp_crypto_kernel_load_debug_module(&srtp_mod_cipher); in srtp_crypto_kernel_init()
|