Searched refs:priv_key (Results 76 - 100 of 103) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/dsa/
H A Ddsa.h167 BIGNUM *priv_key; /* x private key */ member in struct:dsa_st
H A Ddsa_ossl.c180 if (!BN_mod_mul(&xr, dsa->priv_key, r, dsa->q, ctx))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Ds3_srvr.c1232 dhp->priv_key == NULL ||
1245 dh->priv_key=BN_dup(dhp->priv_key);
1247 (dh->priv_key == NULL))
2052 const BIGNUM *priv_key; local
2077 priv_key = EC_KEY_get0_private_key(tkey);
2080 !EC_KEY_set_private_key(srvr_ecdh, priv_key))
H A Ds3_clnt.c1981 const BIGNUM *priv_key; local
1983 priv_key = EC_KEY_get0_private_key(tkey);
1984 if (priv_key == NULL)
1989 if (!EC_KEY_set_private_key(clnt_ecdh, priv_key))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/dh/
H A Ddhtest.c165 BN_print(out, a->priv_key);
173 BN_print(out, b->priv_key);
546 dhA->priv_key = BN_bin2bn(td->xA, td->xA_len, NULL);
549 dhB->priv_key = BN_bin2bn(td->xB, td->xB_len, NULL);
552 if (!dhA->priv_key || !dhA->pub_key
553 || !dhB->priv_key || !dhB->pub_key)
H A Ddh.h146 BIGNUM *priv_key; /* x */ member in struct:dh_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/dh/
H A Ddhtest.c165 BN_print(out, a->priv_key);
173 BN_print(out, b->priv_key);
546 dhA->priv_key = BN_bin2bn(td->xA, td->xA_len, NULL);
549 dhB->priv_key = BN_bin2bn(td->xB, td->xB_len, NULL);
552 if (!dhA->priv_key || !dhA->pub_key
553 || !dhB->priv_key || !dhB->pub_key)
H A Ddh.h146 BIGNUM *priv_key; /* x */ member in struct:dh_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ecdh/
H A Decdhtest.c176 BN_print(out, a->priv_key);
207 BN_print(out, b->priv_key);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ecdh/
H A Decdhtest.c176 BN_print(out, a->priv_key);
207 BN_print(out, b->priv_key);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/dsa/
H A Ddsa_ossl.c176 if (!BN_mod_mul(&xr,dsa->priv_key,r,dsa->q,ctx)) goto err;/* s = xr */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/dsa/
H A Ddsa_ossl.c180 if (!BN_mod_mul(&xr, dsa->priv_key, r, dsa->q, ctx))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssl_cert.c258 if (cert->dh_tmp->priv_key) {
259 BIGNUM *b = BN_dup(cert->dh_tmp->priv_key);
264 ret->dh_tmp->priv_key = b;
H A Ds3_srvr.c2597 const BIGNUM *priv_key; local
2618 priv_key = EC_KEY_get0_private_key(tkey);
2621 !EC_KEY_set_private_key(srvr_ecdh, priv_key)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssl_cert.c258 if (cert->dh_tmp->priv_key) {
259 BIGNUM *b = BN_dup(cert->dh_tmp->priv_key);
264 ret->dh_tmp->priv_key = b;
H A Ds3_srvr.c2597 const BIGNUM *priv_key; local
2618 priv_key = EC_KEY_get0_private_key(tkey);
2621 !EC_KEY_set_private_key(srvr_ecdh, priv_key)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ec/
H A Dec_lcl.h238 BIGNUM *priv_key; member in struct:ec_key_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/
H A De_cswift.c831 !bn_wexpand(dsa_key, dsa->priv_key->top) ||
843 sw_param.up.dsa.key.nbytes = BN_bn2bin(dsa->priv_key,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/engines/
H A De_cswift.c847 !bn_wexpand(dsa_key, dsa->priv_key->top) ||
863 sw_param.up.dsa.key.nbytes = BN_bn2bin(dsa->priv_key,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/
H A De_cswift.c831 !bn_wexpand(dsa_key, dsa->priv_key->top) ||
843 sw_param.up.dsa.key.nbytes = BN_bn2bin(dsa->priv_key,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_cryptodev.c879 /* inputs: dgst dsa->p dsa->q dsa->g dsa->priv_key */
888 if (bn2crparam(dsa->priv_key, &kop.crk_param[4]))
988 /* inputs: dh->priv_key pub_key dh->p key */
989 if (bn2crparam(dh->priv_key, &kop.crk_param[0]))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/
H A Dec_lcl.h269 BIGNUM *priv_key; member in struct:ec_key_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/
H A Dec_lcl.h269 BIGNUM *priv_key; member in struct:ec_key_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/engine/
H A Deng_cryptodev.c1279 /* inputs: dgst dsa->p dsa->q dsa->g dsa->priv_key */
1288 if (bn2crparam(dsa->priv_key, &kop.crk_param[4]))
1395 /* inputs: dh->priv_key pub_key dh->p key */
1396 if (bn2crparam(dh->priv_key, &kop.crk_param[0]))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/engine/
H A Deng_cryptodev.c1279 /* inputs: dgst dsa->p dsa->q dsa->g dsa->priv_key */
1288 if (bn2crparam(dsa->priv_key, &kop.crk_param[4]))
1395 /* inputs: dh->priv_key pub_key dh->p key */
1396 if (bn2crparam(dh->priv_key, &kop.crk_param[0]))

Completed in 589 milliseconds

12345