Searched refs:ECDSA_SIG (Results 1 - 25 of 25) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ecdsa/
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 Decdsa.h82 } ECDSA_SIG; typedef in typeref:struct:ECDSA_SIG_st
84 /** ECDSA_SIG *ECDSA_SIG_new(void)
85 * allocates and initialize a ECDSA_SIG structure
86 * \return pointer to a ECDSA_SIG structure or NULL if an error occurred
88 ECDSA_SIG *ECDSA_SIG_new(void);
91 * frees a ECDSA_SIG structure
92 * \param a pointer to the ECDSA_SIG structure
94 void ECDSA_SIG_free(ECDSA_SIG *a);
97 * DER encode content of ECDSA_SIG object (note: this function modifies *pp
99 * \param a pointer to the ECDSA_SIG objec
[all...]
H A Decs_vrf.c70 const ECDSA_SIG *sig, EC_KEY *eckey)
86 ECDSA_SIG *s;
H A Decs_locl.h71 ECDSA_SIG *(*ecdsa_do_sign)(const unsigned char *dgst, int dgst_len,
76 const ECDSA_SIG *sig, EC_KEY *eckey);
H A Decs_sign.c61 ECDSA_SIG *ECDSA_do_sign(const unsigned char *dgst, int dlen, EC_KEY *eckey)
66 ECDSA_SIG *ECDSA_do_sign_ex(const unsigned char *dgst, int dlen,
85 ECDSA_SIG *s;
H A Decs_ossl.c64 static ECDSA_SIG *ecdsa_do_sign(const unsigned char *dgst, int dlen,
69 const ECDSA_SIG *sig, EC_KEY *eckey);
212 static ECDSA_SIG *ecdsa_do_sign(const unsigned char *dgst, int dgst_len,
220 ECDSA_SIG *ret;
339 const ECDSA_SIG *sig, EC_KEY *eckey)
H A Decdsatest.c190 ECDSA_SIG *signature = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ecdsa/
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 Decdsa.h81 } ECDSA_SIG; typedef in typeref:struct:ECDSA_SIG_st
83 /** Allocates and initialize a ECDSA_SIG structure
84 * \return pointer to a ECDSA_SIG structure or NULL if an error occurred
86 ECDSA_SIG *ECDSA_SIG_new(void);
88 /** frees a ECDSA_SIG structure
89 * \param sig pointer to the ECDSA_SIG structure
91 void ECDSA_SIG_free(ECDSA_SIG *sig);
93 /** DER encode content of ECDSA_SIG object (note: this function modifies *pp
95 * \param sig pointer to the ECDSA_SIG object
97 * \return the length of the DER encoded ECDSA_SIG objec
[all...]
H A Decs_locl.h70 ECDSA_SIG *(*ecdsa_do_sign) (const unsigned char *dgst, int dgst_len,
76 const ECDSA_SIG *sig, EC_KEY *eckey);
H A Decs_vrf.c72 const ECDSA_SIG *sig, EC_KEY *eckey)
89 ECDSA_SIG *s;
H A Decs_sign.c62 ECDSA_SIG *ECDSA_do_sign(const unsigned char *dgst, int dlen, EC_KEY *eckey)
67 ECDSA_SIG *ECDSA_do_sign_ex(const unsigned char *dgst, int dlen,
87 ECDSA_SIG *s;
H A Decs_ossl.c64 static ECDSA_SIG *ecdsa_do_sign(const unsigned char *dgst, int dlen,
70 const ECDSA_SIG *sig, EC_KEY *eckey);
235 static ECDSA_SIG *ecdsa_do_sign(const unsigned char *dgst, int dgst_len,
244 ECDSA_SIG *ret;
352 const ECDSA_SIG *sig, EC_KEY *eckey)
H A Decs_lib.c303 ECDSA_SIG *(*ecdsa_do_sign) (const unsigned char
324 const ECDSA_SIG *sig,
H A Decdsatest.c189 ECDSA_SIG *signature = NULL;
289 ECDSA_SIG *ecdsa_sig = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ecdsa/
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 Decdsa.h81 } ECDSA_SIG; typedef in typeref:struct:ECDSA_SIG_st
83 /** Allocates and initialize a ECDSA_SIG structure
84 * \return pointer to a ECDSA_SIG structure or NULL if an error occurred
86 ECDSA_SIG *ECDSA_SIG_new(void);
88 /** frees a ECDSA_SIG structure
89 * \param sig pointer to the ECDSA_SIG structure
91 void ECDSA_SIG_free(ECDSA_SIG *sig);
93 /** DER encode content of ECDSA_SIG object (note: this function modifies *pp
95 * \param sig pointer to the ECDSA_SIG object
97 * \return the length of the DER encoded ECDSA_SIG objec
[all...]
H A Decs_locl.h70 ECDSA_SIG *(*ecdsa_do_sign) (const unsigned char *dgst, int dgst_len,
76 const ECDSA_SIG *sig, EC_KEY *eckey);
H A Decs_vrf.c72 const ECDSA_SIG *sig, EC_KEY *eckey)
89 ECDSA_SIG *s;
H A Decs_sign.c62 ECDSA_SIG *ECDSA_do_sign(const unsigned char *dgst, int dlen, EC_KEY *eckey)
67 ECDSA_SIG *ECDSA_do_sign_ex(const unsigned char *dgst, int dlen,
87 ECDSA_SIG *s;
H A Decs_ossl.c64 static ECDSA_SIG *ecdsa_do_sign(const unsigned char *dgst, int dlen,
70 const ECDSA_SIG *sig, EC_KEY *eckey);
235 static ECDSA_SIG *ecdsa_do_sign(const unsigned char *dgst, int dgst_len,
244 ECDSA_SIG *ret;
352 const ECDSA_SIG *sig, EC_KEY *eckey)
H A Decs_lib.c303 ECDSA_SIG *(*ecdsa_do_sign) (const unsigned char
324 const ECDSA_SIG *sig,
H A Decdsatest.c189 ECDSA_SIG *signature = NULL;
289 ECDSA_SIG *ecdsa_sig = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Decdsa.h82 } ECDSA_SIG; typedef in typeref:struct:ECDSA_SIG_st
84 /** ECDSA_SIG *ECDSA_SIG_new(void)
85 * allocates and initialize a ECDSA_SIG structure
86 * \return pointer to a ECDSA_SIG structure or NULL if an error occurred
88 ECDSA_SIG *ECDSA_SIG_new(void);
91 * frees a ECDSA_SIG structure
92 * \param a pointer to the ECDSA_SIG structure
94 void ECDSA_SIG_free(ECDSA_SIG *a);
97 * DER encode content of ECDSA_SIG object (note: this function modifies *pp
99 * \param a pointer to the ECDSA_SIG objec
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Decdsatest.c190 ECDSA_SIG *signature = NULL;

Completed in 407 milliseconds