Searched refs:create_ctx (Results 1 – 5 of 5) sorted by relevance
| /src/crypto/openssl/demos/quic/server/ |
| H A D | server.c | 46 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 D | quic-server-block.c | 108 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 D | quic-server-non-block.c | 108 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 D | quic-hq-interop-server.c | 187 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 D | ossl-nghttp3-demo-server.c | 903 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()
|