Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/include/crypto/
A Dcrypto.h156 struct ecc_public_key { struct
157 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