Lines Matching full:wipe
107 int (*wipe)(struct crypt_config *cc); member
1097 .wipe = crypt_iv_lmk_wipe,
1106 .wipe = crypt_iv_tcw_wipe,
1124 .wipe = crypt_iv_elephant_wipe,
2669 /* wipe references to any kernel keyring key */ in crypt_set_key()
2682 /* Hex key string not needed after here, so wipe it. */ in crypt_set_key()
2695 /* Wipe IV private keys */ in crypt_wipe_key()
2696 if (cc->iv_gen_ops && cc->iv_gen_ops->wipe) { in crypt_wipe_key()
2697 r = cc->iv_gen_ops->wipe(cc); in crypt_wipe_key()
3121 /* wipe the kernel key payload copy */ in crypt_ctr_cipher()
3632 * key wipe
3661 /* wipe the kernel key payload copy */ in crypt_message()
3666 if (argc == 2 && !strcasecmp(argv[1], "wipe")) in crypt_message()