Home
last modified time | relevance | path

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

/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/include/
Dhks_openssl_ed25519tox25519.h24 struct Curve25519Structure { struct
25 BIGNUM *p; // Curve25519 prime
26 BIGNUM *d; // A non-zero element in the finite filed member
27 BIGNUM *negativeTwo;
28 BIGNUM *negativeOne;
29 BIGNUM *negativeOneDivideTwo;
30 BIGNUM *ed25519Pubkey;