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

  /external/chromium_org/third_party/openssl/openssl/crypto/ecdsa/
ecs_locl.h 101 } ECDSA_DATA;
104 * checks whether ECKEY->meth_data is a pointer to a ECDSA_DATA structure
105 * and if not it removes the old meth_data and creates a ECDSA_DATA structure.
107 * \return pointer to a ECDSA_DATA structure
109 ECDSA_DATA *ecdsa_check(EC_KEY *eckey);
  /external/openssl/crypto/ecdsa/
ecs_locl.h 102 } ECDSA_DATA;
105 * checks whether ECKEY->meth_data is a pointer to a ECDSA_DATA structure
106 * and if not it removes the old meth_data and creates a ECDSA_DATA structure.
108 * \return pointer to a ECDSA_DATA structure
110 ECDSA_DATA *ecdsa_check(EC_KEY *eckey);

Completed in 37 milliseconds