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

  /src/crypto/external/bsd/openssl.old/dist/ssl/
t1_lib.c 1862 const SIGALG_LOOKUP *sigptr = s->shared_sigalgs[i]; local
1863 int idx = sigptr->sig_idx;
1866 if (SSL_IS_TLS13(s) && sigptr->sig == EVP_PKEY_RSA)
  /src/crypto/external/apache2/openssl/dist/ssl/
t1_lib.c 3591 const SIGALG_LOOKUP *sigptr = s->shared_sigalgs[i]; local
3592 int idx = sigptr->sig_idx;
3595 if (SSL_CONNECTION_IS_TLS13(s) && sigptr->sig == EVP_PKEY_RSA)
  /src/crypto/external/bsd/openssl/dist/ssl/
t1_lib.c 2344 const SIGALG_LOOKUP *sigptr = s->shared_sigalgs[i]; local
2345 int idx = sigptr->sig_idx;
2348 if (SSL_IS_TLS13(s) && sigptr->sig == EVP_PKEY_RSA)

Completed in 32 milliseconds