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

  /external/tlsdate/src/
tlsdate-helper-plan9.c 477 certificate = SSL_get_peer_certificate(ssl);
517 if (NULL == (cert = SSL_get_peer_certificate(ssl)))
664 certificate = SSL_get_peer_certificate(ssl);
727 certificate = SSL_get_peer_certificate (ssl);
    [all...]
tlsdate-helper.c 613 certificate = SSL_get_peer_certificate(ssl);
653 if (NULL == (cert = SSL_get_peer_certificate(ssl)))
801 certificate = SSL_get_peer_certificate(ssl);
864 certificate = SSL_get_peer_certificate (ssl);
    [all...]
  /external/curl/lib/
setup-vms.h 293 #define SSL_get_peer_certificate SSL_GET_PEER_CERTIFICATE
  /external/curl/lib/vtls/
cyassl.c 499 x509 = SSL_get_peer_certificate(conssl->handle);
openssl.c     [all...]
  /external/webrtc/webrtc/base/
openssladapter.cc 718 // Checking the return from SSL_get_peer_certificate here is not strictly
721 X509* certificate = SSL_get_peer_certificate(ssl);
  /external/boringssl/src/include/openssl/
ssl.h     [all...]
  /external/boringssl/src/ssl/
ssl_lib.c 866 X509 *SSL_get_peer_certificate(const SSL *ssl) {
    [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp     [all...]

Completed in 463 milliseconds