Searched refs:KeyCtrlAddKeyEx (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/mock/ |
H A D | key_control_mock.h | 33 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 D | key_control_mock.cpp | 51 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 D | keycontrol_fuzzer.cpp | 43 KeyCtrlAddKeyEx(character, character, fsKey, state); in SysparamDynamicFuzzTest()
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/libfscrypt/ |
H A D | key_control.h | 93 key_serial_t KeyCtrlAddKeyEx(const char *type, const char *description,
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/libfscrypt/src/ |
H A D | key_control.c | 45 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 D | fscrypt_key_v1.cpp | 364 KeyCtrlAddKeyEx("logon", keyref.c_str(), &fskey, krid); in InstallKeyToKeyring()
|