Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/mock/
H A Dkey_control_mock.h35 virtual key_serial_t KeyCtrlAddKeySdp(const char *, const char *,
53 MOCK_METHOD4(KeyCtrlAddKeySdp, key_serial_t(const char *, const char *,
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/mock/
H A Dkey_control_mock.cpp61 key_serial_t KeyCtrlAddKeySdp(const char *type, const char *description, in KeyCtrlAddKeySdp() function
68 return IKeyControlMoc::keyControlMoc->KeyCtrlAddKeySdp(type, description, fsKey, ringId); in KeyCtrlAddKeySdp()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/libfscrypt/
H A Dkey_control.h95 key_serial_t KeyCtrlAddKeySdp(const char *type, const char *description,
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/libfscrypt/src/
H A Dkey_control.c53 key_serial_t KeyCtrlAddKeySdp(const char *type, const char *description, in KeyCtrlAddKeySdp() function
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dfscrypt_key_v1.cpp406 KeyCtrlAddKeySdp("logon", keyref.c_str(), &fskey, krid); in InstallEceSeceKeyToKeyring()