Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dtls.h104 #define TLS_CIPHER_ARIA_GCM_128 57 macro
/linux/net/tls/
H A Dtls_main.c109 CIPHER_DESC(TLS_CIPHER_ARIA_GCM_128, tls12_crypto_info_aria_gcm_128, "gcm(aria)", false),
119 CHECK_CIPHER_DESC(TLS_CIPHER_ARIA_GCM_128, tls12_crypto_info_aria_gcm_128);
618 case TLS_CIPHER_ARIA_GCM_128: in validate_crypto_info()
/linux/tools/testing/selftests/net/
H A Dtls.c84 case TLS_CIPHER_ARIA_GCM_128: in tls_crypto_info_init()
389 .cipher_type = TLS_CIPHER_ARIA_GCM_128,