Home
last modified time | relevance | path

Searched defs:DH_clear_flags (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dopenssl_shim.h78 #define DH_clear_flags( global() macro
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/dh/
H A Ddh_lib.c273 void DH_clear_flags(DH *dh, int flags) in DH_clear_flags() function
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/dh/
H A Ddh_lib.c303 void DH_clear_flags(DH *dh, int flags) in DH_clear_flags() function
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dopenssldh_link.c152 #define DH_clear_flags(d, f) (d)->flags &= ~(f) macro