Searched refs:DSA_SIG_new (Results 1 - 9 of 9) sorted by relevance

/external/openssl/crypto/dsa/
H A Ddsa_sign.c99 DSA_SIG *DSA_SIG_new(void) function
H A Ddsa_asn1.c181 s = DSA_SIG_new();
H A Ddsa.h197 DSA_SIG * DSA_SIG_new(void);
H A Ddsa_ossl.c187 ret=DSA_SIG_new();
/external/chromium_org/third_party/boringssl/src/crypto/dsa/
H A Ddsa.c168 DSA_SIG *DSA_SIG_new(void) { function
247 s = DSA_SIG_new();
275 s = DSA_SIG_new();
H A Ddsa_impl.c253 ret = DSA_SIG_new();
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Ddsa.h138 /* DSA_SIG_new returns a freshly allocated, DIG_SIG structure or NULL on error.
140 OPENSSL_EXPORT DSA_SIG *DSA_SIG_new(void);
/external/openssl/include/openssl/
H A Ddsa.h197 DSA_SIG * DSA_SIG_new(void);
/external/openssl/crypto/engine/
H A Deng_cryptodev.c1210 dsaret = DSA_SIG_new();

Completed in 119 milliseconds