Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/include/crypto/
A Dcrypto.h142 struct dh_keypair { struct
143 struct bignum *g; /* Generator of Z_p (shared) */
144 struct bignum *p; /* Prime modulus (shared) */
145 struct bignum *x; /* Private key */
146 struct bignum *y; /* Public key y = g^x */
152 struct bignum *q; /* x must be in the range [2, q-2] */
153 uint32_t xbits; /* Number of bits in the private key */

Completed in 3 milliseconds