Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/
H A Ddh.h250 struct dh_st { struct
251 BIGNUM *p;
252 BIGNUM *g;
253 BIGNUM *pub_key; // g^x mod p
254 BIGNUM *priv_key; // x
258 unsigned priv_length;
260 CRYPTO_MUTEX method_mont_p_lock;
261 BN_MONT_CTX *method_mont_p;
264 BIGNUM *q;
265 BIGNUM *j;
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/
H A Ddh.h250 struct dh_st { struct
251 BIGNUM *p;
252 BIGNUM *g;
253 BIGNUM *pub_key; // g^x mod p
254 BIGNUM *priv_key; // x
258 unsigned priv_length;
260 CRYPTO_MUTEX method_mont_p_lock;
261 BN_MONT_CTX *method_mont_p;
264 BIGNUM *q;
265 BIGNUM *j;
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/
H A Ddh.h313 struct dh_st { struct
314 BIGNUM *p;
315 BIGNUM *g;
316 BIGNUM *pub_key; // g^x mod p
317 BIGNUM *priv_key; // x
321 unsigned priv_length;
323 CRYPTO_MUTEX method_mont_p_lock;
324 BN_MONT_CTX *method_mont_p;
327 BIGNUM *q;
328 BIGNUM *j;
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/
H A Ddh.h313 struct dh_st { struct
314 BIGNUM *p;
315 BIGNUM *g;
316 BIGNUM *pub_key; // g^x mod p
317 BIGNUM *priv_key; // x
321 unsigned priv_length;
323 CRYPTO_MUTEX method_mont_p_lock;
324 BN_MONT_CTX *method_mont_p;
327 BIGNUM *q;
328 BIGNUM *j;
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/
H A Ddh.h313 struct dh_st { struct
314 BIGNUM *p;
315 BIGNUM *g;
316 BIGNUM *pub_key; // g^x mod p
317 BIGNUM *priv_key; // x
321 unsigned priv_length;
323 CRYPTO_MUTEX method_mont_p_lock;
324 BN_MONT_CTX *method_mont_p;
327 BIGNUM *q;
328 BIGNUM *j;
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/
H A Ddh.h313 struct dh_st { struct
314 BIGNUM *p;
315 BIGNUM *g;
316 BIGNUM *pub_key; // g^x mod p
317 BIGNUM *priv_key; // x
321 unsigned priv_length;
323 CRYPTO_MUTEX method_mont_p_lock;
324 BN_MONT_CTX *method_mont_p;
327 BIGNUM *q;
328 BIGNUM *j;
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Ddh.h135 struct dh_st { struct
140 int pad;
141 int version;
142 BIGNUM *p;
143 BIGNUM *g;
144 long length; /* optional */
145 BIGNUM *pub_key; /* g^x % p */
146 BIGNUM *priv_key; /* x */
147 int flags;
148 BN_MONT_CTX *method_mont_p;
[all …]