• Home
  • Raw
  • Download

Lines Matching refs:srtp_mod_cipher

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()
338 debug_print(srtp_mod_cipher, "c expected: %s", in srtp_cipher_type_test()
350 debug_print(srtp_mod_cipher, "testing decryption", NULL); in srtp_cipher_type_test()
368 debug_print(srtp_mod_cipher, "ciphertext: %s", in srtp_cipher_type_test()
391 debug_print(srtp_mod_cipher, "AAD: %s", in srtp_cipher_type_test()
404 debug_print(srtp_mod_cipher, "plaintext: %s", in srtp_cipher_type_test()
417 debug_print(srtp_mod_cipher, "test case %d failed", case_num); in srtp_cipher_type_test()
418 debug_print(srtp_mod_cipher, "(failure at byte %u)", k); in srtp_cipher_type_test()
422 debug_print(srtp_mod_cipher, "p computed: %s", in srtp_cipher_type_test()
425 debug_print(srtp_mod_cipher, "p expected: %s", in srtp_cipher_type_test()
466 debug_print(srtp_mod_cipher, "random plaintext length %d\n", length); in srtp_cipher_type_test()
469 debug_print(srtp_mod_cipher, "plaintext: %s", in srtp_cipher_type_test()
513 debug_print(srtp_mod_cipher, "AAD: %s", in srtp_cipher_type_test()
537 debug_print(srtp_mod_cipher, "ciphertext: %s", in srtp_cipher_type_test()
566 debug_print(srtp_mod_cipher, "AAD: %s", in srtp_cipher_type_test()
576 debug_print(srtp_mod_cipher, "plaintext[2]: %s", in srtp_cipher_type_test()
588 debug_print(srtp_mod_cipher, "random test case %d failed", in srtp_cipher_type_test()
590 debug_print(srtp_mod_cipher, "(failure at byte %u)", k); in srtp_cipher_type_test()