Searched refs:privateKey (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/demos/maurice/
H A Dexample1.c136 EVP_PKEY *privateKey; local
140 privateKey = ReadPrivateKey(PRIVFILE);
141 if (!privateKey)
150 if (ekeylen != EVP_PKEY_size(privateKey))
152 EVP_PKEY_free(privateKey);
160 EVP_PKEY_free(privateKey);
172 privateKey);
194 EVP_PKEY_free(privateKey);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/demos/maurice/
H A Dexample1.c136 EVP_PKEY *privateKey; local
140 privateKey = ReadPrivateKey(PRIVFILE);
141 if (!privateKey)
150 if (ekeylen != EVP_PKEY_size(privateKey))
152 EVP_PKEY_free(privateKey);
160 EVP_PKEY_free(privateKey);
172 privateKey);
194 EVP_PKEY_free(privateKey);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/ec/
H A Dec_asn1.c193 ASN1_OCTET_STRING *privateKey; member in struct:ec_privatekey_st
267 ASN1_SIMPLE(EC_PRIVATEKEY, privateKey, ASN1_OCTET_STRING),
1150 if (priv_key->privateKey)
1153 M_ASN1_STRING_data(priv_key->privateKey),
1154 M_ASN1_STRING_length(priv_key->privateKey),
1248 if (!M_ASN1_OCTET_STRING_set(priv_key->privateKey, buffer, buf_len))

Completed in 43 milliseconds