Searched defs:out_pkey (Results 1 - 2 of 2) sorted by relevance

/external/boringssl/src/crypto/pkcs8/
H A Dpkcs8.c1116 int PKCS12_parse(const PKCS12 *p12, const char *password, EVP_PKEY **out_pkey, argument
1135 if (!PKCS12_get_key_and_certs(out_pkey, ca_certs, &ber_bytes, password)) {
/external/boringssl/src/ssl/test/
H A Dbssl_shim.cc293 static void ChannelIdCallback(SSL *ssl, EVP_PKEY **out_pkey) { argument
294 *out_pkey = GetTestState(ssl)->channel_id.release();

Completed in 111 milliseconds