Lines Matching refs:operation
47 uint32_t algo = 0, mode = 0, key_len, iv_len, data_len, aad_len, operation; in test_ae_item_virt() local
102 operation = RK_OP_CIPHER_ENC; in test_ae_item_virt()
107 ae_cfg.operation = operation; in test_ae_item_virt()
129 test_op_name(operation)); in test_ae_item_virt()
153 res = soft_ae(algo, mode, operation, in test_ae_item_virt()
178 test_mode_name(mode), test_op_name(operation)); in test_ae_item_virt()
181 operation = RK_OP_CIPHER_DEC; in test_ae_item_virt()
182 ae_cfg.operation = operation; in test_ae_item_virt()
196 test_op_name(operation)); in test_ae_item_virt()
227 test_mode_name(mode), test_op_name(operation)); in test_ae_item_virt()
251 test_mode_name(mode), test_op_name(operation)); in test_ae_item_virt()
264 uint32_t algo = 0, mode = 0, key_len, iv_len, data_len, aad_len, operation; in test_ae_item_fd() local
319 operation = RK_OP_CIPHER_ENC; in test_ae_item_fd()
324 ae_cfg.operation = operation; in test_ae_item_fd()
346 test_op_name(operation)); in test_ae_item_fd()
370 res = soft_ae(algo, mode, operation, in test_ae_item_fd()
395 test_mode_name(mode), test_op_name(operation)); in test_ae_item_fd()
398 operation = RK_OP_CIPHER_DEC; in test_ae_item_fd()
399 ae_cfg.operation = operation; in test_ae_item_fd()
413 test_op_name(operation)); in test_ae_item_fd()
444 test_mode_name(mode), test_op_name(operation)); in test_ae_item_fd()
468 test_mode_name(mode), test_op_name(operation)); in test_ae_item_fd()