HomeSort by: relevance | last modified time | path
    Searched refs:SSL_get_privatekey (Results 1 - 8 of 8) sorted by relevancy

  /src/usr.sbin/syslogd/
sign.c 180 if (!(privkey = SSL_get_privatekey(ssl))) {
181 logerror("SSL_get_privatekey() failed");
  /src/external/ibm-public/postfix/dist/src/tls/
tls_misc.c 1107 local_pkey = SSL_get_privatekey(ssl);
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
ssl.h 1980 struct evp_pkey_st *SSL_get_privatekey(const SSL *ssl);
  /src/crypto/external/apache2/openssl/dist/include/openssl/
ssl.h.in 2121 struct evp_pkey_st *SSL_get_privatekey(const SSL *ssl);
  /src/crypto/external/bsd/openssl/dist/include/openssl/
ssl.h.in 2046 struct evp_pkey_st *SSL_get_privatekey(const SSL *ssl);
  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_lib.c 4219 EVP_PKEY *SSL_get_privatekey(const SSL *s)
  /src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_lib.c 3978 EVP_PKEY *SSL_get_privatekey(const SSL *s)
  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_lib.c 5251 EVP_PKEY *SSL_get_privatekey(const SSL *s)

Completed in 48 milliseconds