Home
last modified time | relevance | path

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

/dports/security/wolfssl/wolfssl-5.1.0/wolfssl/wolfcrypt/
H A Dcurve25519.h71 typedef struct curve25519_key curve25519_key; typedef
76 struct curve25519_key { struct
77 int idx; /* Index into the ecc_sets[] for the parameters of
80 const curve25519_set_type* dp; /* domain parameters, either points to
82 ECPoint p; /* public point for key */
83 byte k[CURVE25519_KEYSIZE]; /* private scaler for key */
86 WC_ASYNC_DEV asyncDev;
89 int devId;
93 int keyId;
119 int wc_curve25519_make_key(WC_RNG* rng, int keysize, curve25519_key* key); argument
H A Dasn_public.h51 typedef struct curve25519_key curve25519_key; typedef
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Dcurve25519.h71 typedef struct curve25519_key curve25519_key; typedef
76 struct curve25519_key { struct
77 int idx; /* Index into the ecc_sets[] for the parameters of
80 const curve25519_set_type* dp; /* domain parameters, either points to
82 ECPoint p; /* public point for key */
83 byte k[CURVE25519_KEYSIZE]; /* private scaler for key */
86 WC_ASYNC_DEV asyncDev;
89 int devId;
93 int keyId;
119 int wc_curve25519_make_key(WC_RNG* rng, int keysize, curve25519_key* key); argument
H A Dasn_public.h51 typedef struct curve25519_key curve25519_key; typedef
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Dcurve25519.h71 typedef struct curve25519_key curve25519_key; typedef
76 struct curve25519_key { struct
77 int idx; /* Index into the ecc_sets[] for the parameters of
80 const curve25519_set_type* dp; /* domain parameters, either points to
82 ECPoint p; /* public point for key */
83 byte k[CURVE25519_KEYSIZE]; /* private scaler for key */
86 WC_ASYNC_DEV asyncDev;
89 int devId;
93 int keyId;
119 int wc_curve25519_make_key(WC_RNG* rng, int keysize, curve25519_key* key); argument
H A Dasn_public.h51 typedef struct curve25519_key curve25519_key; typedef
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Dcurve25519.h71 typedef struct curve25519_key curve25519_key; typedef
76 struct curve25519_key { struct
77 int idx; /* Index into the ecc_sets[] for the parameters of
80 const curve25519_set_type* dp; /* domain parameters, either points to
82 ECPoint p; /* public point for key */
83 byte k[CURVE25519_KEYSIZE]; /* private scaler for key */
86 WC_ASYNC_DEV asyncDev;
89 int devId;
93 int keyId;
119 int wc_curve25519_make_key(WC_RNG* rng, int keysize, curve25519_key* key); argument
H A Dasn_public.h51 typedef struct curve25519_key curve25519_key; typedef
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Dcurve25519.h71 typedef struct curve25519_key curve25519_key; typedef
76 struct curve25519_key { struct
77 int idx; /* Index into the ecc_sets[] for the parameters of
80 const curve25519_set_type* dp; /* domain parameters, either points to
82 ECPoint p; /* public point for key */
83 byte k[CURVE25519_KEYSIZE]; /* private scaler for key */
86 WC_ASYNC_DEV asyncDev;
89 int devId;
93 int keyId;
119 int wc_curve25519_make_key(WC_RNG* rng, int keysize, curve25519_key* key); argument
H A Dasn_public.h51 typedef struct curve25519_key curve25519_key; typedef
/dports/net/gamenetworkingsockets/GameNetworkingSockets-1.3.0/src/external/curve25519-donna/
H A Dcurve25519.h4 typedef unsigned char curve25519_key[32]; typedef
/dports/security/olm/olm-3.2.6/include/olm/
H A Daccount.hh29 _olm_curve25519_key_pair curve25519_key; member
/dports/security/olm/olm-3.2.6/src/
H A Dsas.c24 struct _olm_curve25519_key_pair curve25519_key; member
/dports/net-im/nheko/nheko-0.9.0/src/
H A DCache_p.h653 lmdb::dbi getOlmSessionsDb(lmdb::txn &txn, const std::string &curve25519_key) in getOlmSessionsDb()
/dports/security/p5-CryptX/CryptX-0.075/src/ltc/headers/
H A Dtomcrypt_pk.h341 } curve25519_key; typedef
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/crypto/
H A Dquic_crypto_server_config.cc374 QuicServerConfigProtobuf::PrivateKey* curve25519_key = config.add_key(); in GenerateConfig() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/crypto/
H A Dquic_crypto_server_config.cc378 QuicServerConfigProtobuf::PrivateKey* curve25519_key = config.add_key(); in GenerateConfig() local