Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/mock/
H A Dkey_control_mock.h32 virtual key_serial_t KeyCtrlAddKey(const char *, const char *, const key_serial_t) = 0;
50 MOCK_METHOD3(KeyCtrlAddKey, key_serial_t(const char *, const char *, const key_serial_t));
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/mock/
H A Dkey_control_mock.cpp41 key_serial_t KeyCtrlAddKey(const char *type, const char *description, in KeyCtrlAddKey() function
48 return IKeyControlMoc::keyControlMoc->KeyCtrlAddKey(type, description, ringId); in KeyCtrlAddKey()
/ohos5.0/foundation/filemanagement/storage_service/test/fuzztest/keycontrol_fuzzer/
H A Dkeycontrol_fuzzer.cpp42 KeyCtrlAddKey(character, character, state); in SysparamDynamicFuzzTest()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dfscrypt_key_v1.cpp114 krid = KeyCtrlAddKey("keyring", "fscrypt", KEY_SPEC_SESSION_KEYRING); in InstallKeyForAppKeyToKeyring()
355 krid = KeyCtrlAddKey("keyring", "fscrypt", KEY_SPEC_SESSION_KEYRING); in InstallKeyToKeyring()
397 krid = KeyCtrlAddKey("keyring", "fscrypt", KEY_SPEC_SESSION_KEYRING); in InstallEceSeceKeyToKeyring()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/libfscrypt/
H A Dkey_control.h91 key_serial_t KeyCtrlAddKey(const char *type, const char *description,
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/libfscrypt/src/
H A Dkey_control.c39 key_serial_t KeyCtrlAddKey(const char *type, const char *description, in KeyCtrlAddKey() function