Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl/
DCHANGELOG.md168 * Added `SslOptions::PRIORITIZE_CHACHA`.
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dmod.rs278 const PRIORITIZE_CHACHA = ffi::SSL_OP_PRIORITIZE_CHACHA as SslOptionsRepr; constant