Home
last modified time | relevance | path

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

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

Completed in 3 milliseconds