Home
last modified time | relevance | path

Searched refs:KeyCtrlAddKeyEx (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/mock/
H A Dkey_control_mock.h33 virtual key_serial_t KeyCtrlAddKeyEx(const char *, const char *,
51 MOCK_METHOD4(KeyCtrlAddKeyEx, key_serial_t(const char *, const char *,
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/mock/
H A Dkey_control_mock.cpp51 key_serial_t KeyCtrlAddKeyEx(const char *type, const char *description, in KeyCtrlAddKeyEx() function
58 return IKeyControlMoc::keyControlMoc->KeyCtrlAddKeyEx(type, description, fsKey, ringId); in KeyCtrlAddKeyEx()
/ohos5.0/foundation/filemanagement/storage_service/test/fuzztest/keycontrol_fuzzer/
H A Dkeycontrol_fuzzer.cpp43 KeyCtrlAddKeyEx(character, character, fsKey, state); in SysparamDynamicFuzzTest()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/libfscrypt/
H A Dkey_control.h93 key_serial_t KeyCtrlAddKeyEx(const char *type, const char *description,
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/libfscrypt/src/
H A Dkey_control.c45 key_serial_t KeyCtrlAddKeyEx(const char *type, const char *description, in KeyCtrlAddKeyEx() function
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dfscrypt_key_v1.cpp364 KeyCtrlAddKeyEx("logon", keyref.c_str(), &fskey, krid); in InstallKeyToKeyring()