Searched refs:KeyCtrlAddKey (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 | 32 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 D | key_control_mock.cpp | 41 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 D | keycontrol_fuzzer.cpp | 42 KeyCtrlAddKey(character, character, state); in SysparamDynamicFuzzTest()
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/ |
H A D | fscrypt_key_v1.cpp | 114 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 D | key_control.h | 91 key_serial_t KeyCtrlAddKey(const char *type, const char *description,
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/libfscrypt/src/ |
H A D | key_control.c | 39 key_serial_t KeyCtrlAddKey(const char *type, const char *description, in KeyCtrlAddKey() function
|