OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
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);
Completed in 83 milliseconds