Home
last modified time | relevance | path

Searched refs:SymCipherSpec (Results 1 – 2 of 2) sorted by relevance

/test/xts/acts/security/crypto_framework_napi_BasicTest/include/
Dcrypto_framework_sym_cipher_test.h30 typedef struct SymCipherSpec { struct
38 } SymCipherSpec; argument
/test/xts/acts/security/crypto_framework_napi_BasicTest/src/
Dcrypto_framework_sym_cipher_test.cpp37 class SYMCIPHER_TEST : public testing::TestWithParam<SymCipherSpec> {
50 class SYMCIPHER_IV_ERROR_TEST : public testing::TestWithParam<SymCipherSpec> {
70 class SYMCIPHER_GCM_TEST : public testing::TestWithParam<SymCipherSpec> {
76 class SYMCIPHER_CCM_TEST : public testing::TestWithParam<SymCipherSpec> {
82 SymCipherSpec g_symCipherData[] = {
162 SymCipherSpec g_symCipherGCMData[] = {
179 SymCipherSpec g_symCipherCCMData[] = {
193 SymCipherSpec g_symCipherIvError[] = {
219 SymCipherSpec symCipherData = GetParam();
279 SymCipherSpec symCipherAEADData = GetParam();
[all …]