Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat_c2xxx/
H A Dqat.c1282 switch (qs->qs_auth_algo) { in qat_crypto_load_auth_session()
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()
2002 qs->qs_auth_algo = HW_AUTH_ALGO_SHA384; in qat_newsession()
2006 qs->qs_auth_algo = HW_AUTH_ALGO_SHA384; in qat_newsession()
2010 qs->qs_auth_algo = HW_AUTH_ALGO_SHA512; in qat_newsession()
2014 qs->qs_auth_algo = HW_AUTH_ALGO_SHA512; 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