Searched defs:u2f_ec_point (Results 1 – 1 of 1) sorted by relevance
59 struct u2f_ec_point { struct60 uint8_t pointFormat; /* Point type */61 uint8_t x[U2F_EC_KEY_SIZE]; /* X-value */62 uint8_t y[U2F_EC_KEY_SIZE]; /* Y-value */