Searched refs:fsKey (Results 1 - 5 of 5) sorted by relevance
/foundation/filemanagement/storage_service/services/storage_daemon/mock/ |
H A D | key_control_mock.cpp | 51 struct fscrypt_key *fsKey, const key_serial_t ringId) in KeyCtrlAddKeyEx() 57 return IKeyControlMoc::keyControlMoc->KeyCtrlAddKeyEx(type, description, fsKey, ringId); in KeyCtrlAddKeyEx() 61 struct EncryptionKeySdp *fsKey, const key_serial_t ringId) in KeyCtrlAddKeySdp() 67 return IKeyControlMoc::keyControlMoc->KeyCtrlAddKeySdp(type, description, fsKey, ringId); in KeyCtrlAddKeySdp() 81 struct EncryptAsdpKey *fsKey, in KeyCtrlAddAppAsdpKey() 88 return IKeyControlMoc::keyControlMoc->KeyCtrlAddAppAsdpKey(type, description, fsKey, ringId); in KeyCtrlAddAppAsdpKey() 50 KeyCtrlAddKeyEx(const char *type, const char *description, struct fscrypt_key *fsKey, const key_serial_t ringId) KeyCtrlAddKeyEx() argument 60 KeyCtrlAddKeySdp(const char *type, const char *description, struct EncryptionKeySdp *fsKey, const key_serial_t ringId) KeyCtrlAddKeySdp() argument 79 KeyCtrlAddAppAsdpKey(const char *type, const char *description, struct EncryptAsdpKey *fsKey, const key_serial_t ringId) KeyCtrlAddAppAsdpKey() argument
|
/foundation/filemanagement/storage_service/services/storage_daemon/libfscrypt/src/ |
H A D | key_control.c | 46 struct fscrypt_key *fsKey, const key_serial_t ringId) in KeyCtrlAddKeyEx() 49 (void *)(fsKey), sizeof(struct fscrypt_key), in KeyCtrlAddKeyEx() 54 struct EncryptionKeySdp *fsKey, const key_serial_t ringId) in KeyCtrlAddKeySdp() 57 (void *)(fsKey), sizeof(struct EncryptionKeySdp), in KeyCtrlAddKeySdp() 63 struct EncryptAsdpKey *fsKey, in KeyCtrlAddAppAsdpKey() 67 (void *)(fsKey), sizeof(struct EncryptAsdpKey), in KeyCtrlAddAppAsdpKey() 45 KeyCtrlAddKeyEx(const char *type, const char *description, struct fscrypt_key *fsKey, const key_serial_t ringId) KeyCtrlAddKeyEx() argument 53 KeyCtrlAddKeySdp(const char *type, const char *description, struct EncryptionKeySdp *fsKey, const key_serial_t ringId) KeyCtrlAddKeySdp() argument 61 KeyCtrlAddAppAsdpKey(const char *type, const char *description, struct EncryptAsdpKey *fsKey, const key_serial_t ringId) KeyCtrlAddAppAsdpKey() argument
|
/foundation/filemanagement/storage_service/services/storage_daemon/include/libfscrypt/ |
H A D | key_control.h | 94 struct fscrypt_key *fsKey, const key_serial_t ringId); 96 struct EncryptionKeySdp *fsKey, const key_serial_t ringId); 99 struct EncryptAsdpKey *fsKey,
|
/foundation/filemanagement/storage_service/services/storage_daemon/include/mock/ |
H A D | key_control_mock.h | 40 struct EncryptAsdpKey *fsKey, 57 struct EncryptAsdpKey *fsKey, const key_serial_t ringId));
|
/foundation/filemanagement/storage_service/test/fuzztest/keycontrol_fuzzer/ |
H A D | keycontrol_fuzzer.cpp | 32 struct fscrypt_key *fsKey = &fsKey1; in SysparamDynamicFuzzTest() local 43 KeyCtrlAddKeyEx(character, character, fsKey, state); in SysparamDynamicFuzzTest()
|
Completed in 4 milliseconds