Searched refs:sofs (Results 1 – 2 of 2) sorted by relevance
1110 union rte_crypto_sym_ofs sofs, void *buf, uint32_t len, in set_cpu_mb_job_params() argument1214 job->dst = (uint8_t *)buf + sofs.ofs.cipher.head; in set_cpu_mb_job_params()1215 job->cipher_start_src_offset_in_bytes = sofs.ofs.cipher.head; in set_cpu_mb_job_params()1216 job->hash_start_src_offset_in_bytes = sofs.ofs.auth.head; in set_cpu_mb_job_params()1221 job->msg_len_to_hash_in_bytes = len - sofs.ofs.auth.head - in set_cpu_mb_job_params()1222 sofs.ofs.auth.tail; in set_cpu_mb_job_params()1223 job->msg_len_to_cipher_in_bytes = len - sofs.ofs.cipher.head - in set_cpu_mb_job_params()1224 sofs.ofs.cipher.tail; in set_cpu_mb_job_params()1971 struct rte_cryptodev_sym_session *sess, union rte_crypto_sym_ofs sofs, in aesni_mb_cpu_crypto_process_bulk() argument2005 ret = check_crypto_sgl(sofs, vec->sgl + i); in aesni_mb_cpu_crypto_process_bulk()[all …]
334 struct rte_cryptodev_sym_session *sess, union rte_crypto_sym_ofs sofs,