Lines Matching refs:wipe
106 int (*wipe)(struct crypt_config *cc);
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 */
2689 /* Hex key string not needed after here, so wipe it. */
2703 if (cc->iv_gen_ops && cc->iv_gen_ops->wipe) {
2704 r = cc->iv_gen_ops->wipe(cc);
3128 /* wipe the kernel key payload copy */
3639 * key wipe
3668 /* wipe the kernel key payload copy */
3673 if (argc == 2 && !strcasecmp(argv[1], "wipe"))