Searched defs:ECDSA_SIG (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/ecdsa/
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
/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...]
/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/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

Completed in 1886 milliseconds