OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ECDSA_SIG
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/include/openssl/
ec.h
1315
typedef struct ECDSA_SIG_st
ECDSA_SIG
;
1317
/** Allocates and initialize a
ECDSA_SIG
structure
1318
* \return pointer to a
ECDSA_SIG
structure or NULL if an error occurred
1320
ECDSA_SIG
*ECDSA_SIG_new(void);
1322
/** frees a
ECDSA_SIG
structure
1323
* \param sig pointer to the
ECDSA_SIG
structure
1325
void ECDSA_SIG_free(
ECDSA_SIG
*sig);
1327
/** i2d_ECDSA_SIG encodes content of
ECDSA_SIG
(note: this function modifies *pp
1329
* \param sig pointer to the
ECDSA_SIG
object
1331
* \return the length of the DER encoded
ECDSA_SIG
object or a negative valu
[
all
...]
/src/crypto/external/bsd/openssl/dist/include/openssl/
ec.h
1304
typedef struct ECDSA_SIG_st
ECDSA_SIG
;
1306
/** Allocates and initialize a
ECDSA_SIG
structure
1307
* \return pointer to a
ECDSA_SIG
structure or NULL if an error occurred
1309
ECDSA_SIG
*ECDSA_SIG_new(void);
1311
/** frees a
ECDSA_SIG
structure
1312
* \param sig pointer to the
ECDSA_SIG
structure
1314
void ECDSA_SIG_free(
ECDSA_SIG
*sig);
1316
/** i2d_ECDSA_SIG encodes content of
ECDSA_SIG
(note: this function modifies *pp
1318
* \param sig pointer to the
ECDSA_SIG
object
1320
* \return the length of the DER encoded
ECDSA_SIG
object or a negative valu
[
all
...]
/src/crypto/external/bsd/openssl.old/dist/include/openssl/
ec.h
1130
typedef struct ECDSA_SIG_st
ECDSA_SIG
;
1132
/** Allocates and initialize a
ECDSA_SIG
structure
1133
* \return pointer to a
ECDSA_SIG
structure or NULL if an error occurred
1135
ECDSA_SIG
*ECDSA_SIG_new(void);
1137
/** frees a
ECDSA_SIG
structure
1138
* \param sig pointer to the
ECDSA_SIG
structure
1140
void ECDSA_SIG_free(
ECDSA_SIG
*sig);
1142
/** DER encode content of
ECDSA_SIG
object (note: this function modifies *pp
1144
* \param sig pointer to the
ECDSA_SIG
object
1146
* \return the length of the DER encoded
ECDSA_SIG
object or a negative valu
[
all
...]
Completed in 27 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026