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

  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_math.h 11 typedef void ecc_point; typedef
347 int (*ecc_ptmul)(void *k, ecc_point *G, ecc_point *R, void *modulus, int map);
357 int (*ecc_ptadd)(ecc_point *P, ecc_point *Q, ecc_point *R, void *modulus, void *mp);
366 int (*ecc_ptdbl)(ecc_point *P, ecc_point *R, void *modulus, void *mp);
373 @remark The mapping can be different but keep in mind a ecc_point only has three
376 int (*ecc_map)(ecc_point *P, void *modulus, void *mp)
    [all...]
tomcrypt_pk.h 189 } ecc_point; typedef in typeref:struct:__anon5557
203 ecc_point pubkey;
249 ecc_point *ltc_ecc_new_point(void);
250 void ltc_ecc_del_point(ecc_point *p);
256 int ltc_ecc_projective_dbl_point(ecc_point *P, ecc_point *R, void *modulus, void *mp);
259 int ltc_ecc_projective_add_point(ecc_point *P, ecc_point *Q, ecc_point *R, void *modulus, void *mp);
263 int ltc_ecc_fp_mulmod(void *k, ecc_point *G, ecc_point *R, void *modulus, int map)
    [all...]

Completed in 418 milliseconds