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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/dsa/
H A Ddsa_ameth.c188 ASN1_INTEGER *privkey = NULL; local
226 privkey = t2->value.integer;
229 if (!(privkey = d2i_ASN1_INTEGER(NULL, &p, pklen)))
231 if (privkey->type == V_ASN1_NEG_INTEGER) {
233 ASN1_STRING_clear_free(privkey);
234 if (!(privkey = d2i_ASN1_UINTEGER(NULL, &q, pklen)))
247 if (!(dsa->priv_key = ASN1_INTEGER_to_BN(privkey, NULL))) {
280 ASN1_STRING_clear_free(privkey);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/dsa/
H A Ddsa_ameth.c188 ASN1_INTEGER *privkey = NULL; local
226 privkey = t2->value.integer;
229 if (!(privkey = d2i_ASN1_INTEGER(NULL, &p, pklen)))
231 if (privkey->type == V_ASN1_NEG_INTEGER) {
233 ASN1_STRING_clear_free(privkey);
234 if (!(privkey = d2i_ASN1_UINTEGER(NULL, &q, pklen)))
247 if (!(dsa->priv_key = ASN1_INTEGER_to_BN(privkey, NULL))) {
280 ASN1_STRING_clear_free(privkey);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Devp_pkey.c90 ASN1_INTEGER *privkey; local
177 privkey = t2->value.integer;
179 if (!(privkey=d2i_ASN1_INTEGER (NULL, &p, pkeylen))) {
196 if (!(dsa->priv_key = ASN1_INTEGER_to_BN(privkey, NULL))) {
220 else ASN1_INTEGER_free(privkey);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DClientCreditsList.cpp253 CryptoPP::InvertibleRSAFunction privkey; local
254 privkey.Initialize(rng, RSAKEYSIZE);
260 privkey.DEREncode(*privkeysink);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/dh/
H A Ddh_ameth.c214 ASN1_INTEGER *privkey = NULL; local
226 if (!(privkey = d2i_ASN1_INTEGER(NULL, &p, pklen)))
235 if (!(dh->priv_key = ASN1_INTEGER_to_BN(privkey, NULL))) {
245 ASN1_STRING_clear_free(privkey);
253 ASN1_STRING_clear_free(privkey);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/dh/
H A Ddh_ameth.c214 ASN1_INTEGER *privkey = NULL; local
226 if (!(privkey = d2i_ASN1_INTEGER(NULL, &p, pklen)))
235 if (!(dh->priv_key = ASN1_INTEGER_to_BN(privkey, NULL))) {
245 ASN1_STRING_clear_free(privkey);
253 ASN1_STRING_clear_free(privkey);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dcrypto_openssl.c649 eay_get_x509sign(source, privkey, cert)
651 vchar_t *privkey;
656 sig = eay_rsa_sign(source, privkey);
843 eay_rsa_sign(src, privkey)
844 vchar_t *src, *privkey;
847 u_char *bp = privkey->v;
852 evp = d2i_PrivateKey(EVP_PKEY_RSA, NULL, &bp, privkey->l);
H A Doakley.c1515 vchar_t *privkey = NULL; local
1530 privkey = eay_get_pkcs1privkey(path);
1531 if (privkey == NULL) {
1537 plogdump(LLV_DEBUG2, privkey->v, privkey->l);
1540 privkey, &iph1->cert->cert);
1557 if (privkey != NULL)
1558 vfree(privkey);

Completed in 96 milliseconds