Home
last modified time | relevance | path

Searched refs:bn_point_t (Results 1 – 9 of 9) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DBnValues.h224 } bn_point_t; typedef
226 typedef bn_point_t *bigPoint;
227 typedef const bn_point_t *pointConst;
249 bn_point_t name##_
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DBnConvert_fp.h110 LIB_EXPORT bn_point_t *
DBnMemory_fp.h101 LIB_EXPORT bn_point_t *
DCryptEccSignature_fp.h93 bn_point_t *ecQ, // IN: the public point of the key
DCryptEccMain_fp.h278 bn_point_t *ecQ, // OUT: public point
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DBnMemory.c172 LIB_EXPORT bn_point_t *
DBnConvert.c253 LIB_EXPORT bn_point_t *
DCryptEccMain.c615 bn_point_t *ecQ, // OUT: public point in BnEccGenerateKeyPair()
DCryptEccSignature.c583 bn_point_t *ecQ, // IN: the public point of the key in BnValidateSignatureEcdsa()