Searched refs:TLS_1_2_VERSION (Results 1 - 10 of 10) sorted by relevance

/linux-master/tools/include/uapi/linux/
H A Dtls.h52 #define TLS_1_2_VERSION TLS_VERSION_NUMBER(TLS_1_2) macro
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls.h41 if (crypto_info->version == TLS_1_2_VERSION)
45 if (crypto_info->version == TLS_1_2_VERSION)
/linux-master/include/uapi/linux/
H A Dtls.h54 #define TLS_1_2_VERSION TLS_VERSION_NUMBER(TLS_1_2) macro
/linux-master/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_ktls.c38 if (crypto_info->version == TLS_1_2_VERSION)
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dsetget_sockopt.c120 aes128.info.version = TLS_1_2_VERSION;
/linux-master/tools/testing/selftests/net/
H A Dtls.c252 tls12.crypto_info.version = TLS_1_2_VERSION;
256 tls12.crypto_info.version = TLS_1_2_VERSION;
260 tls12.crypto_info.version = TLS_1_2_VERSION;
264 tls12.crypto_info.version = TLS_1_2_VERSION;
284 .tls_version = TLS_1_2_VERSION,
296 .tls_version = TLS_1_2_VERSION,
324 .tls_version = TLS_1_2_VERSION,
336 .tls_version = TLS_1_2_VERSION,
355 .tls_version = TLS_1_2_VERSION,
361 .tls_version = TLS_1_2_VERSION,
[all...]
/linux-master/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_main.c472 crypto_info.version = TLS_1_2_VERSION;
513 if (tmp_crypto_info.version != TLS_1_2_VERSION) {
/linux-master/net/tls/
H A Dtls_main.c590 if (crypto_info->version != TLS_1_2_VERSION &&
597 if (crypto_info->version != TLS_1_2_VERSION)
H A Dtls_device.c1091 if (crypto_info->version != TLS_1_2_VERSION) {
1200 if (ctx->crypto_recv.info.version != TLS_1_2_VERSION)
/linux-master/tools/testing/selftests/bpf/
H A Dtest_sockmap.c256 .version = TLS_1_2_VERSION,
262 .version = TLS_1_2_VERSION,

Completed in 148 milliseconds