Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/mock/
H A Dkey_control_mock.h40 struct EncryptAsdpKey *fsKey,
57 struct EncryptAsdpKey *fsKey, const key_serial_t ringId));
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/libfscrypt/
H A Dkey_control.h70 struct EncryptAsdpKey { struct
99 struct EncryptAsdpKey *fsKey,
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/libfscrypt/src/
H A Dkey_control.c63 struct EncryptAsdpKey *fsKey, in KeyCtrlAddAppAsdpKey()
67 (void *)(fsKey), sizeof(struct EncryptAsdpKey), in KeyCtrlAddAppAsdpKey()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/mock/
H A Dkey_control_mock.cpp82 struct EncryptAsdpKey *fsKey, in KeyCtrlAddAppAsdpKey()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dfscrypt_key_v1.cpp103 EncryptAsdpKey fskey; in InstallKeyForAppKeyToKeyring()