Searched defs:KeyId (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/security/asset/services/crypto_manager/src/ |
H A D | lib.rs | 37 struct KeyId { struct 43 impl KeyId { implementation
|
H A D | huks_wrapper.h | 39 struct KeyId { struct 45 int32_t GenerateKey(const struct KeyId *keyId, bool needAuth, bool requirePasswordSet); argument
|
H A D | crypto.rs | 26 …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 D | secret_key.rs | 43 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 D | fscrypt_key_v2_mock.cpp | 70 bool FscryptKeyV2::DeleteAppkey(const std::string KeyId) in DeleteAppkey()
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/ |
H A D | fscrypt_key_v2.cpp | 149 bool FscryptKeyV2::DeleteAppkey(const std::string KeyId) in DeleteAppkey()
|
H A D | fscrypt_key_v1.cpp | 133 bool FscryptKeyV1::DeleteAppkey(const std::string KeyId) in DeleteAppkey()
|