Home
last modified time | relevance | path

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

/freebsd-13-stable/crypto/openssl/ssl/
HDssl_local.h241 # define SSL_ARIAGCM (SSL_ARIA128GCM | SSL_ARIA256GCM) macro
242 # define SSL_ARIA (SSL_ARIAGCM)
HDssl_ciph.c2112 if (c->algorithm_enc & (SSL_AESGCM | SSL_ARIAGCM)) { in ssl_cipher_get_overhead()