Home
last modified time | relevance | path

Searched defs:HksBlob (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/security/asset/services/crypto_manager/src/
H A Dlib.rs25 struct HksBlob { struct
39 alias: HksBlob, argument
44 fn new(user_id: i32, alias: HksBlob, accessibility: Accessibility) -> Self { in new()
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()
30 handle: *const HksBlob, in ExecCrypt()
31 aad: *const HksBlob, in ExecCrypt()
32 auth_token: *const HksBlob, in ExecCrypt()
33 in_data: *const HksBlob, in ExecCrypt()
/ohos5.0/drivers/peripheral/huks/hdi_service/
H A Dhuks_sa_type.h26 struct HksBlob { struct
41 struct HksBlob blob; argument
/ohos5.0/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/
H A Dhks_type.h65 struct HksBlob { struct
77 struct HksBlob blob; argument
/ohos5.0/base/security/huks/interfaces/inner_api/huks_standard/main/include/
H A Dhks_type.h94 struct HksBlob { struct
109 struct HksBlob blob; argument
/ohos5.0/base/security/huks/interfaces/kits/napi/src/v9/
H A Dhuks_napi_common_item.cpp648 std::pair<HksBlob *&, HksParamSet *&> out) in ParseKeyAliasAndHksParamSetAsUser()