Home
last modified time | relevance | path

Searched refs:KeyCtrlAddAppAsdpKey (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/mock/
H A Dkey_control_mock.h38 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 Dkey_control_mock.cpp80 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 Dkey_control.h97 key_serial_t KeyCtrlAddAppAsdpKey(const char *type,
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/libfscrypt/src/
H A Dkey_control.c61 key_serial_t KeyCtrlAddAppAsdpKey(const char *type, in KeyCtrlAddAppAsdpKey() function
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dfscrypt_key_v1.cpp123 KeyCtrlAddAppAsdpKey("logon", keyref.c_str(), &fskey, krid); in InstallKeyForAppKeyToKeyring()