Home
last modified time | relevance | path

Searched refs:KeyCtrlRemoveKey (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/test/fuzztest/keycontrol_fuzzer/
H A Dkeycontrol_fuzzer.cpp56 KeyCtrlRemoveKey(character, fscryptremovekeyarg2); in SysparamDynamicFuzzTest()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/libfscrypt/
H A Dkey_control.h107 bool KeyCtrlRemoveKey(const char *mnt, struct fscrypt_remove_key_arg *arg);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dfscrypt_key_v2.cpp88 if (!KeyCtrlRemoveKey(mnt.c_str(), &arg)) { in InactiveKey()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/libfscrypt/src/
H A Dkey_control.c114 bool KeyCtrlRemoveKey(const char *mnt, struct fscrypt_remove_key_arg *arg) in KeyCtrlRemoveKey() function