Home
last modified time | relevance | path

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

/freebsd/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/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/sys/dev/cxgbe/crypto/
H A Dt4_keyctx.c419 switch (tls->params.auth_algorithm) { in t4_tls_key_info_size()
464 switch (tls->params.auth_algorithm) { in t4_tls_auth_mode()
515 switch (tls->params.auth_algorithm) { in tls_mac_key_size()
614 switch (tls->params.auth_algorithm) { in t4_tls_key_ctx()
H A Dt6_kern_tls.c405 switch (tls->params.auth_algorithm) { in t6_tls_tag_alloc()
/freebsd/sys/kern/
H A Duipc_ktls.c323 tls->auth_algorithm = tls_v0.auth_algorithm; in ktls_copyin_tls_enable()
624 switch (en->auth_algorithm) { in ktls_create_session()
652 switch (en->auth_algorithm) { in ktls_create_session()
685 if (en->auth_algorithm != 0 || en->auth_key_len != 0) in ktls_create_session()
718 tls->params.auth_algorithm = en->auth_algorithm; in ktls_create_session()
738 switch (en->auth_algorithm) { in ktls_create_session()
/freebsd/sys/opencrypto/
H A Dktls_ocf.c1037 switch (tls->params.auth_algorithm) { in ktls_ocf_try()
1071 mac_csp.csp_auth_alg = tls->params.auth_algorithm; in ktls_ocf_try()
/freebsd/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/sys/dev/cxgbe/tom/
H A Dt4_tls.c242 switch (tls->params.auth_algorithm) { in tls_alloc_ktls()