SSL_PKEY_RSA
return SSL_PKEY_RSA;
ret->key = &(ret->pkeys[SSL_PKEY_RSA]);
case SSL_PKEY_RSA:
s->session->peer_cert_type == SSL_PKEY_RSA) {
cpk = &(c->pkeys[SSL_PKEY_RSA]);
i = SSL_PKEY_RSA;
idx = SSL_PKEY_RSA;
pkey = s->cert->pkeys[SSL_PKEY_RSA].privatekey;
cpk = &s->cert->pkeys[SSL_PKEY_RSA];
cpk = &s->cert->pkeys[SSL_PKEY_RSA];