Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/crypto/openssl/ssl/
H A Dktls.c88 crypto_info->auth_algorithm = CRYPTO_SHA1_HMAC; in ktls_configure_crypto()
91 crypto_info->auth_algorithm = CRYPTO_SHA2_256_HMAC; in ktls_configure_crypto()
94 crypto_info->auth_algorithm = CRYPTO_SHA2_384_HMAC; in ktls_configure_crypto()
/freebsd-13.1/sys/kern/
H A Duipc_ktls.c486 switch (en->auth_algorithm) { in ktls_create_session()
514 switch (en->auth_algorithm) { in ktls_create_session()
547 if (en->auth_algorithm != 0 || en->auth_key_len != 0) in ktls_create_session()
569 tls->params.auth_algorithm = en->auth_algorithm; in ktls_create_session()
589 switch (en->auth_algorithm) { in ktls_create_session()
/freebsd-13.1/sys/opencrypto/
H A Dktls_ocf.c662 switch (tls->params.auth_algorithm) { in ktls_ocf_try()
695 mac_csp.csp_auth_alg = tls->params.auth_algorithm; in ktls_ocf_try()
/freebsd-13.1/tests/sys/kern/
H A Dktls_test.c435 en->auth_algorithm = auth_alg; in build_tls_enable()
484 switch (en->auth_algorithm) { in tls_EVP_MD()
523 switch (en->auth_algorithm) { in tls_mac_len()
/freebsd-13.1/sys/netinet/
H A Dtcp_usrreq.c1910 tls->auth_algorithm = tls_v0.auth_algorithm; in copyin_tls_enable()
/freebsd-13.1/sys/dev/cxgbe/tom/
H A Dt4_tls.c933 switch (tls->params.auth_algorithm) { in init_ktls_key_context()
1005 switch (tls->params.auth_algorithm) { in tls_alloc_ktls()
/freebsd-13.1/sys/dev/cxgbe/crypto/
H A Dt4_kern_tls.c273 switch (tls->params.auth_algorithm) { in init_ktls_key_params()
564 switch (tls->params.auth_algorithm) { in cxgbe_tls_tag_alloc()