Home
last modified time | relevance | path

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

12

/third_party/rust/crates/rust-openssl/openssl/src/
Ddsa.rs132 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/
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.c55 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
Ddsa_ameth.c276 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
Ddsa_local.h23 BIGNUM *priv_key; /* x private key */ member
/third_party/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
Dlibssh.c41 char *priv_key; member
88 ssh_private_key priv_key; in libssh_authentication() local
/third_party/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.c85 const BIGNUM *priv_key; in ecdsa_sign_setup() local
203 const BIGNUM *priv_key; in ossl_ecdsa_simple_sign_sig() local
Dec_kmeth.c206 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/
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()
Ddh_check.c276 int ossl_dh_check_priv_key(const DH *dh, const BIGNUM *priv_key, int *ret) in ossl_dh_check_priv_key()
Ddh_local.h27 BIGNUM *priv_key; /* x */ member
Ddh_backend.c69 BIGNUM *priv_key = NULL, *pub_key = NULL; in ossl_dh_key_fromdata() local
Ddh_ameth.c248 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/
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
/third_party/openssl/apps/
Dtestdsa.h219 BIGNUM *priv_key, *pub_key, *p, *q, *g; in get_dsa() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Ddpp_backup.c37 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/
Ddhtest.c42 BIGNUM *priv_key = NULL; in dh_test() local
563 BIGNUM *priv_key = NULL, *pub_key = NULL; in rfc5114_test() local

12