Searched defs:HksBlob (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/security/asset/services/crypto_manager/src/ |
H A D | lib.rs | 25 struct HksBlob { struct 39 alias: HksBlob, argument 44 fn new(user_id: i32, alias: HksBlob, accessibility: Accessibility) -> Self { in new()
|
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() 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 D | huks_sa_type.h | 26 struct HksBlob { struct 41 struct HksBlob blob; argument
|
/ohos5.0/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/ |
H A D | hks_type.h | 65 struct HksBlob { struct 77 struct HksBlob blob; argument
|
/ohos5.0/base/security/huks/interfaces/inner_api/huks_standard/main/include/ |
H A D | hks_type.h | 94 struct HksBlob { struct 109 struct HksBlob blob; argument
|
/ohos5.0/base/security/huks/interfaces/kits/napi/src/v9/ |
H A D | huks_napi_common_item.cpp | 648 std::pair<HksBlob *&, HksParamSet *&> out) in ParseKeyAliasAndHksParamSetAsUser()
|