Lines Matching full:wipe
106 int (*wipe)(struct crypt_config *cc); member
1096 .wipe = crypt_iv_lmk_wipe,
1105 .wipe = crypt_iv_tcw_wipe,
1123 .wipe = crypt_iv_elephant_wipe,
2676 /* wipe references to any kernel keyring key */ in crypt_set_key()
2689 /* Hex key string not needed after here, so wipe it. */ in crypt_set_key()
2702 /* Wipe IV private keys */ in crypt_wipe_key()
2703 if (cc->iv_gen_ops && cc->iv_gen_ops->wipe) { in crypt_wipe_key()
2704 r = cc->iv_gen_ops->wipe(cc); in crypt_wipe_key()
3128 /* wipe the kernel key payload copy */ in crypt_ctr_cipher()
3639 * key wipe
3668 /* wipe the kernel key payload copy */ in crypt_message()
3673 if (argc == 2 && !strcasecmp(argv[1], "wipe")) in crypt_message()