Lines Matching refs:wipe
99 int (*wipe)(struct crypt_config *cc);
1081 .wipe = crypt_iv_lmk_wipe,
1090 .wipe = crypt_iv_tcw_wipe,
1108 .wipe = crypt_iv_elephant_wipe,
2591 /* wipe references to any kernel keyring key */
2604 /* Hex key string not needed after here, so wipe it. */
2618 if (cc->iv_gen_ops && cc->iv_gen_ops->wipe) {
2619 r = cc->iv_gen_ops->wipe(cc);
3041 /* wipe the kernel key payload copy */
3507 * key wipe
3536 /* wipe the kernel key payload copy */
3541 if (argc == 2 && !strcasecmp(argv[1], "wipe"))