Home
last modified time | relevance | path

Searched defs:fsKey (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/mock/
H A Dkey_control_mock.cpp52 struct fscrypt_key *fsKey, const key_serial_t ringId) in KeyCtrlAddKeyEx()
62 struct EncryptionKeySdp *fsKey, const key_serial_t ringId) in KeyCtrlAddKeySdp()
82 struct EncryptAsdpKey *fsKey, in KeyCtrlAddAppAsdpKey()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/libfscrypt/src/
H A Dkey_control.c46 struct fscrypt_key *fsKey, const key_serial_t ringId) in KeyCtrlAddKeyEx()
54 struct EncryptionKeySdp *fsKey, const key_serial_t ringId) in KeyCtrlAddKeySdp()
63 struct EncryptAsdpKey *fsKey, in KeyCtrlAddAppAsdpKey()
/ohos5.0/foundation/filemanagement/storage_service/test/fuzztest/keycontrol_fuzzer/
H A Dkeycontrol_fuzzer.cpp32 struct fscrypt_key *fsKey = &fsKey1; in SysparamDynamicFuzzTest() local