Home
last modified time | relevance | path

Searched defs:cipher (Results 1 – 6 of 6) sorted by relevance

/test/xts/acts/security/huks/huks_napi_BasicTest/src/
Dhuks_cipher_aes_test_common.cpp92 uint8_t cipher[AES_COMMON_SIZE] = {0}; in HksAesCipherTestCaseOther() local
123 uint8_t cipher[AES_COMMON_SIZE] = {0}; in HksAesCipherTestCaseGcm2() local
Dhuks_cipher_rsa_test_common.cpp114 uint8_t cipher[Unittest::RsaCipher::RSA_COMMON_SIZE] = {0}; in HksRsaCipherTestCase() local
153 uint8_t cipher[Unittest::RsaCipher::RSA_COMMON_SIZE] = {0}; in HksRsaCipherTestCaseAbnormal() local
Dhuks_cipher_sm4_test_common.cpp89 uint8_t cipher[SM4_COMMON_SIZE] = {0}; in HksSm4CipherTestCaseOther() local
Dhuks_cipher_aes_test.cpp155 uint8_t cipher[AES_COMMON_SIZE] = {0}; variable
/test/xts/acts/security/crypto_framework_napi_BasicTest/include/
Dcrypto_framework_asym_key_test.h36 uint8_t *cipher; member
/test/xts/acts/security/crypto_framework_napi_BasicTest/src/
Dcrypto_framework_asym_key_test.cpp660 …OH_CryptoPrivKeyEncodingParams *OHTEST_SetParam(Crypto_DataBlob *password, Crypto_DataBlob *cipher) in OHTEST_SetParam()
1603 Crypto_DataBlob cipher = {.data = (uint8_t *)"AES-128-CBC", .len = 11}; variable
1633 Crypto_DataBlob cipher = {.data = (uint8_t *)"SM4-128-CBC", .len = 11}; variable
1663 Crypto_DataBlob cipher = {.data = (uint8_t *)"AES-128-CBC", .len = 11}; variable