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

1 2

  /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_sign.c 1 /* crypto/ecdsa/ecdsa_sign.c */
71 ECDSA_DATA *ecdsa = ecdsa_check(eckey); local
72 if (ecdsa == NULL)
74 return ecdsa->meth->ecdsa_do_sign(dgst, dlen, kinv, rp, eckey);
103 ECDSA_DATA *ecdsa = ecdsa_check(eckey); local
104 if (ecdsa == NULL)
108 /* You cannot precompute the ECDSA nonce if it is required to
113 return ecdsa->meth->ecdsa_sign_setup(eckey, ctx_in, kinvp, rp, NULL, 0);
ecs_lib.c 1 /* crypto/ecdsa/ecs_lib.c */
67 const char ECDSA_version[]="ECDSA" OPENSSL_VERSION_PTEXT;
98 ECDSA_DATA *ecdsa; local
100 ecdsa = ecdsa_check(eckey);
102 if (ecdsa == NULL)
106 if (ecdsa->engine)
108 ENGINE_finish(ecdsa->engine);
109 ecdsa->engine = NULL;
112 ecdsa->meth = meth;
271 ECDSA_DATA *ecdsa; local
280 ECDSA_DATA *ecdsa; local
    [all...]
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>
86 /* If this flag is set the ECDSA method is FIPS compliant and can be used
97 /* method (ECDSA) specific part */
ecs_ossl.c 1 /* crypto/ecdsa/ecs_ossl.c */
74 "OpenSSL ECDSA method",
251 ECDSA_DATA *ecdsa; local
254 ecdsa = ecdsa_check(eckey);
258 if (group == NULL || priv_key == NULL || ecdsa == NULL)
305 if (!ecdsa->meth->ecdsa_sign_setup(eckey, ctx, &kinv, &ret->r, dgst, dgst_len))
  /external/chromium_org/third_party/boringssl/src/crypto/ecdsa/
ecdsa_error.c 17 #include <openssl/ecdsa.h>
ecdsa_asn1.c 53 #include <openssl/ecdsa.h>
ecdsa_test.c 53 #include <openssl/ecdsa.h>
84 /* create and verify a ecdsa signature with every availble curve
98 /* create new ecdsa key (== EC_KEY) */
  /system/security/keystore-engine/
ecdsa_meth.cpp 29 #define LOG_TAG "OpenSSL-keystore-ecdsa"
35 #include <openssl/ecdsa.h>
40 #include "crypto/ecdsa/ecs_locl.h"
140 ECDSA_DATA *ecdsa = ecdsa_check(eckey.get()); local
142 ecdsa->engine = e;
150 ALOGE("Could not set up keystore ECDSA methods");
  /external/chromium_org/net/data/ssl/scripts/
generate-weak-test-chains.sh 8 # certificates with (weak, strong), (RSA, DSA, ECDSA) key pairs.
10 key_types="768-rsa 1024-rsa 2048-rsa prime256v1-ecdsa"
22 ecdsa)
78 if [ ecdsa = $algo ]
92 if [ ecdsa = $algo ]
generate-android-test-keys.sh 10 # These are test RSA / DSA / ECDSA private keys in PKCS#8 format, as well
11 # as the corresponding DSA / ECDSA public keys.
45 # Generate an ECDSA private key, in PKCS#8 format,
47 KEY=android-test-key-ecdsa
  /external/chromium_org/crypto/
scoped_openssl_types.h 12 #include <openssl/ecdsa.h>
ec_signature_creator_openssl.cc 9 #include <openssl/ecdsa.h>
  /system/keymaster/
ecdsa_operation.cpp 17 #include <openssl/ecdsa.h>
asymmetric_key.h 22 #include <openssl/ecdsa.h>
  /external/openssl/crypto/err/
err_all.c 80 #include <openssl/ecdsa.h>
  /external/chromium_org/net/android/
keystore_unittest.cc 7 #include <openssl/ecdsa.h>
46 // RawSignDigestWithPrivateKey() internally to perform RSA/DSA/ECDSA
208 const char kTestEcdsaKeyFile[] = "android-test-key-ecdsa.pem";
209 const char kTestEcdsaPublicKeyFile[] = "android-test-key-ecdsa-public.pem";
211 // The test hash for ECDSA keys must be 20 bytes exactly.
214 // Retrieve a JNI local ref for our test ECDSA key.
223 // test ECDSA private key is correct. Since ECDSA signing introduces
234 LOG(ERROR) << "Could not get ECDSA public key: "
295 crypto::ScopedEC_KEY ecdsa(EVP_PKEY_get1_EC_KEY(openssl_key))
    [all...]
  /external/openssl/
Crypto-config-trusty.mk 122 crypto/ecdsa/ecs_asn1.c \
123 crypto/ecdsa/ecs_lib.c \
124 crypto/ecdsa/ecs_ossl.c \
125 crypto/ecdsa/ecs_sign.c \
126 crypto/ecdsa/ecs_vrf.c \
Crypto-config-host.mk 269 crypto/ecdsa/ecs_asn1.c \
270 crypto/ecdsa/ecs_err.c \
271 crypto/ecdsa/ecs_lib.c \
272 crypto/ecdsa/ecs_ossl.c \
273 crypto/ecdsa/ecs_sign.c \
274 crypto/ecdsa/ecs_vrf.c \
Crypto-config-target.mk 269 crypto/ecdsa/ecs_asn1.c \
270 crypto/ecdsa/ecs_err.c \
271 crypto/ecdsa/ecs_lib.c \
272 crypto/ecdsa/ecs_ossl.c \
273 crypto/ecdsa/ecs_sign.c \
274 crypto/ecdsa/ecs_vrf.c \
  /external/chromium_org/net/quic/crypto/
channel_id_openssl.cc 9 #include <openssl/ecdsa.h>
  /external/chromium_org/net/quic/test_tools/
crypto_test_utils_openssl.cc 9 #include <openssl/ecdsa.h>
  /external/openssl/apps/
speed.c 67 * The ECDH and ECDSA speed test software is originally written by
187 #include <openssl/ecdsa.h>
603 EC_KEY *ecdsa[EC_NUM]; local
643 for (i=0; i<EC_NUM; i++) ecdsa[i] = NULL;
977 else if (strcmp(*argv,"ecdsa") == 0)
1095 BIO_printf(bio_err,"ecdsa\n");
    [all...]
  /external/openssl/crypto/ec/
ec_pmeth.c 63 #include <openssl/ecdsa.h>

Completed in 257 milliseconds

1 2