Home
last modified time | relevance | path

Searched refs:EncryptData (Results 1 - 4 of 4) sorted by relevance

/base/security/asset/test/unittest/module_test/src/
H A Dhuks_wrapper_test.cpp112 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 Dhuks_wrapper.h48 int32_t EncryptData(const struct KeyId *keyId, const struct HksBlob *aad, const struct HksBlob *inData,
H A Dcrypto.rs26 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 Dhuks_wrapper.c217 int32_t EncryptData(const struct KeyId *keyId, const struct HksBlob *aad, const struct HksBlob *inData, in EncryptData() function

Completed in 4 milliseconds