Searched defs:cipher (Results 1 – 6 of 6) sorted by relevance
92 uint8_t cipher[AES_COMMON_SIZE] = {0}; in HksAesCipherTestCaseOther() local123 uint8_t cipher[AES_COMMON_SIZE] = {0}; in HksAesCipherTestCaseGcm2() local
114 uint8_t cipher[Unittest::RsaCipher::RSA_COMMON_SIZE] = {0}; in HksRsaCipherTestCase() local153 uint8_t cipher[Unittest::RsaCipher::RSA_COMMON_SIZE] = {0}; in HksRsaCipherTestCaseAbnormal() local
89 uint8_t cipher[SM4_COMMON_SIZE] = {0}; in HksSm4CipherTestCaseOther() local
155 uint8_t cipher[AES_COMMON_SIZE] = {0}; variable
36 uint8_t *cipher; member
660 …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}; variable1633 Crypto_DataBlob cipher = {.data = (uint8_t *)"SM4-128-CBC", .len = 11}; variable1663 Crypto_DataBlob cipher = {.data = (uint8_t *)"AES-128-CBC", .len = 11}; variable