Home
last modified time | relevance | path

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

/freebsd-src/sys/dev/qat_c2xxx/
H A Dqat.c1282 switch (qs->qs_auth_algo) { in qat_crypto_load_auth_session()
1299 panic("unhandled auth algorithm %d", qs->qs_auth_algo); in qat_crypto_load_auth_session()
1387 if (qs->qs_auth_algo == HW_AUTH_ALGO_GALOIS_128) { in qat_crypto_load_buf_cb()
1431 if (qs->qs_auth_algo != HW_AUTH_ALGO_GALOIS_128 && in qat_crypto_load_obuf_cb()
1469 if (qs->qs_auth_algo == HW_AUTH_ALGO_GALOIS_128 && in qat_crypto_load()
1974 qs->qs_auth_algo = HW_AUTH_ALGO_GALOIS_128; in qat_newsession()
1986 qs->qs_auth_algo = HW_AUTH_ALGO_SHA1; in qat_newsession()
1990 qs->qs_auth_algo = HW_AUTH_ALGO_SHA1; in qat_newsession()
1994 qs->qs_auth_algo = HW_AUTH_ALGO_SHA256; in qat_newsession()
1998 qs->qs_auth_algo = HW_AUTH_ALGO_SHA256; in qat_newsession()
[all …]
H A Dqat_hw15.c630 switch (qs->qs_auth_algo) { in qat_hw15_crypto_setup_auth_setup()
675 qs->qs_auth_algo); in qat_hw15_crypto_setup_auth_setup()
697 if (qs->qs_auth_algo != HW_AUTH_ALGO_NULL) in qat_hw15_crypto_setup_desc()
756 if (qs->qs_auth_algo == HW_AUTH_ALGO_GALOIS_128) in qat_hw15_crypto_setup_desc()
854 if (qs->qs_auth_algo == HW_AUTH_ALGO_GALOIS_128) { in qat_hw15_crypto_setup_req_params()
H A Dqatvar.h625 enum hw_auth_algo qs_auth_algo; member