Searched refs:cpk (Results 1 - 1 of 1) sorted by relevance

/external/openssl/ssl/
H A Dssl_lib.c2036 CERT_PKEY *cpk; local
2071 cpk= &(c->pkeys[SSL_PKEY_RSA_ENC]);
2072 rsa_enc= (cpk->x509 != NULL && cpk->privatekey != NULL);
2073 rsa_enc_export=(rsa_enc && EVP_PKEY_size(cpk->privatekey)*8 <= kl);
2074 cpk= &(c->pkeys[SSL_PKEY_RSA_SIGN]);
2075 rsa_sign=(cpk->x509 != NULL && cpk->privatekey != NULL);
2076 cpk= &(c->pkeys[SSL_PKEY_DSA_SIGN]);
2077 dsa_sign=(cpk
[all...]

Completed in 153 milliseconds