Searched refs:aes128 (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/ |
D | setget_sockopt.c | 89 struct tls12_crypto_info_aes_gcm_128 aes128; in test_ktls() local 119 memset(&aes128, 0, sizeof(aes128)); in test_ktls() 120 aes128.info.version = TLS_1_2_VERSION; in test_ktls() 121 aes128.info.cipher_type = TLS_CIPHER_AES_GCM_128; in test_ktls() 123 ret = setsockopt(fd, SOL_TLS, TLS_TX, &aes128, sizeof(aes128)); in test_ktls() 127 ret = setsockopt(cfd, SOL_TLS, TLS_RX, &aes128, sizeof(aes128)); in test_ktls()
|
/linux-6.12.1/net/sunrpc/ |
D | Kconfig | 47 SHA-1 digests. These include aes128-cts-hmac-sha1-96 and 72 SHA-2 digests. These include aes128-cts-hmac-sha256-128 and
|
/linux-6.12.1/tools/testing/selftests/net/ |
D | tls.c | 34 struct tls12_crypto_info_aes_gcm_128 aes128; member 59 tls12->aes128.info.version = tls_version; in tls_crypto_info_init() 60 tls12->aes128.info.cipher_type = cipher_type; in tls_crypto_info_init()
|