Home
last modified time | relevance | path

Searched defs:priv_key (Results 1 – 25 of 78) sorted by relevance

1234

/third_party/rust/crates/rust-openssl/openssl/src/
Ddsa.rs140 pub fn priv_key(&self) -> &BigNumRef { in priv_key() function
142 let mut priv_key = ptr::null(); in priv_key() localVariable
553 let priv_key = dsa.priv_key(); in test_pubkey_generation() localVariable
566 let priv_key = BigNum::from_u32(15).unwrap(); in test_priv_key_from_parts() localVariable
620 let priv_key = dsa_ref.priv_key(); in test_signature() localVariable
622 let priv_key = Dsa::from_private_components( in test_signature() localVariable
630 let priv_key = PKey::from_dsa(priv_key).unwrap(); in test_signature() localVariable
659 let priv_key: PKey<_> = dsa_ref.try_into().unwrap(); in test_signature_der() localVariable
/third_party/node/deps/openssl/openssl/crypto/dsa/
Ddsa_key.c44 const BIGNUM *priv_key, BIGNUM *pub_key) in ossl_dsa_generate_public_key()
66 BIGNUM *pub_key = NULL, *priv_key = NULL; in dsa_keygen() local
Ddsa_lib.c49 BIGNUM *pub_key = NULL, *priv_key = NULL; in DSA_dup_DH() local
306 const BIGNUM **pub_key, const BIGNUM **priv_key) in DSA_get0_key()
314 int DSA_set0_key(DSA *d, BIGNUM *pub_key, BIGNUM *priv_key) in DSA_set0_key()
Ddsa_check.c57 int ossl_dsa_check_priv_key(const DSA *dsa, const BIGNUM *priv_key, int *ret) in ossl_dsa_check_priv_key()
Ddsa_backend.c34 BIGNUM *priv_key = NULL, *pub_key = NULL; in ossl_dsa_key_fromdata() local
/third_party/openssl/crypto/dsa/
Ddsa_key.c44 const BIGNUM *priv_key, BIGNUM *pub_key) in ossl_dsa_generate_public_key()
66 BIGNUM *pub_key = NULL, *priv_key = NULL; in dsa_keygen() local
Ddsa_lib.c49 BIGNUM *pub_key = NULL, *priv_key = NULL; in DSA_dup_DH() local
304 const BIGNUM **pub_key, const BIGNUM **priv_key) in DSA_get0_key()
312 int DSA_set0_key(DSA *d, BIGNUM *pub_key, BIGNUM *priv_key) in DSA_set0_key()
Ddsa_check.c87 int ossl_dsa_check_priv_key(const DSA *dsa, const BIGNUM *priv_key, int *ret) in ossl_dsa_check_priv_key()
Ddsa_backend.c34 BIGNUM *priv_key = NULL, *pub_key = NULL; in ossl_dsa_key_fromdata() local
/third_party/openssl/crypto/sm2/
Dsm2_key.c27 const BIGNUM *priv_key = NULL, *order = NULL; in ossl_sm2_key_private_check() local
/third_party/node/deps/openssl/openssl/crypto/sm2/
Dsm2_key.c27 const BIGNUM *priv_key = NULL, *order = NULL; in ossl_sm2_key_private_check() local
/third_party/ffmpeg/libavformat/
Drtmpdh.h54 FFBigNum priv_key; member
/third_party/openssl/providers/implementations/include/prov/
Dmacsignature.h19 unsigned char *priv_key; member
/third_party/node/deps/openssl/openssl/providers/implementations/include/prov/
Dmacsignature.h19 unsigned char *priv_key; member
/third_party/openssl/crypto/ec/
Decdh_ossl.c55 const BIGNUM *priv_key; in ossl_ecdh_simple_compute_key() local
Decdsa_ossl.c99 const BIGNUM *priv_key; in ecdsa_sign_setup() local
220 const BIGNUM *priv_key; in ossl_ecdsa_simple_sign_sig() local
/third_party/node/deps/openssl/openssl/crypto/ec/
Decdh_ossl.c55 const BIGNUM *priv_key; in ossl_ecdh_simple_compute_key() local
Decdsa_ossl.c94 const BIGNUM *priv_key; in ecdsa_sign_setup() local
215 const BIGNUM *priv_key; in ossl_ecdsa_simple_sign_sig() local
/third_party/openssl/crypto/dh/
Ddh_key.c227 const BIGNUM *priv_key, BIGNUM *pub_key) in ossl_dh_generate_public_key()
270 BIGNUM *pub_key = NULL, *priv_key = NULL; in generate_key() local
Ddh_lib.c253 void DH_get0_key(const DH *dh, const BIGNUM **pub_key, const BIGNUM **priv_key) in DH_get0_key()
261 int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key) in DH_set0_key()
/third_party/node/deps/openssl/openssl/crypto/dh/
Ddh_key.c226 const BIGNUM *priv_key, BIGNUM *pub_key) in ossl_dh_generate_public_key()
269 BIGNUM *pub_key = NULL, *priv_key = NULL; in generate_key() local
Ddh_lib.c255 void DH_get0_key(const DH *dh, const BIGNUM **pub_key, const BIGNUM **priv_key) in DH_get0_key()
263 int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key) in DH_set0_key()
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/
Dencode_key2text.c220 const BIGNUM *priv_key = NULL, *pub_key = NULL; in dh_to_text() local
296 const BIGNUM *priv_key = NULL, *pub_key = NULL; in dsa_to_text() local
518 const BIGNUM *priv_key = EC_KEY_get0_private_key(ec); in ec_to_text() local
/third_party/openssl/providers/implementations/encode_decode/
Dencode_key2text.c220 const BIGNUM *priv_key = NULL, *pub_key = NULL; in dh_to_text() local
296 const BIGNUM *priv_key = NULL, *pub_key = NULL; in dsa_to_text() local
518 const BIGNUM *priv_key = EC_KEY_get0_private_key(ec); in ec_to_text() local
/third_party/openssl/demos/signature/
DEVP_Signature_demo.c78 EVP_PKEY *priv_key = NULL; in demo_sign() local

1234