Home
last modified time | relevance | path

Searched defs:SSL_OP_BIT (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/include/openssl/
H A Dssl.h.in320 #define SSL_OP_BIT(n) ((uint64_t)1 << (uint64_t)n) macro
H A Dssl.h343 #define SSL_OP_BIT(n) ((uint64_t)1 << (uint64_t)n) macro