Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/qat/
H A Dqat_hw15.c550 struct hw_cipher_config *cipher_config) in qat_hw15_crypto_setup_cipher_config() argument
555 cipher_config->val = qat_crypto_load_cipher_session(desc, qs); in qat_hw15_crypto_setup_cipher_config()
556 cipher_config->reserved = 0; in qat_hw15_crypto_setup_cipher_config()
558 cipher_key = (uint8_t *)(cipher_config + 1); in qat_hw15_crypto_setup_cipher_config()
688 struct hw_cipher_config *cipher_config; in qat_hw15_crypto_setup_desc() local
713 cipher_config = (struct hw_cipher_config *)(hw_blk_ptr + in qat_hw15_crypto_setup_desc()
720 cipher_config); in qat_hw15_crypto_setup_desc()
775 struct hw_cipher_config *cipher_config; in qat_hw15_crypto_req_setkey() local
784 cipher_config = (struct hw_cipher_config *) in qat_hw15_crypto_req_setkey()
787 cipher_config); in qat_hw15_crypto_req_setkey()
H A Dqat_hw17.c351 cipher->max.cipher_config.val = in qat_hw17_crypto_setup_cipher_cdesc()
H A Dqatreg.h1535 struct hw_cipher_config cipher_config; member