Searched refs:DecryptData (Results 1 - 4 of 4) sorted by relevance
/base/security/asset/services/crypto_manager/src/ |
H A D | huks_wrapper.h | 50 int32_t DecryptData(const struct KeyId *keyId, const struct HksBlob *aad, const struct HksBlob *inData,
|
H A D | crypto.rs | 27 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 D | huks_wrapper.c | 252 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 D | huks_wrapper_test.cpp | 113 ASSERT_EQ(SEC_ASSET_SUCCESS, DecryptData(&keyId, &aadData, &outData, &inData)); in HWTEST_F()
|
Completed in 3 milliseconds