Home
last modified time | relevance | path

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

/demos/sslecho/
A Dmain.c81 const SSL_METHOD *method; in create_context() local
85 method = TLS_server_method(); in create_context()
87 method = TLS_client_method(); in create_context()
89 ctx = SSL_CTX_new(method); in create_context()
/demos/pkey/
A Ddsa.inc108 * This method shows how to extract DSA data from an EVP_PKEY.

Completed in 53 milliseconds