Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/qat/
H A Dqat_hw15.c540 struct hw_cipher_config *cipher_config = (struct hw_cipher_config *) in qat_crypto_setup_cipher_desc() local
543 uint8_t *cipher_key = (uint8_t *)(cipher_config + 1); in qat_crypto_setup_cipher_desc()
545 cipher_config->val = qat_crypto_load_cipher_cryptoini(desc, crie); in qat_crypto_setup_cipher_desc()
546 cipher_config->reserved = 0; in qat_crypto_setup_cipher_desc()
H A Dqat_hw17.c347 cipher->max.cipher_config.val = in qat_hw17_crypto_setup_cipher_desc()
H A Dqatreg.h1522 struct hw_cipher_config cipher_config; member