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

  /src/crypto/external/bsd/openssl.old/dist/ssl/
t1_lib.c 2492 static int ssl_security_cert_key(SSL *s, SSL_CTX *ctx, X509 *x, int op) function
2534 if (!ssl_security_cert_key(s, ctx, x, SSL_SECOP_EE_KEY | vfy))
2537 if (!ssl_security_cert_key(s, ctx, x, SSL_SECOP_CA_KEY | vfy))
  /src/crypto/external/apache2/openssl/dist/ssl/
t1_lib.c 4344 static int ssl_security_cert_key(SSL_CONNECTION *s, SSL_CTX *ctx, X509 *x, function
4391 if (!ssl_security_cert_key(s, ctx, x, SSL_SECOP_EE_KEY | vfy))
4394 if (!ssl_security_cert_key(s, ctx, x, SSL_SECOP_CA_KEY | vfy))
  /src/crypto/external/bsd/openssl/dist/ssl/
t1_lib.c 2980 static int ssl_security_cert_key(SSL *s, SSL_CTX *ctx, X509 *x, int op) function
3022 if (!ssl_security_cert_key(s, ctx, x, SSL_SECOP_EE_KEY | vfy))
3025 if (!ssl_security_cert_key(s, ctx, x, SSL_SECOP_CA_KEY | vfy))

Completed in 28 milliseconds