Home
last modified time | relevance | path

Searched refs:auth_offset (Results 1 – 13 of 13) sorted by relevance

/dpdk/app/test-crypto-perf/
H A Dcperf_test_verify.c102 uint32_t cipher_offset, auth_offset; in cperf_verify_op() local
144 auth_offset = 0; in cperf_verify_op()
150 auth_offset = options->test_buffer_size; in cperf_verify_op()
156 auth_offset = options->test_buffer_size; in cperf_verify_op()
162 auth_offset = options->test_buffer_size; in cperf_verify_op()
168 auth_offset = options->test_buffer_size; in cperf_verify_op()
188 res += memcmp(data + auth_offset, in cperf_verify_op()
H A Dcperf_test_vectors.h64 uint32_t auth_offset; member
H A Dcperf_test_vectors.c718 t_vec->data.auth_offset = 0; in cperf_test_vector_get_dummy()
782 t_vec->data.auth_offset = 0; in cperf_test_vector_get_dummy()
H A Dcperf_test_vector_parsing.c585 test_vector->data.auth_offset = 0; in cperf_test_vector_get_from_file()
/dpdk/drivers/crypto/cnxk/
H A Dcnxk_se.h418 auth_offset = 0; in cpt_enc_hmac_prep()
452 auth_offset += iv_len; in cpt_enc_hmac_prep()
687 ((uint64_t)auth_offset)); in cpt_enc_hmac_prep()
718 auth_offset = 0; in cpt_dec_hmac_prep()
752 auth_offset += iv_len; in cpt_dec_hmac_prep()
992 ((uint64_t)auth_offset)); in cpt_dec_hmac_prep()
1042 auth_offset = auth_offset / 8; in cpt_pdcp_alg_prep()
1045 auth_offset += iv_len; in cpt_pdcp_alg_prep()
1053 auth_offset += iv_len; in cpt_pdcp_alg_prep()
1091 auth_offset = 0; in cpt_pdcp_alg_prep()
[all …]
/dpdk/drivers/common/cpt/
H A Dcpt_ucode.h690 auth_offset = 0; in cpt_enc_hmac_prep()
749 auth_offset += iv_len; in cpt_enc_hmac_prep()
828 ((uint64_t)auth_offset)); in cpt_enc_hmac_prep()
858 ((uint64_t)auth_offset)); in cpt_enc_hmac_prep()
1005 (auth_offset >> 8))) { in cpt_enc_hmac_prep()
1066 auth_offset = 0; in cpt_dec_hmac_prep()
1099 auth_offset += iv_len; in cpt_dec_hmac_prep()
1209 ((uint64_t)auth_offset)); in cpt_dec_hmac_prep()
1494 auth_offset = auth_offset / 8; in cpt_zuc_snow3g_enc_prep()
1497 auth_offset += iv_len; in cpt_zuc_snow3g_enc_prep()
[all …]
/dpdk/app/test/
H A Dtest_cryptodev_blockcipher.h99 unsigned int auth_offset; member
H A Dtest_cryptodev.c262 auth_offset + auth_len); in process_sym_raw_dp_op()
266 auth_offset = auth_offset >> 3; in process_sym_raw_dp_op()
272 ofs.ofs.auth.head = auth_offset; in process_sym_raw_dp_op()
299 auth_offset + auth_len; in process_sym_raw_dp_op()
305 auth_offset + auth_len + in process_sym_raw_dp_op()
325 max_len = auth_len + auth_offset; in process_sym_raw_dp_op()
328 auth_offset = auth_offset >> 3; in process_sym_raw_dp_op()
331 ofs.ofs.auth.head = auth_offset; in process_sym_raw_dp_op()
13225 unsigned int auth_offset; member
13326 .auth_offset = 0,
[all …]
H A Dtest_cryptodev_blockcipher.c508 sym_op->auth.data.offset = tdata->auth_offset; in test_blockcipher_one_case()
510 tdata->auth_offset; in test_blockcipher_one_case()
H A Dtest_cryptodev_aes_test_vectors.h4110 .auth_offset = 0,
/dpdk/drivers/crypto/ipsec_mb/
H A Dpmd_aesni_mb.c933 uint32_t oop, const uint32_t auth_offset, in auth_start_offset() argument
944 return auth_offset; in auth_start_offset()
952 u_dst = (uintptr_t)p_dst + auth_offset; in auth_start_offset()
958 if (cipher_offset > auth_offset) in auth_start_offset()
959 memcpy(p_dst + auth_offset, in auth_start_offset()
960 p_src + auth_offset, in auth_start_offset()
962 auth_offset); in auth_start_offset()
969 auth_end = auth_offset + auth_length; in auth_start_offset()
/dpdk/drivers/crypto/mvsam/
H A Drte_mrvl_pmd.c675 request->auth_offset = request->cipher_offset; in mrvl_request_prepare_crp()
683 request->auth_offset = op->sym->auth.data.offset; in mrvl_request_prepare_crp()
694 request->auth_icv_offset = request->auth_offset + request->auth_len; in mrvl_request_prepare_crp()
/dpdk/drivers/crypto/nitrox/
H A Dnitrox_sym_reqmgr.c620 uint16_t auth_offset : 8; in create_aead_gph() member
622 uint16_t auth_offset : 8; in create_aead_gph()
636 param3.auth_offset = ivlen; in create_aead_gph()