Lines Matching refs:wipe
109 int (*wipe)(struct crypt_config *cc);
1121 .wipe = crypt_iv_lmk_wipe,
1130 .wipe = crypt_iv_tcw_wipe,
1148 .wipe = crypt_iv_elephant_wipe,
2690 /* wipe references to any kernel keyring key */
2703 /* Hex key string not needed after here, so wipe it. */
2717 if (cc->iv_gen_ops && cc->iv_gen_ops->wipe) {
2718 r = cc->iv_gen_ops->wipe(cc);
3145 /* wipe the kernel key payload copy */
3693 * key wipe
3722 /* wipe the kernel key payload copy */
3727 if (argc == 2 && !strcasecmp(argv[1], "wipe"))