Lines Matching refs:auth
49 cap_idx.algo.auth = tdata->auth_algo; in verify_algo_support()
54 if (cap_idx.algo.auth != RTE_CRYPTO_AUTH_NULL) in verify_algo_support()
415 auth_xform->auth.algo = tdata->auth_algo; in test_blockcipher_one_case()
416 auth_xform->auth.key.length = tdata->auth_key.len; in test_blockcipher_one_case()
417 auth_xform->auth.key.data = auth_key; in test_blockcipher_one_case()
418 auth_xform->auth.digest_length = digest_len; in test_blockcipher_one_case()
421 auth_xform->auth.op = RTE_CRYPTO_AUTH_OP_GENERATE; in test_blockcipher_one_case()
422 sym_op->auth.digest.data = pktmbuf_mtod_offset in test_blockcipher_one_case()
424 sym_op->auth.digest.phys_addr = in test_blockcipher_one_case()
428 auth_xform->auth.op = RTE_CRYPTO_AUTH_OP_VERIFY; in test_blockcipher_one_case()
429 sym_op->auth.digest.data = pktmbuf_mtod_offset in test_blockcipher_one_case()
431 sym_op->auth.digest.phys_addr = in test_blockcipher_one_case()
436 sym_op->auth.data.offset = tdata->auth_offset; in test_blockcipher_one_case()
437 sym_op->auth.data.length = tdata->ciphertext.len - in test_blockcipher_one_case()
623 head_unchanged_len = hdroom + sym_op->auth.data.offset; in test_blockcipher_one_case()
624 changed_len = sym_op->auth.data.length; in test_blockcipher_one_case()
682 sym_op->auth.data.offset + in test_blockcipher_one_case()
683 sym_op->auth.data.length; in test_blockcipher_one_case()