Home
last modified time | relevance | path

Searched refs:key_path (Results 1 – 10 of 10) 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() argument
60 if (SSL_CTX_use_PrivateKey_file(ctx, key_path, SSL_FILETYPE_PEM) <= 0) { in create_ctx()
61 fprintf(stderr, "couldn't load key file: %s\n", key_path); in create_ctx()
/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() argument
147 if (SSL_CTX_use_PrivateKey_file(ctx, key_path, SSL_FILETYPE_PEM) <= 0) { in create_ctx()
148 fprintf(stderr, "couldn't load key file: %s\n", key_path); in create_ctx()
H A Dquic-server-non-block.c108 static SSL_CTX *create_ctx(const char *cert_path, const char *key_path) in create_ctx() argument
147 if (SSL_CTX_use_PrivateKey_file(ctx, key_path, SSL_FILETYPE_PEM) <= 0) { in create_ctx()
148 fprintf(stderr, "couldn't load key file: %s\n", key_path); in create_ctx()
/src/crypto/krb5/src/lib/krb5/os/
H A Dccdefname.c82 static const char *key_path = "Software\\MIT\\Kerberos5"; variable
93 if ((result = RegCreateKeyEx(hBaseKey, key_path, 0, NULL, in set_to_registry()
125 if (RegOpenKeyEx(hBaseKey, key_path, 0, KEY_QUERY_VALUE, in get_from_registry()
H A Dinit_os_ctx.c114 const char *key_path = "Software\\MIT\\Kerberos5"; in get_from_registry() local
120 if ((rc = RegOpenKeyEx(hBaseKey, key_path, 0, KEY_QUERY_VALUE, in get_from_registry()
/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() argument
226 if (SSL_CTX_use_PrivateKey_file(ctx, key_path, SSL_FILETYPE_PEM) <= 0) { in create_ctx()
227 fprintf(stderr, "couldn't load key file: %s\n", key_path); in create_ctx()
/src/contrib/llvm-project/llvm/include/llvm/Option/
H A DOptParser.td188 code ImpliedCheck = !foldl("false", key_paths, accumulator, key_path,
189 !strconcat(accumulator, " || ", key_path));
/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() argument
917 if (SSL_CTX_use_PrivateKey_file(ctx, key_path, SSL_FILETYPE_PEM) <= 0) { in create_ctx()
918 fprintf(stderr, "couldn't load key file: %s\n", key_path); in create_ctx()
/src/crypto/openssl/doc/man7/
H A Dossl-guide-quic-server-block.pod90 if (SSL_CTX_use_PrivateKey_file(ctx, key_path, SSL_FILETYPE_PEM) <= 0) {
91 fprintf(stderr, "couldn't load key file: %s\n", key_path);
H A Dossl-guide-quic-server-non-block.pod99 if (SSL_CTX_use_PrivateKey_file(ctx, key_path, SSL_FILETYPE_PEM) <= 0) {
100 fprintf(stderr, "couldn't load key file: %s\n", key_path);