Searched refs:ECDSA_SIG (Results 1 - 21 of 21) sorted by path

/external/chromium_org/crypto/
H A Dec_signature_creator_openssl.cc22 typedef ScopedOpenSSL<ECDSA_SIG, ECDSA_SIG_free>::Type ScopedECDSA_SIG;
60 // Create ECDSA_SIG object from DER-encoded data.
H A Dscoped_openssl_types.h46 typedef ScopedOpenSSL<ECDSA_SIG, ECDSA_SIG_free>::Type ScopedECDSA_SIG;
/external/chromium_org/net/quic/crypto/
H A Dchannel_id_openssl.cc45 ECDSA_SIG sig;
/external/chromium_org/third_party/boringssl/src/crypto/ecdsa/
H A Decdsa.c75 ECDSA_SIG *s;
123 ECDSA_SIG *ECDSA_do_sign(const uint8_t *digest, size_t digest_len,
129 const ECDSA_SIG *sig, EC_KEY *eckey) {
358 ECDSA_SIG *ECDSA_do_sign_ex(const uint8_t *digest, size_t digest_len,
366 ECDSA_SIG *ret;
465 ECDSA_SIG *s = NULL;
H A Decdsa_asn1.c62 ASN1_SEQUENCE(ECDSA_SIG) = { variable
63 ASN1_SIMPLE(ECDSA_SIG, r, CBIGNUM),
64 ASN1_SIMPLE(ECDSA_SIG, s, CBIGNUM),
65 } ASN1_SEQUENCE_END(ECDSA_SIG);
67 DECLARE_ASN1_FUNCTIONS_const(ECDSA_SIG); variable
68 DECLARE_ASN1_ENCODE_FUNCTIONS_const(ECDSA_SIG, ECDSA_SIG);
69 IMPLEMENT_ASN1_FUNCTIONS_const(ECDSA_SIG); variable
H A Decdsa_test.c69 ECDSA_SIG *ecdsa_sig = NULL;
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dbase.h180 typedef struct ecdsa_sig_st ECDSA_SIG; typedef in typeref:struct:ecdsa_sig_st
H A Decdsa.h95 * Low-level functions handle signatures as |ECDSA_SIG| structures which allow
103 /* ECDSA_SIG_new returns a fresh |ECDSA_SIG| structure or NULL on error. */
104 OPENSSL_EXPORT ECDSA_SIG *ECDSA_SIG_new(void);
107 OPENSSL_EXPORT void ECDSA_SIG_free(ECDSA_SIG *sig);
113 OPENSSL_EXPORT ECDSA_SIG *ECDSA_do_sign(const uint8_t *digest,
122 const ECDSA_SIG *sig, EC_KEY *key);
140 OPENSSL_EXPORT ECDSA_SIG *ECDSA_do_sign_ex(const uint8_t *digest,
158 * directly into |*out|, otherwise a fresh |ECDSA_SIG| is allocated. On
161 OPENSSL_EXPORT ECDSA_SIG *d2i_ECDSA_SIG(ECDSA_SIG **ou
[all...]
/external/chromium_org/third_party/boringssl/src/ssl/
H A Ds3_clnt.c2570 ECDSA_SIG *sig = NULL;
H A Ds3_srvr.c2756 ECDSA_SIG sig;
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp1657 ECDSA_SIG* EcdsaMethodDoSign(const unsigned char* dgst, int dgst_len, const BIGNUM* /* inv */,
1690 // Convert signature to ECDSA_SIG object
1708 const ECDSA_SIG* /* sig */,
/external/openssl/crypto/ecdsa/
H A Decdsa.h82 } ECDSA_SIG; typedef in typeref:struct:ECDSA_SIG_st
84 /** Allocates and initialize a ECDSA_SIG structure
85 * \return pointer to a ECDSA_SIG structure or NULL if an error occurred
87 ECDSA_SIG *ECDSA_SIG_new(void);
89 /** frees a ECDSA_SIG structure
90 * \param sig pointer to the ECDSA_SIG structure
92 void ECDSA_SIG_free(ECDSA_SIG *sig);
94 /** DER encode content of ECDSA_SIG object (note: this function modifies *pp
96 * \param sig pointer to the ECDSA_SIG object
98 * \return the length of the DER encoded ECDSA_SIG objec
[all...]
H A Decdsatest.c189 ECDSA_SIG *signature = NULL;
290 ECDSA_SIG *ecdsa_sig = NULL;
H A Decs_asn1.c60 ASN1_SEQUENCE(ECDSA_SIG) = {
61 ASN1_SIMPLE(ECDSA_SIG, r, CBIGNUM),
62 ASN1_SIMPLE(ECDSA_SIG, s, CBIGNUM)
63 } ASN1_SEQUENCE_END(ECDSA_SIG)
65 DECLARE_ASN1_FUNCTIONS_const(ECDSA_SIG)
66 DECLARE_ASN1_ENCODE_FUNCTIONS_const(ECDSA_SIG, ECDSA_SIG)
67 IMPLEMENT_ASN1_FUNCTIONS_const(ECDSA_SIG)
H A Decs_locl.h71 ECDSA_SIG *(*ecdsa_do_sign)(const unsigned char *dgst, int dgst_len,
77 const ECDSA_SIG *sig, EC_KEY *eckey);
H A Decs_ossl.c65 static ECDSA_SIG *ecdsa_do_sign(const unsigned char *dgst, int dlen,
71 const ECDSA_SIG *sig, EC_KEY *eckey);
242 static ECDSA_SIG *ecdsa_do_sign(const unsigned char *dgst, int dgst_len,
250 ECDSA_SIG *ret;
374 const ECDSA_SIG *sig, EC_KEY *eckey)
H A Decs_sign.c63 ECDSA_SIG *ECDSA_do_sign(const unsigned char *dgst, int dlen, EC_KEY *eckey)
68 ECDSA_SIG *ECDSA_do_sign_ex(const unsigned char *dgst, int dlen,
87 ECDSA_SIG *s;
H A Decs_vrf.c70 const ECDSA_SIG *sig, EC_KEY *eckey)
86 ECDSA_SIG *s;
/external/openssl/include/openssl/
H A Decdsa.h82 } ECDSA_SIG; typedef in typeref:struct:ECDSA_SIG_st
84 /** Allocates and initialize a ECDSA_SIG structure
85 * \return pointer to a ECDSA_SIG structure or NULL if an error occurred
87 ECDSA_SIG *ECDSA_SIG_new(void);
89 /** frees a ECDSA_SIG structure
90 * \param sig pointer to the ECDSA_SIG structure
92 void ECDSA_SIG_free(ECDSA_SIG *sig);
94 /** DER encode content of ECDSA_SIG object (note: this function modifies *pp
96 * \param sig pointer to the ECDSA_SIG object
98 * \return the length of the DER encoded ECDSA_SIG objec
[all...]
/external/openssl/ssl/
H A Ds3_clnt.c3639 ECDSA_SIG *sig = NULL;
H A Ds3_srvr.c3709 ECDSA_SIG sig;

Completed in 764 milliseconds