Home
last modified time | relevance | path

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

/base/security/asset/services/crypto_manager/src/
H A Dhuks_wrapper.h50 int32_t DecryptData(const struct KeyId *keyId, const struct HksBlob *aad, const struct HksBlob *inData,
H A Dcrypto.rs27 fn DecryptData(keyId: *const KeyId, aad: *const HksBlob, in_data: *const HksBlob, out_data: *mut OutBlob) -> i32; in DecryptData() functions
153 DecryptData( in decrypt()
H A Dhuks_wrapper.c252 int32_t DecryptData(const struct KeyId *keyId, const struct HksBlob *aad, const struct HksBlob *inData, in DecryptData() function
/base/security/asset/test/unittest/module_test/src/
H A Dhuks_wrapper_test.cpp113 ASSERT_EQ(SEC_ASSET_SUCCESS, DecryptData(&keyId, &aadData, &outData, &inData)); in HWTEST_F()

Completed in 3 milliseconds