OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ECDSA_SIG
(Results
1 - 2
of
2
) sorted by null
/external/openssl/crypto/ecdsa/
ecdsa.h
82
}
ECDSA_SIG
;
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
object or 0
[
all
...]
/external/openssl/include/openssl/
ecdsa.h
82
}
ECDSA_SIG
;
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
object or 0
[
all
...]
Completed in 38 milliseconds