HomeSort by relevance Sort by last modified time
    Searched refs:ecdsa (Results 1 - 19 of 19) sorted by null

  /external/openssl/crypto/ecdsa/
ecs_vrf.c 1 /* crypto/ecdsa/ecdsa_vrf.c */
72 ECDSA_DATA *ecdsa = ecdsa_check(eckey); local
73 if (ecdsa == NULL)
75 return ecdsa->meth->ecdsa_do_verify(dgst, dgst_len, sig, eckey);
ecs_lib.c 1 /* crypto/ecdsa/ecs_lib.c */
64 const char ECDSA_version[]="ECDSA" OPENSSL_VERSION_PTEXT;
87 ECDSA_DATA *ecdsa; local
89 ecdsa = ecdsa_check(eckey);
91 if (ecdsa == NULL)
94 mtmp = ecdsa->meth;
96 if (ecdsa->engine)
98 ENGINE_finish(ecdsa->engine);
99 ecdsa->engine = NULL;
102 ecdsa->meth = meth
247 ECDSA_DATA *ecdsa; local
256 ECDSA_DATA *ecdsa; local
    [all...]
ecs_sign.c 1 /* crypto/ecdsa/ecdsa_sign.c */
70 ECDSA_DATA *ecdsa = ecdsa_check(eckey); local
71 if (ecdsa == NULL)
73 return ecdsa->meth->ecdsa_do_sign(dgst, dlen, kinv, rp, eckey);
102 ECDSA_DATA *ecdsa = ecdsa_check(eckey); local
103 if (ecdsa == NULL)
105 return ecdsa->meth->ecdsa_sign_setup(eckey, ctx_in, kinvp, rp);
ecs_err.c 1 /* crypto/ecdsa/ecs_err.c */
63 #include <openssl/ecdsa.h>
ecs_locl.h 1 /* crypto/ecdsa/ecs_locl.h */
62 #include <openssl/ecdsa.h>
88 /* method (ECDSA) specific part */
ecs_ossl.c 1 /* crypto/ecdsa/ecs_ossl.c */
72 "OpenSSL ECDSA method",
221 ECDSA_DATA *ecdsa; local
224 ecdsa = ecdsa_check(eckey);
228 if (group == NULL || priv_key == NULL || ecdsa == NULL)
ecdsatest.c 1 /* crypto/ecdsa/ecdsatest.c */
90 #include <openssl/ecdsa.h>
303 /* create and verify a ecdsa signature with every availble curve
333 /* create new ecdsa key (== EC_KEY) */
  /external/openssl/crypto/err/
err_all.c 78 #include <openssl/ecdsa.h>
  /external/openssl/crypto/
Android.mk 247 ecdsa/ecs_asn1.c \
248 ecdsa/ecs_err.c \
249 ecdsa/ecs_lib.c \
250 ecdsa/ecs_ossl.c \
251 ecdsa/ecs_sign.c \
252 ecdsa/ecs_vrf.c \
install.com 48 BN,EC,RSA,DSA,ECDSA,DH,ECDH,DSO,ENGINE,-
79 $ EXHEADER_ECDSA := ecdsa.h
  /external/openssl/patches/
crypto_Android.mk 247 ecdsa/ecs_asn1.c \
248 ecdsa/ecs_err.c \
249 ecdsa/ecs_lib.c \
250 ecdsa/ecs_ossl.c \
251 ecdsa/ecs_sign.c \
252 ecdsa/ecs_vrf.c \
  /external/openssl/ssl/
Makefile 112 bio_ssl.o: ../include/openssl/ecdh.h ../include/openssl/ecdsa.h
131 d1_both.o: ../include/openssl/ecdsa.h ../include/openssl/err.h
152 d1_clnt.o: ../include/openssl/ecdsa.h ../include/openssl/err.h
172 d1_enc.o: ../include/openssl/ecdsa.h ../include/openssl/err.h
192 d1_lib.o: ../include/openssl/ecdsa.h ../include/openssl/err.h
211 d1_meth.o: ../include/openssl/ecdsa.h ../include/openssl/err.h
230 d1_pkt.o: ../include/openssl/ecdsa.h ../include/openssl/err.h
251 d1_srvr.o: ../include/openssl/ecdsa.h ../include/openssl/err.h
270 kssl.o: ../include/openssl/ecdh.h ../include/openssl/ecdsa.h
289 s23_clnt.o: ../include/openssl/ecdsa.h ../include/openssl/err.
    [all...]
  /external/openssl/apps/
speed.c 67 * The ECDH and ECDSA speed test software is originally written by
181 #include <openssl/ecdsa.h>
578 EC_KEY *ecdsa[EC_NUM]; local
618 for (i=0; i<EC_NUM; i++) ecdsa[i] = NULL;
951 else if (strcmp(*argv,"ecdsa") == 0)
1069 BIO_printf(bio_err,"ecdsa\n");
    [all...]
  /external/openssl/crypto/ec/
ec_pmeth.c 63 #include <openssl/ecdsa.h>
  /external/openssl/crypto/x509/
x_all.c 346 int i2d_EC_PUBKEY_bio(BIO *bp, EC_KEY *ecdsa)
348 return ASN1_i2d_bio_of(EC_KEY,i2d_EC_PUBKEY,bp,ecdsa);
x509.h 87 #include <openssl/ecdsa.h>
    [all...]
  /external/openssl/crypto/engine/
engine.h 88 #include <openssl/ecdsa.h>
    [all...]
  /external/openssl/include/openssl/
engine.h 88 #include <openssl/ecdsa.h>
    [all...]
x509.h 87 #include <openssl/ecdsa.h>
    [all...]

Completed in 391 milliseconds