Home
last modified time | relevance | path

Searched defs:private_key (Results 1 – 25 of 51) sorted by relevance

123

/third_party/grpc/src/core/lib/security/security_connector/
Dssl_utils.h148 PemKeyCertPair(absl::string_view private_key, absl::string_view cert_chain) in PemKeyCertPair()
176 const std::string& private_key() const { return private_key_; } in private_key() function
/third_party/grpc/src/python/grpcio_tests/tests/interop/
Dresources.py29 def private_key(): function
/third_party/node/test/pummel/
Dtest-crypto-dh-hash-modp18.js43 const private_key = group.getPrime('hex'); constant
Dtest-crypto-dh-hash.js49 const private_key = group.getPrime('hex'); constant
/third_party/grpc/src/core/lib/security/credentials/jwt/
Djson_token.h40 RSA* private_key; member
/third_party/grpc/src/python/grpcio_tests/tests/unit/
Dresources.py28 def private_key(): function
D_server_ssl_cert_config_test.py176 private_key=None, argument
/third_party/glib/glib/deprecated/
Dgthread-deprecated.c1301 g_static_private_init (GStaticPrivate *private_key) in g_static_private_init()
1317 g_static_private_get (GStaticPrivate *private_key) in g_static_private_get()
1369 g_static_private_set (GStaticPrivate *private_key, in g_static_private_set()
1427 g_static_private_free (GStaticPrivate *private_key) in g_static_private_free()
/third_party/grpc/include/grpcpp/security/
Dtls_certificate_provider.h49 std::string private_key; member
Dserver_credentials.h48 std::string private_key; member
/third_party/ffmpeg/libavformat/tests/
Drtmpdh.c63 static const char *private_key = variable
/third_party/libcoap/include/coap3/
Dcoap_dtls.h161 const char *private_key; /**< File location of Private Key in PEM format */ member
176 const uint8_t *private_key; /**< PEM buffer Private Key member
190 const uint8_t *private_key; /**< ASN1 (DER) Private Key */ member
203 const char *private_key; /**< pkcs11: URI for Private Key */ member
/third_party/libwebsockets/include/libwebsockets/
Dlws-jwk.h56 char private_key; /* nonzero = has private key elements */ member
/third_party/libwebsockets/lib/tls/
Dtls-network.c127 const char *private_key) in lws_tls_generic_cert_checks()
/third_party/grpc/src/php/tests/generated_code/
Dmath_server.js127 server.bind('0.0.0.0:50051', grpc.ServerCredentials.createSsl(null, [{private_key: key_data, property
/third_party/node/deps/npm/node_modules/oauth-sign/
Dindex.js99 function rsasign (httpMethod, base_uri, params, private_key, token_secret) { argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
Drsa.c18 int private_key; /* whether private key is set */ member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
Drsa.c18 int private_key; /* whether private key is set */ member
/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlscertificate.c74 EVP_PKEY *private_key; member
/third_party/grpc/src/core/tsi/
Dssl_transport_security.h90 const char* private_key; member
/third_party/grpc/src/core/lib/security/credentials/tls/
Dgrpc_tls_certificate_distributor.cc335 const char* private_key, in grpc_tls_identity_pairs_add_pair()
Dgrpc_tls_certificate_provider.cc333 std::string private_key(StringViewFromSlice(key_slice.slice)); in ReadIdentityKeyCertPairFromFiles() local
/third_party/libwebsockets/lib/tls/mbedtls/
Dmbedtls-server.c106 const char *cert, const char *private_key, in lws_tls_server_certs_load()
/third_party/node/test/fixtures/0-dns/
Dcreate-cert.js13 const private_key = fs.readFileSync('./0-dns-key.pem'); constant
/third_party/libcoap/src/
Dcoap_mbedtls.c100 mbedtls_pk_context private_key; member
115 mbedtls_pk_context private_key; member
454 mbedtls_pk_context *private_key, in setup_pki_credentials()

123