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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/dh/
H A Ddh_ameth.c239 ASN1_INTEGER *prkey = NULL; local
260 prkey = BN_to_ASN1_INTEGER(pkey->pkey.dh->priv_key, NULL);
262 if (!prkey)
268 dplen = i2d_ASN1_INTEGER(prkey, &dp);
270 ASN1_INTEGER_free(prkey);
283 if (prkey != NULL)
284 ASN1_INTEGER_free(prkey);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/dh/
H A Ddh_ameth.c239 ASN1_INTEGER *prkey = NULL; local
260 prkey = BN_to_ASN1_INTEGER(pkey->pkey.dh->priv_key, NULL);
262 if (!prkey)
268 dplen = i2d_ASN1_INTEGER(prkey, &dp);
270 ASN1_INTEGER_free(prkey);
283 if (prkey != NULL)
284 ASN1_INTEGER_free(prkey);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/dh/
H A Ddh_ameth.c239 ASN1_INTEGER *prkey = NULL; local
260 prkey = BN_to_ASN1_INTEGER(pkey->pkey.dh->priv_key, NULL);
262 if (!prkey)
268 dplen = i2d_ASN1_INTEGER(prkey, &dp);
270 ASN1_INTEGER_free(prkey);
283 if (prkey != NULL)
284 ASN1_INTEGER_free(prkey);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/dsa/
H A Ddsa_ameth.c306 ASN1_INTEGER *prkey = NULL; local
333 prkey = BN_to_ASN1_INTEGER(pkey->pkey.dsa->priv_key, NULL);
335 if (!prkey)
341 dplen = i2d_ASN1_INTEGER(prkey, &dp);
343 ASN1_INTEGER_free(prkey);
356 if (prkey != NULL)
357 ASN1_INTEGER_free(prkey);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/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);
333 if (prkey != NULL)
334 ASN1_STRING_clear_free(prkey);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/dsa/
H A Ddsa_ameth.c306 ASN1_INTEGER *prkey = NULL; local
333 prkey = BN_to_ASN1_INTEGER(pkey->pkey.dsa->priv_key, NULL);
335 if (!prkey)
341 dplen = i2d_ASN1_INTEGER(prkey, &dp);
343 ASN1_INTEGER_free(prkey);
356 if (prkey != NULL)
357 ASN1_INTEGER_free(prkey);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/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);
333 if (prkey != NULL)
334 ASN1_STRING_clear_free(prkey);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/dsa/
H A Ddsa_ameth.c306 ASN1_INTEGER *prkey = NULL; local
333 prkey = BN_to_ASN1_INTEGER(pkey->pkey.dsa->priv_key, NULL);
335 if (!prkey)
341 dplen = i2d_ASN1_INTEGER(prkey, &dp);
343 ASN1_INTEGER_free(prkey);
356 if (prkey != NULL)
357 ASN1_INTEGER_free(prkey);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/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);
333 if (prkey != NULL)
334 ASN1_STRING_clear_free(prkey);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/mt-daapd/src/
H A Dredblack.c1068 char *prkey();
1080 prkey(RB_GET(x, key)));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/mt-daapd/src/
H A Dredblack.c1068 char *prkey();
1080 prkey(RB_GET(x, key)));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/mt-daapd/src/
H A Dredblack.c1068 char *prkey();
1080 prkey(RB_GET(x, key)));

Completed in 205 milliseconds