Searched refs:auth_algorithm (Results 1 – 4 of 4) sorted by relevance
110 int auth_algorithm; /* e.g. CRYPTO_SHA2_256_HMAC */ member125 int auth_algorithm; /* e.g. CRYPTO_SHA2_256_HMAC */ member149 int auth_algorithm; member
488 switch (en->auth_algorithm) { in ktls_create_session()509 switch (en->auth_algorithm) { in ktls_create_session()547 tls->params.auth_algorithm = en->auth_algorithm; in ktls_create_session()576 switch (en->auth_algorithm) { in ktls_create_session()
606 switch (tls->params.auth_algorithm) { in ktls_ocf_try()639 mac_csp.csp_auth_alg = tls->params.auth_algorithm; in ktls_ocf_try()
2027 tls->auth_algorithm = tls_v0.auth_algorithm; in copyin_tls_enable()