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

/external/boringssl/include/openssl/
H A Dpkcs8.h158 * |p12|. The |out_pkey| and |out_cert| arguments must not be NULL and, on
166 EVP_PKEY **out_pkey, X509 **out_cert,
H A Dssl.h2344 * is requested. The callback may set |*out_pkey| to a key, passing a reference
2350 SSL_CTX *ctx, void (*channel_id_cb)(SSL *ssl, EVP_PKEY **out_pkey));
2355 SSL *ssl, EVP_PKEY **out_pkey);
3166 * the callback should return one and set |*out_x509| to |*out_pkey| to a leaf
3179 int (*client_cert_cb)(SSL *ssl, X509 **out_x509, EVP_PKEY **out_pkey));
3184 SSL *ssl, X509 **out_x509, EVP_PKEY **out_pkey);
3547 int (*client_cert_cb)(SSL *ssl, X509 **out_x509, EVP_PKEY **out_pkey);
3550 void (*channel_id_cb)(SSL *ssl, EVP_PKEY **out_pkey);
/external/boringssl/src/include/openssl/
H A Dpkcs8.h158 * |p12|. The |out_pkey| and |out_cert| arguments must not be NULL and, on
166 EVP_PKEY **out_pkey, X509 **out_cert,
H A Dssl.h2344 * is requested. The callback may set |*out_pkey| to a key, passing a reference
2350 SSL_CTX *ctx, void (*channel_id_cb)(SSL *ssl, EVP_PKEY **out_pkey));
2355 SSL *ssl, EVP_PKEY **out_pkey);
3166 * the callback should return one and set |*out_x509| to |*out_pkey| to a leaf
3179 int (*client_cert_cb)(SSL *ssl, X509 **out_x509, EVP_PKEY **out_pkey));
3184 SSL *ssl, X509 **out_x509, EVP_PKEY **out_pkey);
3547 int (*client_cert_cb)(SSL *ssl, X509 **out_x509, EVP_PKEY **out_pkey);
3550 void (*channel_id_cb)(SSL *ssl, EVP_PKEY **out_pkey);
/external/boringssl/src/ssl/
H A Dssl_session.c748 EVP_PKEY **out_pkey)) {
753 EVP_PKEY **out_pkey) {
746 SSL_CTX_set_client_cert_cb(SSL_CTX *ctx, int (*cb)(SSL *ssl, X509 **out_x509, EVP_PKEY **out_pkey)) argument
H A Ds3_clnt.c2074 int ssl_do_client_cert_cb(SSL *ssl, X509 **out_x509, EVP_PKEY **out_pkey) { argument
2078 return ssl->ctx->client_cert_cb(ssl, out_x509, out_pkey);
/external/boringssl/src/crypto/pkcs8/
H A Dpkcs8.c1148 int PKCS12_parse(const PKCS12 *p12, const char *password, EVP_PKEY **out_pkey, argument
1168 if (!PKCS12_get_key_and_certs(out_pkey, ca_certs, &ber_bytes, password)) {
/external/boringssl/src/ssl/test/
H A Dbssl_shim.cc510 static void ChannelIdCallback(SSL *ssl, EVP_PKEY **out_pkey) { argument
511 *out_pkey = GetTestState(ssl)->channel_id.release();

Completed in 114 milliseconds