Home
last modified time | relevance | path

Searched refs:aes128 (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsetget_sockopt.c89 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()
/openbmc/openbmc-test-automation/security/
H A Dtest_bmc_ssh_security.robot36 # debug2: ciphers ctos: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,
37 # aes128-gcm@openssh.com,aes256-gcm@openssh.com
38 # debug2: ciphers stoc: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,
39 # aes128-gcm@openssh.com,aes256-gcm@openssh.com
/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh/
H A Dssh_config39 # Ciphers aes128-ctr,aes192-ctr,aes256-ctr,aes128-cbc,3des-cbc
/openbmc/linux/net/sunrpc/
H A DKconfig47 SHA-1 digests. These include aes128-cts-hmac-sha1-96 and
72 SHA-2 digests. These include aes128-cts-hmac-sha256-128 and
/openbmc/linux/tools/testing/selftests/net/
H A Dtls.c34 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()