Lines Matching refs:algo
20 uint32_t algo; member
28 .algo = RK_ALGO_DES,
41 .algo = RK_ALGO_TDES,
54 .algo = RK_ALGO_AES,
70 .algo = RK_ALGO_SM4,
96 uint32_t algo = 0, mode = 0, key_len, iv_len, operation; in test_cipher_item_virt() local
123 algo = item->algo; in test_cipher_item_virt()
143 cipher_cfg.algo = algo; in test_cipher_item_virt()
161 test_algo_name(algo), key_len * 8, in test_cipher_item_virt()
198 res = soft_cipher(algo, mode, operation, in test_cipher_item_virt()
217 test_algo_name(algo), key_len * 8, in test_cipher_item_virt()
236 test_algo_name(algo), key_len * 8, in test_cipher_item_virt()
251 uint32_t algo = 0, mode = 0, key_len = 0, iv_len, operation; in test_cipher_item_fd() local
275 algo = item->algo; in test_cipher_item_fd()
295 cipher_cfg.algo = algo; in test_cipher_item_fd()
313 test_algo_name(algo), key_len * 8, in test_cipher_item_fd()
335 res = soft_cipher(algo, mode, operation, in test_cipher_item_fd()
354 test_algo_name(algo), key_len * 8, in test_cipher_item_fd()
368 test_algo_name(algo), key_len * 8, in test_cipher_item_fd()