| /f-stack/dpdk/app/test-crypto-perf/ |
| H A D | cperf_test_verify.c | 103 uint32_t cipher_offset, auth_offset; in cperf_verify_op() local 145 auth_offset = 0; in cperf_verify_op() 151 auth_offset = options->test_buffer_size; in cperf_verify_op() 157 auth_offset = options->test_buffer_size; in cperf_verify_op() 163 auth_offset = options->test_buffer_size; in cperf_verify_op() 169 auth_offset = options->test_buffer_size; in cperf_verify_op() 189 res += memcmp(data + auth_offset, in cperf_verify_op()
|
| H A D | cperf_test_vectors.h | 64 uint32_t auth_offset; member
|
| H A D | cperf_test_vectors.c | 466 t_vec->data.auth_offset = 0; in cperf_test_vector_get_dummy() 530 t_vec->data.auth_offset = 0; in cperf_test_vector_get_dummy()
|
| H A D | cperf_test_vector_parsing.c | 587 test_vector->data.auth_offset = 0; in cperf_test_vector_get_from_file()
|
| /f-stack/dpdk/drivers/common/cpt/ |
| H A D | cpt_ucode.h | 691 auth_offset = 0; in cpt_enc_hmac_prep() 750 auth_offset += iv_len; in cpt_enc_hmac_prep() 824 ((uint64_t)auth_offset)); in cpt_enc_hmac_prep() 854 ((uint64_t)auth_offset)); in cpt_enc_hmac_prep() 1052 auth_offset = 0; in cpt_dec_hmac_prep() 1085 auth_offset += iv_len; in cpt_dec_hmac_prep() 1180 ((uint64_t)auth_offset)); in cpt_dec_hmac_prep() 1211 ((uint64_t)auth_offset)); in cpt_dec_hmac_prep() 1455 auth_offset = auth_offset / 8; in cpt_zuc_snow3g_enc_prep() 1458 auth_offset += iv_len; in cpt_zuc_snow3g_enc_prep() [all …]
|
| /f-stack/dpdk/app/test/ |
| H A D | test_cryptodev_blockcipher.h | 89 unsigned int auth_offset; member
|
| H A D | test_cryptodev_blockcipher.c | 436 sym_op->auth.data.offset = tdata->auth_offset; in test_blockcipher_one_case() 438 tdata->auth_offset; in test_blockcipher_one_case()
|
| H A D | test_cryptodev.c | 244 auth_offset = sop->auth.data.offset; in process_sym_raw_dp_op() 247 auth_offset + auth_len); in process_sym_raw_dp_op() 251 auth_offset = auth_offset >> 3; in process_sym_raw_dp_op() 257 ofs.ofs.auth.head = auth_offset; in process_sym_raw_dp_op() 283 auth_offset = sop->auth.data.offset; in process_sym_raw_dp_op() 285 max_len = auth_len + auth_offset; in process_sym_raw_dp_op() 288 auth_offset = auth_offset >> 3; in process_sym_raw_dp_op() 291 ofs.ofs.auth.head = auth_offset; in process_sym_raw_dp_op() 11304 unsigned int auth_offset; member 11405 .auth_offset = 0, [all …]
|
| H A D | test_cryptodev_aes_test_vectors.h | 2331 .auth_offset = 0,
|
| /f-stack/dpdk/drivers/crypto/mvsam/ |
| H A D | rte_mrvl_pmd.c | 575 request->auth_offset = request->cipher_offset; in mrvl_request_prepare() 583 request->auth_offset = op->sym->auth.data.offset; in mrvl_request_prepare() 594 request->auth_icv_offset = request->auth_offset + request->auth_len; in mrvl_request_prepare()
|
| /f-stack/freebsd/netinet/ |
| H A D | sctp_auth.h | 207 sctp_fill_hmac_digest_m(struct mbuf *m, uint32_t auth_offset,
|
| H A D | sctp_input.c | 1408 int auth_skipped, uint32_t auth_offset, uint32_t auth_len, 1424 int auth_skipped, uint32_t auth_offset, uint32_t auth_len, in sctp_process_cookie_existing() argument 1799 auth_skipped, auth_offset, auth_len, in sctp_process_cookie_existing() 2000 int auth_skipped, uint32_t auth_offset, uint32_t auth_len, in sctp_process_cookie_new() argument 2583 auth_skipped, auth_offset, auth_len, in sctp_handle_cookie_echo() 2592 ¬ification, auth_skipped, auth_offset, auth_len, in sctp_handle_cookie_echo() 4382 uint32_t auth_offset = 0, auth_len = 0; in sctp_process_control() local 4426 auth_offset = *offset; in sctp_process_control() 4493 auth_offset)) { in sctp_process_control() 4992 auth_offset, in sctp_process_control() [all …]
|
| H A D | sctp_output.c | 7803 uint32_t auth_offset; in sctp_med_chunk_output() local 7999 auth_offset = 0; in sctp_med_chunk_output() 8105 &auth_offset, in sctp_med_chunk_output() 8210 auth_offset = 0; in sctp_med_chunk_output() 8330 &auth_offset, in sctp_med_chunk_output() 8487 auth_offset = 0; in sctp_med_chunk_output() 8785 auth_offset, in sctp_med_chunk_output() 8827 auth_offset = 0; in sctp_med_chunk_output() 9504 auth_offset = 0; in sctp_chunk_retransmission() 9649 &auth_offset, in sctp_chunk_retransmission() [all …]
|
| H A D | sctp_auth.c | 1502 sctp_fill_hmac_digest_m(struct mbuf *m, uint32_t auth_offset, in sctp_fill_hmac_digest_m() argument 1548 m, auth_offset, auth->hmac); in sctp_fill_hmac_digest_m()
|
| /f-stack/dpdk/drivers/crypto/nitrox/ |
| H A D | nitrox_sym_reqmgr.c | 620 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()
|