Home
last modified time | relevance | path

Searched refs:TLS_CIPHER_ARIA_GCM_128 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dtls.h103 #define TLS_CIPHER_ARIA_GCM_128 57 macro
/openbmc/linux/net/tls/
H A Dtls_main.c108 CIPHER_DESC(TLS_CIPHER_ARIA_GCM_128, tls12_crypto_info_aria_gcm_128, "gcm(aria)", false),
118 CHECK_CIPHER_DESC(TLS_CIPHER_ARIA_GCM_128, tls12_crypto_info_aria_gcm_128);
642 case TLS_CIPHER_ARIA_GCM_128: in do_tls_setsockopt_conf()
/openbmc/linux/tools/testing/selftests/net/
H A Dtls.c82 case TLS_CIPHER_ARIA_GCM_128: in tls_crypto_info_init()
356 .cipher_type = TLS_CIPHER_ARIA_GCM_128,