Home
last modified time | relevance | path

Searched refs:auth_off (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/mips/cavium/cryptocteon/
H A Dcavium_crypto.c478 (auth_off & 0x7) || (auth_off + auth_len > iovlen))) { in octo_null_sha1_encrypt()
493 while (auth_off > 0) { in octo_null_sha1_encrypt()
495 auth_off -= 8; in octo_null_sha1_encrypt()
588 (auth_off & 0x3) || (auth_off + auth_len > iovlen))) { in octo_aes_cbc_sha1_encrypt()
631 auth_off -= 4; in octo_aes_cbc_sha1_encrypt()
659 if (auth_off <= 0) { in octo_aes_cbc_sha1_encrypt()
666 auth_off -= 16; in octo_aes_cbc_sha1_encrypt()
779 (auth_off & 0x3) || (auth_off + auth_len > iovlen))) { in octo_aes_cbc_sha1_decrypt()
822 auth_off -= 4; in octo_aes_cbc_sha1_decrypt()
839 if (auth_off <= 0) { in octo_aes_cbc_sha1_decrypt()
[all …]
H A Dcryptocteonvar.h37 …uct octo_sess *od, struct iovec *iov, size_t iovcnt, size_t iovlen, int auth_off, int auth_len, in…
38 …uct octo_sess *od, struct iovec *iov, size_t iovcnt, size_t iovlen, int auth_off, int auth_len, in…
H A Dcryptocteon.c255 int auth_off, auth_len, crypt_off, crypt_len; in cryptocteon_process() local
288 auth_off = crp->crp_aad_start; in cryptocteon_process()
291 auth_off = crypt_off; in cryptocteon_process()
385 auth_off, auth_len, crypt_off, crypt_len, icv, ivp); in cryptocteon_process()
388 auth_off, auth_len, crypt_off, crypt_len, icv, ivp); in cryptocteon_process()
/f-stack/dpdk/drivers/crypto/qat/
H A Dqat_sym.c512 auth_param->auth_off = (uint32_t)rte_pktmbuf_iova_offset( in qat_sym_build_request()
516 auth_param->auth_off = 0; in qat_sym_build_request()
523 > (auth_param->auth_off + auth_param->auth_len) ? in qat_sym_build_request()
525 : (auth_param->auth_off + auth_param->auth_len); in qat_sym_build_request()
534 uint32_t remaining_off = auth_param->auth_off + in qat_sym_build_request()
551 auth_param->auth_off + auth_param->auth_len; in qat_sym_build_request()
554 if ((auth_param->auth_off + auth_param->auth_len < in qat_sym_build_request()
562 auth_param->auth_off + in qat_sym_build_request()
567 auth_param->auth_off + in qat_sym_build_request()
H A Dqat_sym_hw_dp.c208 auth_param->auth_off = ofs.ofs.cipher.head; in enqueue_one_aead_job()
415 auth_param->auth_off = ofs.ofs.auth.head; in enqueue_one_auth_job()
552 auth_param->auth_off = ofs.ofs.auth.head; in enqueue_one_chain_job()
585 auth_iova_end = data[0].iova + auth_param->auth_off + in enqueue_one_chain_job()
589 if ((auth_param->auth_off + auth_param->auth_len < in enqueue_one_chain_job()
596 auth_param->auth_off + in enqueue_one_chain_job()
601 auth_param->auth_off + in enqueue_one_chain_job()
/f-stack/dpdk/drivers/common/qat/qat_adf/
H A Dicp_qat_fw_la.h300 uint32_t auth_off; member