Home
last modified time | relevance | path

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

/third_party/openssl/crypto/dh/
Ddh_local.h13 struct dh_st { struct
18 int pad;
19 int version;
20 BIGNUM *p;
21 BIGNUM *g;
22 int32_t length; /* optional */
23 BIGNUM *pub_key; /* g^x % p */
24 BIGNUM *priv_key; /* x */
25 int flags;
26 BN_MONT_CTX *method_mont_p;
[all …]
/third_party/python/Lib/lib2to3/tests/data/
Dinfinite_recursion.py519 class dh_st(Structure): class