Searched refs:private_key (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dn_pkey.c76 ASN1_OCTET_STRING *private_key; member in struct:netscape_pkey_st
102 ASN1_SIMPLE(NETSCAPE_PKEY, private_key, ASN1_OCTET_STRING)
149 pkey->private_key->length=rsalen;
177 pkey->private_key->data = zz;
196 OPENSSL_cleanse(pkey->private_key->data, rsalen);
325 zz=pkey->private_key->data;
326 if ((ret=d2i_RSAPrivateKey(a,&zz,pkey->private_key->length)) == NULL)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/asn1/
H A Dn_pkey.c76 ASN1_OCTET_STRING *private_key; member in struct:netscape_pkey_st
102 ASN1_SIMPLE(NETSCAPE_PKEY, private_key, ASN1_OCTET_STRING)
143 pkey->private_key->length=rsalen;
171 pkey->private_key->data = zz;
190 OPENSSL_cleanse(pkey->private_key->data, rsalen);
314 zz=pkey->private_key->data;
315 if ((ret=d2i_RSAPrivateKey(a,&zz,pkey->private_key->length)) == NULL)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A Dopenssl.c214 if (opt.cert_file && !opt.private_key)
216 opt.private_key = opt.cert_file;
225 if (opt.private_key)
226 if (SSL_CTX_use_PrivateKey_file (ssl_ctx, opt.private_key,
H A Doptions.h180 char *private_key; /* private key file (if not internal). */ member in struct:options
H A Dinit.c208 { "privatekey", &opt.private_key, cmd_file },
1598 xfree_null (opt.private_key);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ecryptfs/
H A Dkeystore.c584 ecryptfs_to_hex((*new_auth_tok)->token.private_key.signature,
1189 && !strncmp(candidate_auth_tok->token.private_key.signature,
1205 memcpy(&(candidate_auth_tok->token.private_key),
1206 &(chosen_auth_tok->token.private_key),
1250 rc = write_tag_66_packet(auth_tok->token.private_key.signature,
1302 ecryptfs_from_hex(key_rec->sig, auth_tok->token.private_key.signature,
1316 auth_tok->token.private_key.key_size;
H A Decryptfs_kernel.h152 struct ecryptfs_private_key private_key; member in union:ecryptfs_auth_tok::__anon7360
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dfipsdrv.c1854 gcry_sexp_t key, private_key;
1858 private_key = gcry_sexp_find_token (key, "private-key", 0);
1859 if (!private_key)
1866 print_sexp (private_key, fp);
1869 gcry_sexp_release (private_key);
1846 gcry_sexp_t key, private_key; local
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/evp/
H A Devp.h789 int enc_key_len,EVP_PKEY *private_key);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/include/openssl/
H A Devp.h789 int enc_key_len,EVP_PKEY *private_key);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Devp.h795 EVP_PKEY *private_key);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Devp.h795 EVP_PKEY *private_key);

Completed in 186 milliseconds