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

  /external/srtp/crypto/cipher/
cipher.c 51 debug_module_t mod_cipher = { variable
93 debug_print(mod_cipher, "running self-test for cipher %s",
117 debug_print(mod_cipher, "testing encryption", NULL);
134 debug_print(mod_cipher, "plaintext: %s",
153 debug_print(mod_cipher, "ciphertext: %s",
164 debug_print(mod_cipher, "test case %d failed", case_num);
165 debug_print(mod_cipher, "(failure at byte %d)", i);
170 debug_print(mod_cipher, "c computed: %s",
173 debug_print(mod_cipher, "c expected: %s",
184 debug_print(mod_cipher, "testing decryption", NULL);
    [all...]
null_cipher.c 53 extern debug_module_t mod_cipher;
60 debug_print(mod_cipher,
104 debug_print(mod_cipher, "initializing null cipher", NULL);
  /external/srtp/crypto/kernel/
crypto_kernel.c 62 extern debug_module_t mod_cipher;
120 status = crypto_kernel_load_debug_module(&mod_cipher);

Completed in 356 milliseconds