Lines Matching refs:encrypt_debug_mode
84 int encrypt_debug_mode = 0; variable
197 if (encrypt_debug_mode) in encrypt_init()
449 encrypt_debug_mode ^= 1; in EncryptDebug()
451 encrypt_debug_mode = on; in EncryptDebug()
453 encrypt_debug_mode ? "enabled" : "disabled"); in EncryptDebug()
522 if (encrypt_debug_mode) in encrypt_support()
538 if (encrypt_debug_mode) in encrypt_support()
561 if (encrypt_debug_mode) in encrypt_is()
570 if (encrypt_debug_mode) in encrypt_is()
579 if (encrypt_debug_mode) in encrypt_is()
603 if (encrypt_debug_mode) in encrypt_reply()
612 if (encrypt_debug_mode) in encrypt_reply()
621 if (encrypt_debug_mode) in encrypt_reply()
627 if (encrypt_debug_mode) in encrypt_reply()
663 if (encrypt_debug_mode) in encrypt_start()
698 if (encrypt_debug_mode) in encrypt_end()
834 if (encrypt_debug_mode) { in encrypt_start_output()
845 if (encrypt_debug_mode) { in encrypt_start_output()
874 if (encrypt_debug_mode) in encrypt_start_output()
897 if (encrypt_debug_mode) in encrypt_send_end()
919 if (encrypt_debug_mode) in encrypt_send_request_start()
930 if (encrypt_debug_mode) in encrypt_send_request_end()
937 if (encrypt_debug_mode) in encrypt_wait()
968 encrypt_debug_mode = mode; in encrypt_debug()