Lines Matching full:wipe
99 int (*wipe)(struct crypt_config *cc); member
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 */ in crypt_set_key()
2604 /* Hex key string not needed after here, so wipe it. */ in crypt_set_key()
2617 /* Wipe IV private keys */ in crypt_wipe_key()
2618 if (cc->iv_gen_ops && cc->iv_gen_ops->wipe) { in crypt_wipe_key()
2619 r = cc->iv_gen_ops->wipe(cc); in crypt_wipe_key()
3041 /* wipe the kernel key payload copy */ in crypt_ctr_cipher()
3507 * key wipe
3536 /* wipe the kernel key payload copy */ in crypt_message()
3541 if (argc == 2 && !strcasecmp(argv[1], "wipe")) in crypt_message()