Home
last modified time | relevance | path

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

/third_party/openssl/include/openssl/
Dssl.h2279 # define SSL_SECOP_OTHER_SIGALG (5 << 16) macro
2307 # define SSL_SECOP_SIGALG_SUPPORTED (11 | SSL_SECOP_OTHER_SIGALG)
2309 # define SSL_SECOP_SIGALG_SHARED (12 | SSL_SECOP_OTHER_SIGALG)
2311 # define SSL_SECOP_SIGALG_CHECK (13 | SSL_SECOP_OTHER_SIGALG)
2313 # define SSL_SECOP_SIGALG_MASK (14 | SSL_SECOP_OTHER_SIGALG)
/third_party/openssl/apps/
Ds_cb.c1431 case SSL_SECOP_OTHER_SIGALG: in security_callback_debug()