Home
last modified time | relevance | path

Searched refs:SSL_ARIAGCM (Results 1 – 2 of 2) sorted by relevance

/third_party/openssl/ssl/
Dssl_local.h239 # define SSL_ARIAGCM (SSL_ARIA128GCM | SSL_ARIA256GCM) macro
240 # define SSL_ARIA (SSL_ARIAGCM)
Dssl_ciph.c2114 if (c->algorithm_enc & (SSL_AESGCM | SSL_ARIAGCM)) { in ssl_cipher_get_overhead()