Searched defs:rk_ecp_group (Results 1 – 1 of 1) sorted by relevance
90 struct rk_ecp_group { struct91 enum rk_ecp_group_id id; /*!< internal group identifier */ argument92 const char *curve_name;93 uint32_t wide;94 const uint8_t *p; /*!< prime modulus of the base field */95 const uint8_t *a; /*!< 1. A in the equation, or 2. (A + 2) / 4 */96 const uint8_t *n;97 const uint8_t *gx;98 const uint8_t *gy;99 size_t p_len;[all …]