Home
last modified time | relevance | path

Searched refs:remaining_off (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/crypto/qat/
H A Dqat_sym.c534 uint32_t remaining_off = auth_param->auth_off + in qat_sym_build_request() local
540 while (remaining_off >= rte_pktmbuf_data_len(sgl_buf) in qat_sym_build_request()
542 remaining_off -= rte_pktmbuf_data_len(sgl_buf); in qat_sym_build_request()
547 sgl_buf, remaining_off); in qat_sym_build_request()
/f-stack/dpdk/app/test/
H A Dtest_cryptodev.c2602 uint16_t remaining_off = (auth_offset >> 3) + (auth_len >> 3); in create_wireless_algo_auth_cipher_operation() local
2605 while (remaining_off >= rte_pktmbuf_data_len(sgl_buf)) { in create_wireless_algo_auth_cipher_operation()
2606 remaining_off -= rte_pktmbuf_data_len(sgl_buf); in create_wireless_algo_auth_cipher_operation()
2610 uint8_t *, remaining_off); in create_wireless_algo_auth_cipher_operation()
2612 remaining_off); in create_wireless_algo_auth_cipher_operation()
2613 memset(sym_op->auth.digest.data, 0, remaining_off); in create_wireless_algo_auth_cipher_operation()