| /third_party/rust/crates/rust-openssl/openssl/src/ |
| D | dsa.rs | 132 pub fn priv_key(&self) -> &BigNumRef { in priv_key() function 134 let mut priv_key = ptr::null(); in priv_key() localVariable 521 let priv_key = dsa.priv_key(); in test_pubkey_generation() localVariable 534 let priv_key = BigNum::from_u32(15).unwrap(); in test_priv_key_from_parts() localVariable 570 let priv_key = dsa_ref.priv_key(); in test_signature() localVariable 572 let priv_key = Dsa::from_private_components( in test_signature() localVariable 580 let priv_key = PKey::from_dsa(priv_key).unwrap(); in test_signature() localVariable 609 let priv_key: PKey<_> = dsa_ref.try_into().unwrap(); in test_signature_der() localVariable
|
| /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 | 55 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
|
| D | dsa_ameth.c | 276 const BIGNUM *priv_key, *pub_key; in do_dsa_print() local 437 const BIGNUM *priv_key = DSA_get0_priv_key(dsa); in dsa_pkey_export_to() local
|
| D | dsa_local.h | 23 BIGNUM *priv_key; /* x private key */ member
|
| /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/ffmpeg/libavformat/ |
| D | rtmpdh.h | 54 FFBigNum priv_key; member
|
| D | libssh.c | 41 char *priv_key; member 88 ssh_private_key priv_key; in libssh_authentication() local
|
| /third_party/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 | 85 const BIGNUM *priv_key; in ecdsa_sign_setup() local 203 const BIGNUM *priv_key; in ossl_ecdsa_simple_sign_sig() local
|
| D | ec_kmeth.c | 206 const BIGNUM *priv_key), in EC_KEY_METHOD_set_init() 273 const BIGNUM *priv_key), in EC_KEY_METHOD_get_init()
|
| /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()
|
| D | dh_check.c | 276 int ossl_dh_check_priv_key(const DH *dh, const BIGNUM *priv_key, int *ret) in ossl_dh_check_priv_key()
|
| D | dh_local.h | 27 BIGNUM *priv_key; /* x */ member
|
| D | dh_backend.c | 69 BIGNUM *priv_key = NULL, *pub_key = NULL; in ossl_dh_key_fromdata() local
|
| D | dh_ameth.c | 248 BIGNUM *priv_key, *pub_key; in do_dh_print() local 461 const BIGNUM *priv_key = DH_get0_priv_key(dh); in dh_pkey_export_to() 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
|
| /third_party/openssl/apps/ |
| D | testdsa.h | 219 BIGNUM *priv_key, *pub_key, *p, *q, *g; in get_dsa() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
| D | dpp_backup.c | 37 struct wpabuf *buf, *priv_key = NULL; in dpp_build_conf_params() local 153 struct wpabuf *key = NULL, *attr, *alg, *priv_key = NULL; in dpp_build_key_pkg() local
|
| /third_party/openssl/test/ |
| D | dhtest.c | 42 BIGNUM *priv_key = NULL; in dh_test() local 563 BIGNUM *priv_key = NULL, *pub_key = NULL; in rfc5114_test() local
|