Searched refs:EncryptData (Results 1 - 4 of 4) sorted by relevance
/base/security/asset/test/unittest/module_test/src/ |
H A D | huks_wrapper_test.cpp | 112 ASSERT_EQ(SEC_ASSET_SUCCESS, EncryptData(&keyId, &aadData, &inData, &outData)); in HWTEST_F() 136 ASSERT_EQ(SEC_ASSET_SUCCESS, EncryptData(&keyId, &aadData, &inData, &outData)); in HWTEST_F()
|
/base/security/asset/services/crypto_manager/src/ |
H A D | huks_wrapper.h | 48 int32_t EncryptData(const struct KeyId *keyId, const struct HksBlob *aad, const struct HksBlob *inData,
|
H A D | crypto.rs | 26 fn EncryptData(keyId: *const KeyId, aad: *const HksBlob, in_data: *const HksBlob, out_data: *mut OutBlob) -> i32; in EncryptData() functions 126 EncryptData( in encrypt()
|
H A D | huks_wrapper.c | 217 int32_t EncryptData(const struct KeyId *keyId, const struct HksBlob *aad, const struct HksBlob *inData, in EncryptData() function
|
Completed in 4 milliseconds