Home
last modified time | relevance | path

Searched refs:ECDSA (Results 1 – 19 of 19) sorted by relevance

/external/boringssl/src/crypto/err/
Decdsa.errordata1 ECDSA,function,100,ECDSA_do_sign_ex
2 ECDSA,function,101,ECDSA_do_verify
3 ECDSA,function,102,ECDSA_sign_ex
4 ECDSA,function,103,digest_to_bn
5 ECDSA,function,104,ecdsa_sign_setup
6 ECDSA,reason,100,BAD_SIGNATURE
7 ECDSA,reason,101,MISSING_PARAMETERS
8 ECDSA,reason,102,NEED_NEW_SETUP_VALUES
9 ECDSA,reason,103,NOT_IMPLEMENTED
10 ECDSA,reason,104,RANDOM_NUMBER_GENERATION_FAILED
/external/boringssl/src/crypto/ecdsa/
Decdsa.c119 OPENSSL_PUT_ERROR(ECDSA, digest_to_bn, ERR_R_BN_LIB); in digest_to_bn()
126 OPENSSL_PUT_ERROR(ECDSA, digest_to_bn, ERR_R_BN_LIB); in digest_to_bn()
148 OPENSSL_PUT_ERROR(ECDSA, ECDSA_do_verify, ECDSA_R_NOT_IMPLEMENTED); in ECDSA_do_verify()
156 OPENSSL_PUT_ERROR(ECDSA, ECDSA_do_verify, ECDSA_R_MISSING_PARAMETERS); in ECDSA_do_verify()
162 OPENSSL_PUT_ERROR(ECDSA, ECDSA_do_verify, ERR_R_MALLOC_FAILURE); in ECDSA_do_verify()
172 OPENSSL_PUT_ERROR(ECDSA, ECDSA_do_verify, ERR_R_BN_LIB); in ECDSA_do_verify()
177 OPENSSL_PUT_ERROR(ECDSA, ECDSA_do_verify, ERR_R_EC_LIB); in ECDSA_do_verify()
184 OPENSSL_PUT_ERROR(ECDSA, ECDSA_do_verify, ECDSA_R_BAD_SIGNATURE); in ECDSA_do_verify()
190 OPENSSL_PUT_ERROR(ECDSA, ECDSA_do_verify, ERR_R_BN_LIB); in ECDSA_do_verify()
198 OPENSSL_PUT_ERROR(ECDSA, ECDSA_do_verify, ERR_R_BN_LIB); in ECDSA_do_verify()
[all …]
/external/bouncycastle/patches/
Dbcpkix.patch618 - addEntries(BSIObjectIdentifiers.ecdsa_plain_SHA1, "SHA1", "PLAIN-ECDSA");
619 - addEntries(BSIObjectIdentifiers.ecdsa_plain_SHA224, "SHA224", "PLAIN-ECDSA");
620 - addEntries(BSIObjectIdentifiers.ecdsa_plain_SHA256, "SHA256", "PLAIN-ECDSA");
621 - addEntries(BSIObjectIdentifiers.ecdsa_plain_SHA384, "SHA384", "PLAIN-ECDSA");
622 - addEntries(BSIObjectIdentifiers.ecdsa_plain_SHA512, "SHA512", "PLAIN-ECDSA");
623 - addEntries(BSIObjectIdentifiers.ecdsa_plain_RIPEMD160, "RIPEMD160", "PLAIN-ECDSA");
625 + // addEntries(BSIObjectIdentifiers.ecdsa_plain_SHA1, "SHA1", "PLAIN-ECDSA");
626 + // addEntries(BSIObjectIdentifiers.ecdsa_plain_SHA224, "SHA224", "PLAIN-ECDSA");
627 + // addEntries(BSIObjectIdentifiers.ecdsa_plain_SHA256, "SHA256", "PLAIN-ECDSA");
628 + // addEntries(BSIObjectIdentifiers.ecdsa_plain_SHA384, "SHA384", "PLAIN-ECDSA");
[all …]
Dbcprov.patch1323 - provider.addAlgorithm("KeyFactory.ECDSA", PREFIX + "KeyFactorySpi$ECDSA");
1328 + // provider.addAlgorithm("KeyFactory.ECDSA", PREFIX + "KeyFactorySpi$ECDSA");
1335 - provider.addAlgorithm("KeyPairGenerator.ECDSA", PREFIX + "KeyPairGeneratorSpi$ECDSA");
1352 + // provider.addAlgorithm("KeyPairGenerator.ECDSA", PREFIX + "KeyPairGeneratorSpi$ECDSA
1370 provider.addAlgorithm("Signature.ECDSA", PREFIX + "SignatureSpi$ecDSA");
1373 provider.addAlgorithm("Alg.Alias.Signature.SHA1WithECDSA", "ECDSA");
1374 provider.addAlgorithm("Alg.Alias.Signature.ECDSAWithSHA1", "ECDSA");
1375 provider.addAlgorithm("Alg.Alias.Signature.1.2.840.10045.4.1", "ECDSA");
1376 …provider.addAlgorithm("Alg.Alias.Signature." + TeleTrusTObjectIdentifiers.ecSignWithSha1, "ECDSA");
1385 …provider.addAlgorithm("Alg.Alias.Signature." + TeleTrusTObjectIdentifiers.ecSignWithSha1, "ECDSA");
[all …]
/external/openssh/
DPROTOCOL.certkeys101 ECDSA certificate
129 curve and public key are respectively the ECDSA "[identifier]" and "Q"
176 The valid key types for CA keys are ssh-rsa, ssh-dss and the ECDSA types
180 be signed by a DSS or ECDSA CA key and vice-versa.
185 (RFC4253 section 6.6 for ssh-rsa and ssh-dss, RFC5656 for the ECDSA
DPROTOCOL.agent162 The OpenSSH agent supports DSA, ECDSA and RSA keys for protocol 2. DSA
185 ECDSA keys may be added using the following request
198 ECDSA certificates may be added with:
241 For DSA, ECDSA and RSA key add requests, "key_constraints" may only be
Dssh-keygen.035 and DSA, ECDSA, Ed25519 or RSA keys for use by SSH protocol version 2.
106 exactly 1024 bits as specified by FIPS 186-2. For ECDSA keys,
109 use bit lengths other than these three values for ECDSA keys will
531 Contains the protocol version 2 DSA, ECDSA, Ed25519 or RSA
544 Contains the protocol version 2 DSA, ECDSA, Ed25519 or RSA public
Dssh-keyscan.075 Output format for RSA, DSA, ECDSA, and Ed25519 keys:
Dssh-add.0100 Contains the protocol version 2 ECDSA authentication identity of
Dssh-agent.013 authentication (RSA, DSA, ECDSA, Ed25519). ssh-agent is usually started
Dssh.0454 one of the DSA, ECDSA, Ed25519 or RSA algorithms. Protocol 1 is
467 2 DSA), ~/.ssh/id_ecdsa (protocol 2 ECDSA), ~/.ssh/id_ed25519 (protocol 2
470 ~/.ssh/id_ecdsa.pub (protocol 2 ECDSA), ~/.ssh/id_ed25519.pub (protocol 2
807 Lists the public keys (DSA, ECDSA, Ed25519, RSA) that can be used
Dsshd.0150 in sshd_config(5). Protocol 2 supports DSA, ECDSA, Ed25519 and RSA keys;
516 Lists the public keys (DSA, ECDSA, Ed25519, RSA) that can be used
DChangeLog283 Restrict ECDSA and ECDH tests.
285 ifdef out some more ECDSA and ECDH tests when built against an OpenSSL
999 correctly match ECDSA subtype (== curve) for
1001 a server offers multiple ECDSA keys with different curve type (an extremely
2878 These can be used in -portable on platforms that don't support ECDSA.
2895 -portable on platforms that don't have ECDSA in their OpenSSL. ok djm
5481 the ECDSA/Ed25519 ones: use key_type_plain() when checking the key type
6014 - (dtucker) [regress/keytype.sh] Populate ECDSA key types to be tested by
Dssh_config.0489 Specifies a file from which the user's DSA, ECDSA, Ed25519 or RSA
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
DKeyFactorySpi.java195 public static class ECDSA class in KeyFactorySpi
198 public ECDSA() in ECDSA() method in KeyFactorySpi.ECDSA
DKeyPairGeneratorSpi.java248 public static class ECDSA class in KeyPairGeneratorSpi
251 public ECDSA() in ECDSA() method in KeyPairGeneratorSpi.ECDSA
/external/boringssl/src/ssl/test/runner/
Dhandshake_client.go512 case ecdsaAvail && x509Cert.PublicKeyAlgorithm == x509.ECDSA:
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp2123 OPENSSL_PUT_ERROR(ECDSA, ECDSA_do_verify, ECDSA_R_NOT_IMPLEMENTED);
/external/google-tv-pairing-protocol/java/jar/
Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY ...