Home
last modified time | relevance | path

Searched defs:KeyId (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/security/asset/services/crypto_manager/src/
H A Dlib.rs37 struct KeyId { struct
43 impl KeyId { implementation
H A Dhuks_wrapper.h39 struct KeyId { struct
45 int32_t GenerateKey(const struct KeyId *keyId, bool needAuth, bool requirePasswordSet); argument
H A Dcrypto.rs26 …fn EncryptData(keyId: *const KeyId, aad: *const HksBlob, in_data: *const HksBlob, out_data: *mut O… in EncryptData()
27 …fn DecryptData(keyId: *const KeyId, aad: *const HksBlob, in_data: *const HksBlob, out_data: *mut O… in DecryptData()
28 …fn InitKey(keyId: *const KeyId, valid_time: u32, challenge: *mut OutBlob, handle: *mut OutBlob) ->… in InitKey()
H A Dsecret_key.rs43 fn GenerateKey(keyId: *const KeyId, need_auth: bool, require_password_set: bool) -> i32; in GenerateKey()
46 fn RenameKeyAlias(keyId: *const KeyId, newKeyAlias: *const HksBlob) -> i32; in RenameKeyAlias()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/mock/
H A Dfscrypt_key_v2_mock.cpp70 bool FscryptKeyV2::DeleteAppkey(const std::string KeyId) in DeleteAppkey()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dfscrypt_key_v2.cpp149 bool FscryptKeyV2::DeleteAppkey(const std::string KeyId) in DeleteAppkey()
H A Dfscrypt_key_v1.cpp133 bool FscryptKeyV1::DeleteAppkey(const std::string KeyId) in DeleteAppkey()