Home | History | Annotate | Download | only in ssl

Lines Matching full:pkeys

2071 	cpk= &(c->pkeys[SSL_PKEY_RSA_ENC]);
2074 cpk= &(c->pkeys[SSL_PKEY_RSA_SIGN]);
2076 cpk= &(c->pkeys[SSL_PKEY_DSA_SIGN]);
2078 cpk= &(c->pkeys[SSL_PKEY_DH_RSA]);
2081 cpk= &(c->pkeys[SSL_PKEY_DH_DSA]);
2085 cpk= &(c->pkeys[SSL_PKEY_ECC]);
2100 cpk = &(c->pkeys[SSL_PKEY_GOST01]);
2105 cpk = &(c->pkeys[SSL_PKEY_GOST94]);
2166 x = (c->pkeys[SSL_PKEY_ECC]).x509;
2356 if (c->pkeys[SSL_PKEY_RSA_ENC].x509 == NULL)
2375 if (c->pkeys[i].x509 == NULL) return(NULL);
2377 return(c->pkeys[i].x509);
2390 (c->pkeys[SSL_PKEY_DSA_SIGN].privatekey != NULL))
2394 if (c->pkeys[SSL_PKEY_RSA_SIGN].privatekey != NULL)
2396 else if (c->pkeys[SSL_PKEY_RSA_ENC].privatekey != NULL)
2400 (c->pkeys[SSL_PKEY_ECC].privatekey != NULL))
2408 *pmd = c->pkeys[idx].digest;
2409 return c->pkeys[idx].privatekey;