Searched defs:ecc_public_key (Results 1 – 1 of 1) sorted by relevance
156 struct ecc_public_key { struct157 struct bignum *x; /* Public value x */158 struct bignum *y; /* Public value y */159 uint32_t curve; /* Curve type */160 const struct crypto_ecc_public_ops *ops; /* Key Operations */
Completed in 3 milliseconds