private_key        81 source4/heimdal/lib/hx509/cert.c     hx509_private_key private_key;
private_key       231 source4/heimdal/lib/hx509/cert.c     (*cert)->private_key = NULL;
private_key       311 source4/heimdal/lib/hx509/cert.c     if (cert->private_key)
private_key       312 source4/heimdal/lib/hx509/cert.c 	_hx509_private_key_free(&cert->private_key);
private_key       313 source4/heimdal/lib/hx509/cert.c     cert->private_key = _hx509_private_key_ref(private_key);
private_key       342 source4/heimdal/lib/hx509/cert.c     if (cert->private_key)
private_key       343 source4/heimdal/lib/hx509/cert.c 	_hx509_private_key_free(&cert->private_key);
private_key      1500 source4/heimdal/lib/hx509/cert.c     return p->private_key;
private_key      1506 source4/heimdal/lib/hx509/cert.c     return p->private_key ? 1 : 0;
private_key      1513 source4/heimdal/lib/hx509/cert.c     if (p->private_key == NULL)
private_key      1515 source4/heimdal/lib/hx509/cert.c     return _hx509_private_key_exportable(p->private_key);
private_key      1528 source4/heimdal/lib/hx509/cert.c     if (p->private_key == NULL) {
private_key      1537 source4/heimdal/lib/hx509/cert.c 					      p->private_key,
private_key        39 source4/heimdal/lib/hx509/collector.c     hx509_private_key private_key;
private_key        48 source4/heimdal/lib/hx509/collector.c 	struct private_key **data;
private_key       108 source4/heimdal/lib/hx509/collector.c     if (key->private_key)
private_key       109 source4/heimdal/lib/hx509/collector.c 	_hx509_private_key_free(&key->private_key);
private_key       122 source4/heimdal/lib/hx509/collector.c     struct private_key *key;
private_key       144 source4/heimdal/lib/hx509/collector.c     if (private_key) {
private_key       145 source4/heimdal/lib/hx509/collector.c 	key->private_key = private_key;
private_key       149 source4/heimdal/lib/hx509/collector.c 				       &key->private_key);
private_key       196 source4/heimdal/lib/hx509/collector.c 	if (value->private_key)
private_key       197 source4/heimdal/lib/hx509/collector.c 	    _hx509_cert_assign_key(cert, value->private_key);
private_key       210 source4/heimdal/lib/hx509/collector.c     if (value->private_key == NULL) {
private_key       232 source4/heimdal/lib/hx509/collector.c 	ret = _hx509_match_keys(c, value->private_key);
private_key       234 source4/heimdal/lib/hx509/collector.c 	    _hx509_cert_assign_key(c, value->private_key);
private_key       294 source4/heimdal/lib/hx509/collector.c 	if (c->val.data[i]->private_key)
private_key       304 source4/heimdal/lib/hx509/collector.c  	if (c->val.data[i]->private_key) {
private_key       305 source4/heimdal/lib/hx509/collector.c 	    (*keys)[nkeys++] = c->val.data[i]->private_key;
private_key       306 source4/heimdal/lib/hx509/collector.c 	    c->val.data[i]->private_key = NULL;
private_key        63 source4/heimdal/lib/hx509/crypto.c 		  hx509_private_key private_key);
private_key        96 source4/heimdal/lib/hx509/crypto.c     } private_key;
private_key       386 source4/heimdal/lib/hx509/crypto.c     sig->length = RSA_size(signer->private_key.rsa);
private_key       396 source4/heimdal/lib/hx509/crypto.c 			      signer->private_key.rsa,
private_key       422 source4/heimdal/lib/hx509/crypto.c     private_key->private_key.rsa =
private_key       424 source4/heimdal/lib/hx509/crypto.c     if (private_key->private_key.rsa == NULL) {
private_key       429 source4/heimdal/lib/hx509/crypto.c     private_key->signature_alg = oid_id_pkcs1_sha1WithRSAEncryption();
private_key       443 source4/heimdal/lib/hx509/crypto.c     len = i2d_RSAPublicKey(private_key->private_key.rsa, NULL);
private_key       464 source4/heimdal/lib/hx509/crypto.c 	i2d_RSAPublicKey(private_key->private_key.rsa, &pp);
private_key       482 source4/heimdal/lib/hx509/crypto.c     private_key->private_key.rsa = RSA_new();
private_key       483 source4/heimdal/lib/hx509/crypto.c     if (private_key->private_key.rsa == NULL) {
private_key       499 source4/heimdal/lib/hx509/crypto.c     ret = RSA_generate_key_ex(private_key->private_key.rsa, bits, e, NULL);
private_key       506 source4/heimdal/lib/hx509/crypto.c     private_key->signature_alg = oid_id_pkcs1_sha1WithRSAEncryption();
private_key       521 source4/heimdal/lib/hx509/crypto.c     ret = i2d_RSAPrivateKey(key->private_key.rsa, NULL);
private_key       539 source4/heimdal/lib/hx509/crypto.c 	i2d_RSAPrivateKey(key->private_key.rsa, &p);
private_key       549 source4/heimdal/lib/hx509/crypto.c 	return BN_dup(key->private_key.rsa->n);
private_key       551 source4/heimdal/lib/hx509/crypto.c 	return BN_dup(key->private_key.rsa->e);
private_key       667 source4/heimdal/lib/hx509/crypto.c     private_key->private_key.dsa =
private_key       669 source4/heimdal/lib/hx509/crypto.c     if (private_key->private_key.dsa == NULL)
private_key       671 source4/heimdal/lib/hx509/crypto.c     private_key->signature_alg = oid_id_dsa_with_sha1();
private_key      1246 source4/heimdal/lib/hx509/crypto.c     if (p->private_key.rsa == NULL) {
private_key      1252 source4/heimdal/lib/hx509/crypto.c     cleartext->length = RSA_size(p->private_key.rsa);
private_key      1260 source4/heimdal/lib/hx509/crypto.c 			      p->private_key.rsa,
private_key      1287 source4/heimdal/lib/hx509/crypto.c     *private_key = NULL;
private_key      1295 source4/heimdal/lib/hx509/crypto.c     ret = _hx509_private_key_init(private_key, ops, NULL);
private_key      1301 source4/heimdal/lib/hx509/crypto.c     ret = (*ops->import)(context, data, len, *private_key);
private_key      1303 source4/heimdal/lib/hx509/crypto.c 	_hx509_private_key_free(private_key);
private_key      1317 source4/heimdal/lib/hx509/crypto.c     const struct hx509_private_key_ops *ops = private_key->ops;
private_key      1323 source4/heimdal/lib/hx509/crypto.c     return (*ops->get_spki)(context, private_key, spki);
private_key      1382 source4/heimdal/lib/hx509/crypto.c     *private_key = NULL;
private_key      1390 source4/heimdal/lib/hx509/crypto.c     ret = _hx509_private_key_init(private_key, ops, NULL);
private_key      1396 source4/heimdal/lib/hx509/crypto.c     ret = (*ops->generate_private_key)(context, ctx, *private_key);
private_key      1398 source4/heimdal/lib/hx509/crypto.c 	_hx509_private_key_free(private_key);
private_key      1588 source4/heimdal/lib/hx509/crypto.c     (*key)->private_key.keydata = keydata;
private_key      1620 source4/heimdal/lib/hx509/crypto.c     if ((*key)->private_key.rsa)
private_key      1621 source4/heimdal/lib/hx509/crypto.c 	RSA_free((*key)->private_key.rsa);
private_key      1622 source4/heimdal/lib/hx509/crypto.c     (*key)->private_key.rsa = NULL;
private_key      1631 source4/heimdal/lib/hx509/crypto.c     if (key->private_key.rsa)
private_key      1632 source4/heimdal/lib/hx509/crypto.c 	RSA_free(key->private_key.rsa);
private_key      1633 source4/heimdal/lib/hx509/crypto.c     key->private_key.rsa = ptr;
private_key      2480 source4/heimdal/lib/hx509/crypto.c     if (private_key->private_key.rsa == NULL)
private_key      2483 source4/heimdal/lib/hx509/crypto.c     rsa = private_key->private_key.rsa;
private_key      2506 source4/heimdal/lib/hx509/crypto.c     rsa->d = BN_dup(private_key->private_key.rsa->d);
private_key      2507 source4/heimdal/lib/hx509/crypto.c     rsa->p = BN_dup(private_key->private_key.rsa->p);
private_key      2508 source4/heimdal/lib/hx509/crypto.c     rsa->q = BN_dup(private_key->private_key.rsa->q);
private_key      2509 source4/heimdal/lib/hx509/crypto.c     rsa->dmp1 = BN_dup(private_key->private_key.rsa->dmp1);
private_key      2510 source4/heimdal/lib/hx509/crypto.c     rsa->dmq1 = BN_dup(private_key->private_key.rsa->dmq1);
private_key      2511 source4/heimdal/lib/hx509/crypto.c     rsa->iqmp = BN_dup(private_key->private_key.rsa->iqmp);
private_key        98 source4/heimdal/lib/hx509/ks_p11.c     CK_OBJECT_HANDLE private_key;
private_key       131 source4/heimdal/lib/hx509/ks_p11.c     CK_OBJECT_HANDLE key = p11rsa->private_key;
private_key       169 source4/heimdal/lib/hx509/ks_p11.c     CK_OBJECT_HANDLE key = p11rsa->private_key;
private_key       639 source4/heimdal/lib/hx509/ks_p11.c     p11rsa->private_key = object;