OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cipher_hdr
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/qat/
qat_hw15.c
537
struct fw_cipher_hdr *
cipher_hdr
, uint8_t *hw_blk_ptr,
548
cipher_hdr
->state_padding_sz = 0;
549
cipher_hdr
->key_sz = crie->cri_klen / 64; /* bits to quad words */
551
cipher_hdr
->state_sz = desc->qcd_cipher_blk_sz / 8;
553
cipher_hdr
->next_id = next_slice;
554
cipher_hdr
->curr_id = FW_SLICE_CIPHER;
555
cipher_hdr
->offset = hw_blk_offset / 8;
556
cipher_hdr
->resrvd = 0;
646
struct fw_cipher_hdr *
cipher_hdr
;
local
667
cipher_hdr
= (struct fw_cipher_hdr *)(ctrl_blk_ptr
[
all
...]
qat_hw15.c
537
struct fw_cipher_hdr *
cipher_hdr
, uint8_t *hw_blk_ptr,
548
cipher_hdr
->state_padding_sz = 0;
549
cipher_hdr
->key_sz = crie->cri_klen / 64; /* bits to quad words */
551
cipher_hdr
->state_sz = desc->qcd_cipher_blk_sz / 8;
553
cipher_hdr
->next_id = next_slice;
554
cipher_hdr
->curr_id = FW_SLICE_CIPHER;
555
cipher_hdr
->offset = hw_blk_offset / 8;
556
cipher_hdr
->resrvd = 0;
646
struct fw_cipher_hdr *
cipher_hdr
;
local
667
cipher_hdr
= (struct fw_cipher_hdr *)(ctrl_blk_ptr
[
all
...]
Completed in 221 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026