Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dssl.rs343 pub fn SSL_CTX_set_alpn_protos(s: *mut SSL_CTX, data: *const c_uchar, len: c_uint) -> c_int; in SSL_CTX_set_alpn_protos() function
/third_party/openssl/ssl/
Dssl_lib.c3044 int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const unsigned char *protos, in SSL_CTX_set_alpn_protos() function