Home
last modified time | relevance | path

Searched refs:auth_algorithm (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/sys/sys/
H A Dktls.h113 int auth_algorithm; /* e.g. CRYPTO_SHA2_256_HMAC */ member
128 int auth_algorithm; /* e.g. CRYPTO_SHA2_256_HMAC */ member
152 int auth_algorithm; member
/freebsd-14.2/crypto/openssl/ssl/
H A Dktls.c152 crypto_info->auth_algorithm = CRYPTO_SHA1_HMAC; in ktls_configure_crypto()
155 crypto_info->auth_algorithm = CRYPTO_SHA2_256_HMAC; in ktls_configure_crypto()
158 crypto_info->auth_algorithm = CRYPTO_SHA2_384_HMAC; in ktls_configure_crypto()
/freebsd-14.2/sys/dev/cxgbe/crypto/
H A Dt4_keyctx.c420 switch (tls->params.auth_algorithm) { in t4_tls_key_info_size()
465 switch (tls->params.auth_algorithm) { in t4_tls_auth_mode()
516 switch (tls->params.auth_algorithm) { in tls_mac_key_size()
615 switch (tls->params.auth_algorithm) { in t4_tls_key_ctx()
H A Dt6_kern_tls.c406 switch (tls->params.auth_algorithm) { in t6_tls_tag_alloc()
/freebsd-14.2/sys/kern/
H A Duipc_ktls.c535 switch (en->auth_algorithm) { in ktls_create_session()
563 switch (en->auth_algorithm) { in ktls_create_session()
596 if (en->auth_algorithm != 0 || en->auth_key_len != 0) in ktls_create_session()
629 tls->params.auth_algorithm = en->auth_algorithm; in ktls_create_session()
649 switch (en->auth_algorithm) { in ktls_create_session()
/freebsd-14.2/sys/opencrypto/
H A Dktls_ocf.c1038 switch (tls->params.auth_algorithm) { in ktls_ocf_try()
1072 mac_csp.csp_auth_alg = tls->params.auth_algorithm; in ktls_ocf_try()
/freebsd-14.2/tests/sys/kern/
H A Dktls_test.c597 en->auth_algorithm = auth_alg; in build_tls_enable()
647 switch (en->auth_algorithm) { in tls_EVP_MD()
686 switch (en->auth_algorithm) { in tls_mac_len()
/freebsd-14.2/sys/dev/cxgbe/tom/
H A Dt4_tls.c242 switch (tls->params.auth_algorithm) { in tls_alloc_ktls()
/freebsd-14.2/sys/netinet/
H A Dtcp_usrreq.c1902 tls->auth_algorithm = tls_v0.auth_algorithm; in copyin_tls_enable()