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

/barrelfish-master/lib/openssl-1.0.0d/crypto/ec/
H A Dec_ameth.c68 static int eckey_param2type(int *pptype, void **ppval, EC_KEY *ec_key) argument
72 if (ec_key == NULL || (group = EC_KEY_get0_group(ec_key)) == NULL)
90 pstr->length = i2d_ECParameters(ec_key, &pstr->data);
105 EC_KEY *ec_key = pkey->pkey.ec; local
111 if (!eckey_param2type(&ptype, &pval, ec_key))
116 penclen = i2o_ECPublicKey(ec_key, NULL);
123 penclen = i2o_ECPublicKey(ec_key, &p);
314 EC_KEY *ec_key; local
320 ec_key
[all...]
H A DMakefile21 ec_err.c ec_curve.c ec_check.c ec_print.c ec_asn1.c ec_key.c\
25 ec_err.o ec_curve.o ec_check.o ec_print.o ec_asn1.o ec_key.o\
153 ec_key.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
154 ec_key.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h
155 ec_key.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
156 ec_key.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
157 ec_key.o: ../../include/openssl/obj_mac.h ../../include/openssl/opensslconf.h
158 ec_key.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
159 ec_key.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
160 ec_key
[all...]
H A Dec_key.c1 /* crypto/ec/ec_key.c */
204 EC_KEY *EC_KEY_dup(const EC_KEY *ec_key) argument
209 if (EC_KEY_copy(ret, ec_key) == NULL)

Completed in 35 milliseconds