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

/external/chromium_org/net/socket/
H A Dssl_client_socket_nss.cc737 // ImportChannelIDKeys is a helper function for turning a DER-encoded cert and
743 int ImportChannelIDKeys(SECKEYPublicKey** public_key, SECKEYPrivateKey** key);
1843 int error = ImportChannelIDKeys(&public_key, &private_key);
2287 int result = core->ImportChannelIDKeys(out_public_key, out_private_key);
2299 int SSLClientSocketNSS::Core::ImportChannelIDKeys(SECKEYPublicKey** public_key, function in class:net::SSLClientSocketNSS::Core

Completed in 63 milliseconds