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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Devp_pkey.c443 ASN1_INTEGER *prkey = NULL; local
468 if (!(prkey = BN_to_ASN1_INTEGER (pkey->pkey.dsa->priv_key, NULL))) {
478 if (!ASN1_pack_string_of(ASN1_INTEGER,prkey, i2d_ASN1_INTEGER,
484 M_ASN1_INTEGER_free (prkey);
485 prkey = NULL;
520 ttmp->value.integer = prkey;
521 prkey = NULL;
567 ttmp->value.integer = prkey;
568 prkey = NULL;
595 if (prkey !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/dsa/
H A Ddsa_ameth.c287 ASN1_INTEGER *prkey = NULL; local
311 prkey = BN_to_ASN1_INTEGER(pkey->pkey.dsa->priv_key, NULL);
313 if (!prkey) {
318 dplen = i2d_ASN1_INTEGER(prkey, &dp);
320 ASN1_STRING_clear_free(prkey);
321 prkey = NULL;
334 if (prkey != NULL)
335 ASN1_STRING_clear_free(prkey);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/dsa/
H A Ddsa_ameth.c287 ASN1_INTEGER *prkey = NULL; local
311 prkey = BN_to_ASN1_INTEGER(pkey->pkey.dsa->priv_key, NULL);
313 if (!prkey) {
318 dplen = i2d_ASN1_INTEGER(prkey, &dp);
320 ASN1_STRING_clear_free(prkey);
321 prkey = NULL;
334 if (prkey != NULL)
335 ASN1_STRING_clear_free(prkey);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/keys/
H A Drequest_key.c102 key_serial_t prkey, sskey; local
144 prkey = 0;
146 prkey = cred->tgcred->process_keyring->serial;
147 sprintf(keyring_str[1], "%d", prkey);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/dh/
H A Ddh_ameth.c260 ASN1_INTEGER *prkey = NULL; local
279 prkey = BN_to_ASN1_INTEGER(pkey->pkey.dh->priv_key, NULL);
281 if (!prkey) {
286 dplen = i2d_ASN1_INTEGER(prkey, &dp);
288 ASN1_STRING_clear_free(prkey);
289 prkey = NULL;
302 if (prkey != NULL)
303 ASN1_STRING_clear_free(prkey);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/dh/
H A Ddh_ameth.c260 ASN1_INTEGER *prkey = NULL; local
279 prkey = BN_to_ASN1_INTEGER(pkey->pkey.dh->priv_key, NULL);
281 if (!prkey) {
286 dplen = i2d_ASN1_INTEGER(prkey, &dp);
288 ASN1_STRING_clear_free(prkey);
289 prkey = NULL;
302 if (prkey != NULL)
303 ASN1_STRING_clear_free(prkey);

Completed in 184 milliseconds