Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/
H A Ddsa.h405 struct dsa_st { struct
406 long version;
407 BIGNUM *p;
408 BIGNUM *q; // == 20
409 BIGNUM *g;
411 BIGNUM *pub_key; // y public key
412 BIGNUM *priv_key; // x private key
414 BIGNUM *kinv; // Signing pre-calc
415 BIGNUM *r; // Signing pre-calc
417 int flags;
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/
H A Ddsa.h405 struct dsa_st { struct
406 long version;
407 BIGNUM *p;
408 BIGNUM *q; // == 20
409 BIGNUM *g;
411 BIGNUM *pub_key; // y public key
412 BIGNUM *priv_key; // x private key
414 BIGNUM *kinv; // Signing pre-calc
415 BIGNUM *r; // Signing pre-calc
417 int flags;
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/
H A Ddsa.h412 struct dsa_st { struct
413 long version;
414 BIGNUM *p;
415 BIGNUM *q; // == 20
416 BIGNUM *g;
418 BIGNUM *pub_key; // y public key
419 BIGNUM *priv_key; // x private key
421 int flags;
423 CRYPTO_MUTEX method_mont_lock;
424 BN_MONT_CTX *method_mont_p;
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/
H A Ddsa.h412 struct dsa_st { struct
413 long version;
414 BIGNUM *p;
415 BIGNUM *q; // == 20
416 BIGNUM *g;
418 BIGNUM *pub_key; // y public key
419 BIGNUM *priv_key; // x private key
421 int flags;
423 CRYPTO_MUTEX method_mont_lock;
424 BN_MONT_CTX *method_mont_p;
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/
H A Ddsa.h412 struct dsa_st { struct
413 long version;
414 BIGNUM *p;
415 BIGNUM *q; // == 20
416 BIGNUM *g;
418 BIGNUM *pub_key; // y public key
419 BIGNUM *priv_key; // x private key
421 int flags;
423 CRYPTO_MUTEX method_mont_lock;
424 BN_MONT_CTX *method_mont_p;
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/
H A Ddsa.h412 struct dsa_st { struct
413 long version;
414 BIGNUM *p;
415 BIGNUM *q; // == 20
416 BIGNUM *g;
418 BIGNUM *pub_key; // y public key
419 BIGNUM *priv_key; // x private key
421 int flags;
423 CRYPTO_MUTEX method_mont_lock;
424 BN_MONT_CTX *method_mont_p;
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Ddsa.h155 struct dsa_st { struct
160 int pad;
161 long version;
162 int write_params;
163 BIGNUM *p;
164 BIGNUM *q; /* == 20 */
165 BIGNUM *g;
166 BIGNUM *pub_key; /* y public key */
167 BIGNUM *priv_key; /* x private key */
168 BIGNUM *kinv; /* Signing pre-calc */
[all …]