Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/qat/
H A Dqat_hw15.c537 struct fw_cipher_hdr *cipher_hdr, uint8_t *hw_blk_ptr, in qat_crypto_setup_cipher_desc() argument
548 cipher_hdr->state_padding_sz = 0; in qat_crypto_setup_cipher_desc()
549 cipher_hdr->key_sz = crie->cri_klen / 64; /* bits to quad words */ in qat_crypto_setup_cipher_desc()
551 cipher_hdr->state_sz = desc->qcd_cipher_blk_sz / 8; in qat_crypto_setup_cipher_desc()
553 cipher_hdr->next_id = next_slice; in qat_crypto_setup_cipher_desc()
554 cipher_hdr->curr_id = FW_SLICE_CIPHER; in qat_crypto_setup_cipher_desc()
555 cipher_hdr->offset = hw_blk_offset / 8; in qat_crypto_setup_cipher_desc()
556 cipher_hdr->resrvd = 0; in qat_crypto_setup_cipher_desc()
646 struct fw_cipher_hdr *cipher_hdr; in qat_hw15_crypto_setup_desc() local
667 cipher_hdr = (struct fw_cipher_hdr *)(ctrl_blk_ptr + in qat_hw15_crypto_setup_desc()
[all …]