Home
last modified time | relevance | path

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

/src/crypto/openssl/demos/quic/server/
H A Dserver.c46 static SSL_CTX *create_ctx(const char *cert_path, const char *key_path) in create_ctx() function
214 if ((ctx = create_ctx(argv[2], argv[3])) == NULL) in main()
/src/crypto/openssl/demos/guide/
H A Dquic-server-block.c108 static SSL_CTX *create_ctx(const char *cert_path, const char *key_path) in create_ctx() function
297 if ((ctx = create_ctx(argv[2], argv[3])) == NULL) { in main()
H A Dquic-server-non-block.c108 static SSL_CTX *create_ctx(const char *cert_path, const char *key_path) in create_ctx() function
482 if ((ctx = create_ctx(argv[2], argv[3])) == NULL) { in main()
/src/crypto/openssl/test/quic-openssl-docker/hq-interop/
H A Dquic-hq-interop-server.c187 static SSL_CTX *create_ctx(const char *cert_path, const char *key_path) in create_ctx() function
771 if ((ctx = create_ctx(argv[2], argv[3])) == NULL) { in main()
/src/crypto/openssl/demos/http3/
H A Dossl-nghttp3-demo-server.c903 static SSL_CTX *create_ctx(const char *cert_path, const char *key_path) in create_ctx() function
1354 if ((ctx = create_ctx(argv[2], argv[3])) == NULL) in main()