Searched refs:priv_key (Results 51 - 75 of 93) sorted by relevance

1234

/macosx-10.10/OpenSSL098-52/src/include/openssl/
H A Ddh.h127 BIGNUM *priv_key; /* x */ member in struct:dh_st
H A Ddsa.h174 BIGNUM *priv_key; /* x private key */ member in struct:dsa_st
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/openssl/
H A Ddh.h122 BIGNUM *priv_key; /* x */ member in struct:dh_st
H A Ddsa.h141 BIGNUM *priv_key; /* x private key */ member in struct:dsa_st
/macosx-10.10/ruby-106/ruby/ext/openssl/
H A Dossl_pkey_dh.c22 #define DH_HAS_PRIVATE(dh) ((dh)->priv_key)
267 * not. The private key may be retrieved with DH#priv_key.
357 rb_hash_aset(hash, rb_str_new2("priv_key"), ossl_bn_new(pkey->pkey.dh->priv_key));
520 OSSL_PKEY_BN(dh, priv_key)
617 * * DH#priv_key
648 DEF_OSSL_PKEY_BN(cDH, dh, priv_key);
/macosx-10.10/OpenSSL098-52/src/crypto/ecdh/
H A Decdhtest.c168 BN_print(out,a->priv_key);
194 BN_print(out,b->priv_key);
/macosx-10.10/OpenSSL098-52/src/test/
H A Decdhtest.c168 BN_print(out,a->priv_key);
194 BN_print(out,b->priv_key);
/macosx-10.10/OpenSSL098-52/src/apps/
H A Dtestdsa.h44 dsa->priv_key=BN_bin2bn(dsa512_priv,sizeof(dsa512_priv),NULL);
49 if ((dsa->priv_key == NULL) || (dsa->pub_key == NULL) || (dsa->p == NULL) ||
108 dsa->priv_key=BN_bin2bn(dsa1024_priv,sizeof(dsa1024_priv),NULL);
113 if ((dsa->priv_key == NULL) || (dsa->pub_key == NULL) || (dsa->p == NULL) ||
205 dsa->priv_key=BN_bin2bn(dsa2048_priv,sizeof(dsa2048_priv),NULL);
210 if ((dsa->priv_key == NULL) || (dsa->pub_key == NULL) || (dsa->p == NULL) ||
/macosx-10.10/OpenSSL098-52/src/demos/engines/zencod/
H A Dhw_zencod.c878 BIGNUM2ZEN ( &x, dsa->priv_key ) ;
986 if ( dh->priv_key ) {
987 bn_prv = dh->priv_key;
1033 dh->priv_key = bn_prv;
1039 if (!dh->priv_key && bn_prv)
1059 if ( !dh->priv_key ) {
1066 BIGNUM2ZEN ( &x, dh->priv_key ) ;
/macosx-10.10/ntp-92/util/
H A Dntp-keygen.c575 BN_copy(dsa->priv_key, BN_value_one());
1044 dsa->priv_key = BN_dup(b); /* private key */
1062 BN_mod_mul(v, dsa->priv_key, r, dsa->q, ctx); /* b r mod q */
1094 * priv_key b
1427 dsa->priv_key = BN_new(); dsa->pub_key = BN_new();
1694 * priv_key A mod p
1701 BN_copy(dsa->priv_key, biga);
1718 * priv_key gbar
1727 dsa2->priv_key = BN_dup(gbar);
1742 * priv_key xba
[all...]
/macosx-10.10/OpenSSL098-52/src/ssl/
H A Dssl_cert.c221 if (cert->dh_tmp->priv_key)
223 BIGNUM *b = BN_dup(cert->dh_tmp->priv_key);
229 ret->dh_tmp->priv_key = b;
H A Dd1_srvr.c948 dhp->priv_key == NULL ||
961 dh->priv_key=BN_dup(dhp->priv_key);
963 (dh->priv_key == NULL))
/macosx-10.10/OpenSSH-189/openssh/
H A Dauth2-jpake.c161 if (k->dsa->priv_key == NULL)
162 fatal("%s: DSA key missing priv_key", __func__);
163 buffer_put_bignum2(&b, k->dsa->priv_key);
167 fatal("%s: ECDSA key missing priv_key", __func__);
H A Dauthfd.c508 buffer_put_bignum2(b, key->dsa->priv_key);
516 buffer_put_bignum2(b, key->dsa->priv_key);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A DRSA_DSA_utils.cpp599 assert(dsaKey->priv_key != NULL);
616 dsaKey->priv_key,
H A DRSA_DSA_signature.cpp277 if(mDsaKey->priv_key == NULL) {
/macosx-10.10/curl-83.1.2/curl/lib/vtls/
H A Dopenssl.c572 EVP_PKEY *priv_key = NULL; local
587 priv_key = (EVP_PKEY *)
596 if(!priv_key) {
600 if(SSL_CTX_use_PrivateKey(ctx, priv_key) != 1) {
602 EVP_PKEY_free(priv_key);
605 EVP_PKEY_free(priv_key); /* we don't need the handle any more... */
2319 print_pubkey_BN(dsa, priv_key, i);
2325 print_pubkey_BN(dh, priv_key, i);
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/
H A Ddh.c143 free_if(dh->priv_key);
/macosx-10.10/OpenSSH-189/osslshim/ossl/
H A Dossl-dh.c167 free_if(dh->priv_key);
H A Dossl-dsa-eay.c190 if (!BN_mod_mul(&xr, dsa->priv_key, r, dsa->q, ctx)) {
/macosx-10.10/OpenSSL098-52/src/crypto/dsa/
H A Ddsa.h174 BIGNUM *priv_key; /* x private key */ member in struct:dsa_st
H A Ddsa_ossl.c178 if (!BN_mod_mul(&xr,dsa->priv_key,r,dsa->q,ctx)) goto err;/* s = xr */
/macosx-10.10/Security-57031.1.35/Security/sec/Security/Regressions/vmdh/
H A Dvmdh-42-example2.c130 dh->priv_key = BN_bin2bn(client_priv, sizeof(client_priv), BN_new());
H A Dvmdh-41-example.c144 dh->priv_key = BN_bin2bn(client_priv, sizeof(client_priv), BN_new());
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/dsa/
H A Ddsa_ossl.c156 if (!BN_mod_mul(&xr,dsa->priv_key,r,dsa->q,ctx)) goto err;/* s = xr */

Completed in 180 milliseconds

1234