Searched refs:out_pkey (Results 1 - 8 of 8) sorted by relevance

/external/boringssl/include/openssl/
H A Dpkcs8.h156 // |p12|. The |out_pkey| and |out_cert| arguments must not be NULL and, on
164 EVP_PKEY **out_pkey, X509 **out_cert,
H A Dssl.h2776 // is requested. The callback may set |*out_pkey| to a key, passing a reference
2782 SSL_CTX *ctx, void (*channel_id_cb)(SSL *ssl, EVP_PKEY **out_pkey));
2787 SSL *ssl, EVP_PKEY **out_pkey);
3897 // the callback should return one and set |*out_x509| to |*out_pkey| to a leaf
3910 SSL_CTX *ctx, int (*cb)(SSL *ssl, X509 **out_x509, EVP_PKEY **out_pkey));
/external/boringssl/src/include/openssl/
H A Dpkcs8.h156 // |p12|. The |out_pkey| and |out_cert| arguments must not be NULL and, on
164 EVP_PKEY **out_pkey, X509 **out_cert,
H A Dssl.h2776 // is requested. The callback may set |*out_pkey| to a key, passing a reference
2782 SSL_CTX *ctx, void (*channel_id_cb)(SSL *ssl, EVP_PKEY **out_pkey));
2787 SSL *ssl, EVP_PKEY **out_pkey);
3897 // the callback should return one and set |*out_x509| to |*out_pkey| to a leaf
3910 SSL_CTX *ctx, int (*cb)(SSL *ssl, X509 **out_x509, EVP_PKEY **out_pkey));
/external/boringssl/src/crypto/pkcs8/
H A Dpkcs8_x509.c717 int PKCS12_parse(const PKCS12 *p12, const char *password, EVP_PKEY **out_pkey, argument
737 if (!PKCS12_get_key_and_certs(out_pkey, ca_certs, &ber_bytes, password)) {
/external/boringssl/src/ssl/test/
H A Dbssl_shim.cc476 bssl::UniquePtr<EVP_PKEY> *out_pkey) {
488 *out_pkey = LoadPrivateKey(config->key_file.c_str());
489 if (!*out_pkey) {
643 static int ClientCertCallback(SSL *ssl, X509 **out_x509, EVP_PKEY **out_pkey) { argument
666 *out_pkey = pkey.release();
856 static void ChannelIdCallback(SSL *ssl, EVP_PKEY **out_pkey) { argument
857 *out_pkey = GetTestState(ssl)->channel_id.release();
474 GetCertificate(SSL *ssl, bssl::UniquePtr<X509> *out_x509, bssl::UniquePtr<STACK_OF(X509)> *out_chain, bssl::UniquePtr<EVP_PKEY> *out_pkey) argument
/external/boringssl/src/ssl/
H A Dinternal.h1991 int (*client_cert_cb)(SSL *ssl, X509 **out_x509, EVP_PKEY **out_pkey);
1994 void (*channel_id_cb)(SSL *ssl, EVP_PKEY **out_pkey);
H A Dssl_x509.cc1194 EVP_PKEY **out_pkey)) {
1192 SSL_CTX_set_client_cert_cb(SSL_CTX *ctx, int (*cb)(SSL *ssl, X509 **out_x509, EVP_PKEY **out_pkey)) argument

Completed in 334 milliseconds