HomeSort by relevance Sort by last modified time
    Searched defs:ECDSA_SIG (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/ecdsa/
ecdsa.h 82 } ECDSA_SIG;
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...]
  /external/openssl/include/openssl/
ecdsa.h 82 } ECDSA_SIG;
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 14 milliseconds