Home
last modified time | relevance | path

Searched defs:cipherData (Results 1 – 12 of 12) sorted by relevance

/base/security/huks/test/unittest/huks_common_test/include/
Dhks_test_cipher_h.h21 struct HksBlob *cipherData; member
32 struct HksBlob *cipherData; member
/base/security/huks/test/unittest/huks_common_test/src/
Dhks_test_cipher_func.cpp209 struct HksBlob *cipherData = NULL; in BaseTestCipher() local
276 struct HksBlob *cipherData = NULL; in BaseTestEncrypt() local
327 struct HksBlob *cipherData = NULL; in BaseTestDecrypt() local
/base/security/huks/test/unittest/huks_lite_test/liteos_m_adapter/
Dhks_modify_key_test.c75 struct HksBlob *cipherData = NULL; in BaseTestCipherProcess() local
153 struct HksBlob *cipherData = NULL; in LITE_TEST_CASE() local
/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/sdk_test/src/
Dhks_modify_key_test.cpp87 struct HksBlob *cipherData = NULL; in BaseTestCipher() local
148 struct HksBlob *cipherData = NULL; variable
/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/sdk_test/include/
Dhks_test_cipher.h25 struct HksBlob *cipherData; member
/base/security/huks/test/unittest/huks_lite_test/common/include/
Dhks_test_cipher.h25 struct HksBlob *cipherData; member
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
Dhks_agree_test_common.cpp83 struct HksBlob cipherData = { .size = cipherMaxSize, .data = (uint8_t *)cipherBuffer }; in TestAgreedKeyEncryptDecrypt() local
Dhks_import_rsa_test.cpp725 static int32_t DoDecrpyt(const struct HksBlob *keyAlias, const struct HksBlob *cipherData, const st… in DoDecrpyt()
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/cipher/src/
Dcipher_des_openssl.c37 CipherData *cipherData; member
94 static HcfResult InitCipherData(enum HcfCryptoMode opMode, CipherData **cipherData) in InitCipherData()
Dcipher_sm4_openssl.c39 CipherData *cipherData; member
214 HcfParamsSpec* params, CipherData **cipherData) in InitCipherData()
Dcipher_aes_openssl.c44 CipherData *cipherData; member
316 HcfParamsSpec *params, CipherData **cipherData) in InitCipherData()
/base/tee/tee_os_framework/test/xts/ta/test_crypto_api/src/
Dtest_crypto_api_types.h194 ProcessInOutData cipherData; // ae, asymEn, asymSg, derive, digest, symEn, mac, member