Home
last modified time | relevance | path

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

/base/security/huks/test/unittest/huks_lite_test/common/include/
Dhks_test_cipher.h25 struct HksBlob *cipherData; member
35 struct HksBlob *cipherData; member
46 struct HksBlob *cipherData; member
/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/sdk_test/include/
Dhks_test_cipher.h25 struct HksBlob *cipherData; member
35 struct HksBlob *cipherData; member
46 struct HksBlob *cipherData; member
/base/security/huks/test/unittest/huks_lite_test/common/
Dhks_test_cipher.c601 struct HksBlob *cipherData = NULL; in BaseTestCipher() local
668 struct HksBlob *cipherData = NULL; in BaseTestEncrypt() local
719 struct HksBlob *cipherData = NULL; in BaseTestDecrypt() local
/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/sdk_test/src/
Dhks_test_cipher.c601 struct HksBlob *cipherData = NULL; in BaseTestCipher() local
668 struct HksBlob *cipherData = NULL; in BaseTestEncrypt() local
719 struct HksBlob *cipherData = NULL; in BaseTestDecrypt() local
Dhks_modify_key_test.cpp256 struct HksBlob *cipherData = NULL; in BaseTestCipher() local
317 struct HksBlob *cipherData = NULL; variable
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/aes/src/
Dcipher_3des_openssl.c34 CipherData *cipherData; member
69 static HcfResult InitCipherData(enum HcfCryptoMode opMode, CipherData **cipherData) in InitCipherData()
Dcipher_aes_openssl.c41 CipherData *cipherData; member
337 HcfParamsSpec *params, CipherData **cipherData) in InitCipherData()
/base/security/huks/test/unittest/huks_lite_test/liteos_a_adapter/
Dhks_modify_key_test.cpp261 struct HksBlob *cipherData = NULL; in BaseTestCipherProcess() local
322 struct HksBlob *cipherData = NULL; variable
/base/security/huks/test/unittest/huks_lite_test/liteos_m_adapter/
Dhks_modify_key_test.c249 struct HksBlob *cipherData = NULL; in BaseTestCipherProcess() local
328 struct HksBlob *cipherData = NULL; in LITE_TEST_CASE() local
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
Dhks_import_rsa_test.cpp762 static int32_t DoDecrpyt(const struct HksBlob *keyAlias, const struct HksBlob *cipherData, const st… in DoDecrpyt()