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

/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/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...]

Completed in 34 milliseconds