Home
last modified time | relevance | path

Searched refs:TLS_CIPHER_ARIA_GCM_256 (Results 1 – 4 of 4) sorted by relevance

/linux/include/uapi/linux/
H A Dtls.h111 #define TLS_CIPHER_ARIA_GCM_256 58 macro
/linux/net/tls/
H A Dtls_main.c110 CIPHER_DESC(TLS_CIPHER_ARIA_GCM_256, tls12_crypto_info_aria_gcm_256, "gcm(aria)", false),
120 CHECK_CIPHER_DESC(TLS_CIPHER_ARIA_GCM_256, tls12_crypto_info_aria_gcm_256);
619 case TLS_CIPHER_ARIA_GCM_256: in validate_crypto_info()
H A Dtls.h71 #define TLS_CIPHER_MAX TLS_CIPHER_ARIA_GCM_256
/linux/tools/testing/selftests/net/
H A Dtls.c89 case TLS_CIPHER_ARIA_GCM_256: in tls_crypto_info_init()
395 .cipher_type = TLS_CIPHER_ARIA_GCM_256,