![]() |
xilsecure
Vitis Drivers API Documentation
|
Structure for addresses of public key curve points. More...
Data Fields | |
| u64 | Qx |
| Address of Public key curve point x. More... | |
| u64 | Qy |
| Address of Public key curve point y. More... | |
Structure for addresses of public key curve points.
| u64 XSecure_EllipticKeyAddr::Qx |
Address of Public key curve point x.
Referenced by XSecure_EcdhGetSecret(), XSecure_EllipticGenerateKey(), XSecure_EllipticGenerateKey_64Bit(), XSecure_EllipticValidateKey(), XSecure_EllipticValidateKey_64Bit(), XSecure_EllipticVerifySign(), and XSecure_EllipticVerifySign_64Bit().
| u64 XSecure_EllipticKeyAddr::Qy |
Address of Public key curve point y.
Referenced by XSecure_EcdhGetSecret(), XSecure_EllipticGenerateKey(), XSecure_EllipticGenerateKey_64Bit(), XSecure_EllipticValidateKey(), XSecure_EllipticValidateKey_64Bit(), XSecure_EllipticVerifySign(), and XSecure_EllipticVerifySign_64Bit().