Searched refs:sofs (Results 1 – 1 of 1) sorted by relevance
985 union rte_crypto_sym_ofs sofs, void *buf, uint32_t len, in set_cpu_mb_job_params() argument1078 job->dst = (uint8_t *)buf + sofs.ofs.cipher.head; in set_cpu_mb_job_params()1079 job->cipher_start_src_offset_in_bytes = sofs.ofs.cipher.head; in set_cpu_mb_job_params()1080 job->hash_start_src_offset_in_bytes = sofs.ofs.auth.head; in set_cpu_mb_job_params()1086 job->msg_len_to_hash_in_bytes = len - sofs.ofs.auth.head - in set_cpu_mb_job_params()1087 sofs.ofs.auth.tail; in set_cpu_mb_job_params()1088 job->msg_len_to_cipher_in_bytes = len - sofs.ofs.cipher.head - in set_cpu_mb_job_params()1089 sofs.ofs.cipher.tail; in set_cpu_mb_job_params()1880 struct rte_cryptodev_sym_session *sess, union rte_crypto_sym_ofs sofs, in aesni_mb_process_bulk() argument1903 ret = check_crypto_sgl(sofs, vec->src_sgl + i); in aesni_mb_process_bulk()[all …]