Home
last modified time | relevance | path

Searched defs:DSA (Results 1 – 10 of 10) sorted by relevance

/external/bouncycastle/src/main/java/org/bouncycastle/crypto/
DDSA.java8 public interface DSA interface
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
DJDKKeyFactory.java450 public static class DSA class in JDKKeyFactory
453 public DSA() in DSA() method in JDKKeyFactory.DSA
DJDKKeyPairGenerator.java205 public static class DSA class in JDKKeyPairGenerator
215 public DSA() in DSA() method in JDKKeyPairGenerator.DSA
DJDKAlgorithmParameterGenerator.java99 public static class DSA class in JDKAlgorithmParameterGenerator
DJDKAlgorithmParameters.java633 public static class DSA class in JDKAlgorithmParameters
/external/openssl/crypto/pem/
Dpem_all.c226 IMPLEMENT_PEM_write_cb_const(DSAPrivateKey, DSA, PEM_STRING_DSA, DSAPrivateKey) in IMPLEMENT_PEM_write_cb_const() argument
241 IMPLEMENT_PEM_rw_const(DSAparams, DSA, PEM_STRING_DSAPARAMS, DSAparams) in IMPLEMENT_PEM_rw_const() argument
/external/openssl/crypto/
Dossl_typ.h135 typedef struct dsa_st DSA; typedef
/external/openssl/include/openssl/
Dossl_typ.h135 typedef struct dsa_st DSA; typedef
/external/bouncycastle/src/main/java/org/bouncycastle/jce/
DPKCS10CertificationRequest.java182 keyAlgorithms.put(X9ObjectIdentifiers.id_dsa, "DSA"); in keyAlgorithms.put()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp3076 SDValue DSA = DAG.getNode(ISD::DYNAMIC_STACKALLOC, getCurDebugLoc(), in visitAlloca() local