Searched refs:SSL_TFLAG_VFY (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_conf.c44 #define SSL_TFLAG_VFY 0x200 macro
65 {str, (int)(sizeof(str) - 1), SSL_TFLAG_VFY | SSL_TFLAG_CLIENT, flag}
67 {str, (int)(sizeof(str) - 1), SSL_TFLAG_VFY | SSL_TFLAG_SERVER, flag}
119 case SSL_TFLAG_VFY:
/netbsd-current/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_conf.c45 #define SSL_TFLAG_VFY 0x200 macro
66 {str, (int)(sizeof(str) - 1), SSL_TFLAG_VFY | SSL_TFLAG_CLIENT, flag}
68 {str, (int)(sizeof(str) - 1), SSL_TFLAG_VFY | SSL_TFLAG_SERVER, flag}
121 case SSL_TFLAG_VFY:

Completed in 79 milliseconds