Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/qat/
Dqat_hw15.c550 struct hw_cipher_config *cipher_config) in qat_hw15_crypto_setup_cipher_config() argument
554 cipher_config->val = qat_crypto_load_cipher_session(desc, qs); in qat_hw15_crypto_setup_cipher_config()
555 cipher_config->reserved = 0; in qat_hw15_crypto_setup_cipher_config()
557 cipher_key = (uint8_t *)(cipher_config + 1); in qat_hw15_crypto_setup_cipher_config()
682 struct hw_cipher_config *cipher_config; in qat_hw15_crypto_setup_desc() local
707 cipher_config = (struct hw_cipher_config *)(hw_blk_ptr + in qat_hw15_crypto_setup_desc()
714 cipher_config); in qat_hw15_crypto_setup_desc()
770 struct hw_cipher_config *cipher_config; in qat_hw15_crypto_req_setkey() local
779 cipher_config = (struct hw_cipher_config *) in qat_hw15_crypto_req_setkey()
782 enc->crd_key, cipher_config); in qat_hw15_crypto_req_setkey()
Dqat_hw17.c349 cipher->max.cipher_config.val = in qat_hw17_crypto_setup_cipher_cdesc()
Dqatreg.h1535 struct hw_cipher_config cipher_config; member