| /third_party/rust/crates/rust-openssl/openssl/src/ |
| D | dsa.rs | 140 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/ |
| D | dsa_key.c | 44 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
|
| D | dsa_lib.c | 49 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()
|
| D | dsa_check.c | 57 int ossl_dsa_check_priv_key(const DSA *dsa, const BIGNUM *priv_key, int *ret) in ossl_dsa_check_priv_key()
|
| D | dsa_backend.c | 34 BIGNUM *priv_key = NULL, *pub_key = NULL; in ossl_dsa_key_fromdata() local
|
| /third_party/openssl/crypto/dsa/ |
| D | dsa_key.c | 44 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
|
| D | dsa_lib.c | 49 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()
|
| D | dsa_check.c | 87 int ossl_dsa_check_priv_key(const DSA *dsa, const BIGNUM *priv_key, int *ret) in ossl_dsa_check_priv_key()
|
| D | dsa_backend.c | 34 BIGNUM *priv_key = NULL, *pub_key = NULL; in ossl_dsa_key_fromdata() local
|
| /third_party/openssl/crypto/sm2/ |
| D | sm2_key.c | 27 const BIGNUM *priv_key = NULL, *order = NULL; in ossl_sm2_key_private_check() local
|
| /third_party/node/deps/openssl/openssl/crypto/sm2/ |
| D | sm2_key.c | 27 const BIGNUM *priv_key = NULL, *order = NULL; in ossl_sm2_key_private_check() local
|
| /third_party/ffmpeg/libavformat/ |
| D | rtmpdh.h | 54 FFBigNum priv_key; member
|
| /third_party/openssl/providers/implementations/include/prov/ |
| D | macsignature.h | 19 unsigned char *priv_key; member
|
| /third_party/node/deps/openssl/openssl/providers/implementations/include/prov/ |
| D | macsignature.h | 19 unsigned char *priv_key; member
|
| /third_party/openssl/crypto/ec/ |
| D | ecdh_ossl.c | 55 const BIGNUM *priv_key; in ossl_ecdh_simple_compute_key() local
|
| D | ecdsa_ossl.c | 99 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/ |
| D | ecdh_ossl.c | 55 const BIGNUM *priv_key; in ossl_ecdh_simple_compute_key() local
|
| D | ecdsa_ossl.c | 94 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/ |
| D | dh_key.c | 227 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
|
| D | dh_lib.c | 253 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/ |
| D | dh_key.c | 226 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
|
| D | dh_lib.c | 255 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/ |
| D | encode_key2text.c | 220 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/ |
| D | encode_key2text.c | 220 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/ |
| D | EVP_Signature_demo.c | 78 EVP_PKEY *priv_key = NULL; in demo_sign() local
|