Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat_c2xxx/
H A Dqat.c1253 algo = qs->qs_cipher_algo; in qat_crypto_load_cipher_session()
1265 algo = qs->qs_cipher_algo; in qat_crypto_load_cipher_session()
1959 qs->qs_cipher_algo = qat_aes_cipher_algo(csp->csp_cipher_klen); in qat_newsession()
1963 qs->qs_cipher_algo = qat_aes_cipher_algo(csp->csp_cipher_klen); in qat_newsession()
1967 qs->qs_cipher_algo = in qat_newsession()
1972 qs->qs_cipher_algo = qat_aes_cipher_algo(csp->csp_cipher_klen); in qat_newsession()
2018 qs->qs_cipher_algo = qat_aes_cipher_algo(csp->csp_auth_klen); in qat_newsession()
H A Dqatvar.h623 enum hw_cipher_algo qs_cipher_algo; member
H A Dqat_hw15.c695 if (qs->qs_cipher_algo != HW_CIPHER_ALGO_NULL) in qat_hw15_crypto_setup_desc()