Searched refs:KeyCtrlAddAppAsdpKey (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/mock/ |
H A D | key_control_mock.h | 38 virtual key_serial_t KeyCtrlAddAppAsdpKey(const char *type, 56 MOCK_METHOD4(KeyCtrlAddAppAsdpKey, key_serial_t(const char *type, const char *description,
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/mock/ |
H A D | key_control_mock.cpp | 80 key_serial_t KeyCtrlAddAppAsdpKey(const char *type, in KeyCtrlAddAppAsdpKey() function 89 return IKeyControlMoc::keyControlMoc->KeyCtrlAddAppAsdpKey(type, description, fsKey, ringId); in KeyCtrlAddAppAsdpKey()
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/libfscrypt/ |
H A D | key_control.h | 97 key_serial_t KeyCtrlAddAppAsdpKey(const char *type,
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/libfscrypt/src/ |
H A D | key_control.c | 61 key_serial_t KeyCtrlAddAppAsdpKey(const char *type, in KeyCtrlAddAppAsdpKey() function
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/ |
H A D | fscrypt_key_v1.cpp | 123 KeyCtrlAddAppAsdpKey("logon", keyref.c_str(), &fskey, krid); in InstallKeyForAppKeyToKeyring()
|