HomeSort by: relevance | last modified time | path
    Searched refs:SSL_ARIAGCM (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_local.h 160 #define SSL_ARIAGCM (SSL_ARIA128GCM | SSL_ARIA256GCM)
161 #define SSL_ARIA (SSL_ARIAGCM)
ssl_ciph.c 2159 if (c->algorithm_enc & (SSL_AESGCM | SSL_ARIAGCM)) {
  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_local.h 247 # define SSL_ARIAGCM (SSL_ARIA128GCM | SSL_ARIA256GCM)
248 # define SSL_ARIA (SSL_ARIAGCM)
ssl_ciph.c 2169 if (c->algorithm_enc & (SSL_AESGCM | SSL_ARIAGCM)) {
  /src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_local.h 239 # define SSL_ARIAGCM (SSL_ARIA128GCM | SSL_ARIA256GCM)
240 # define SSL_ARIA (SSL_ARIAGCM)
ssl_ciph.c 2112 if (c->algorithm_enc & (SSL_AESGCM | SSL_ARIAGCM)) {

Completed in 25 milliseconds