Home
last modified time | relevance | path

Searched refs:REQ_CHAPOL (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/bearssl/tools/
H A Dbrssl.h261 #define REQ_CHAPOL 0x0080 /* suite needs ChaCha20+Poly1305 */ macro
H A Dnames.c52 REQ_ECDHE_ECDSA | REQ_CHAPOL | REQ_SHA256 | REQ_TLS12,
58 REQ_ECDHE_RSA | REQ_CHAPOL | REQ_SHA256 | REQ_TLS12,
H A Dtwrch.c732 if ((req & REQ_CHAPOL) != 0) { in do_twrch()
H A Dclient.c961 if ((req & REQ_CHAPOL) != 0) { in do_client()
H A Dserver.c1067 if ((req & REQ_CHAPOL) != 0) { in do_server()