HomeSort by relevance Sort by last modified time
    Searched refs:peer_pubkey (Results 1 - 4 of 4) sorted by null

  /external/boringssl/src/ssl/
tls13_both.cc 246 hs->peer_pubkey = std::move(pkey);
278 if (hs->peer_pubkey == NULL) {
309 hs->peer_pubkey.get(), input);
handshake_server.cc     [all...]
handshake_client.cc 820 if (!ssl_parse_cert_chain(&alert, &chain, &hs->peer_pubkey, NULL, &body,
837 hs, hs->peer_pubkey.get(),
    [all...]
internal.h 1410 UniquePtr<EVP_PKEY> peer_pubkey; member in struct:bssl::SSL_HANDSHAKE
    [all...]

Completed in 122 milliseconds