Lines Matching refs:cipher
34 cap_idx.algo.cipher = tdata->crypto_algo; in verify_algo_support()
39 if (cap_idx.algo.cipher != RTE_CRYPTO_CIPHER_NULL) in verify_algo_support()
387 cipher_xform->cipher.algo = tdata->crypto_algo; in test_blockcipher_one_case()
389 cipher_xform->cipher.op = in test_blockcipher_one_case()
392 cipher_xform->cipher.op = in test_blockcipher_one_case()
394 cipher_xform->cipher.key.data = cipher_key; in test_blockcipher_one_case()
395 cipher_xform->cipher.key.length = tdata->cipher_key.len; in test_blockcipher_one_case()
396 cipher_xform->cipher.iv.offset = IV_OFFSET; in test_blockcipher_one_case()
399 cipher_xform->cipher.iv.length = 0; in test_blockcipher_one_case()
401 cipher_xform->cipher.iv.length = tdata->iv.len; in test_blockcipher_one_case()
403 sym_op->cipher.data.offset = tdata->cipher_offset; in test_blockcipher_one_case()
404 sym_op->cipher.data.length = tdata->ciphertext.len - in test_blockcipher_one_case()
630 sym_op->cipher.data.offset; in test_blockcipher_one_case()
631 changed_len = sym_op->cipher.data.length; in test_blockcipher_one_case()
677 sym_op->cipher.data.offset; in test_blockcipher_one_case()
678 changed_len = sym_op->cipher.data.length; in test_blockcipher_one_case()