Home
last modified time | relevance | path

Searched defs:rk_ecp_group (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/include/rockchip/
H A Dcrypto_ecc.h90 struct rk_ecp_group { struct
91 enum rk_ecp_group_id id; /*!< internal group identifier */ argument
92 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 …]