/freebsd-src/crypto/openssl/crypto/dsa/ |
H A 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
|
H A 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()
|
H A D | dsa_check.c | 89 int ossl_dsa_check_priv_key(const DSA *dsa, const BIGNUM *priv_key, int *ret) in ossl_dsa_check_priv_key()
|
H A D | dsa_backend.c | 34 BIGNUM *priv_key = NULL, *pub_key = NULL; in ossl_dsa_key_fromdata() local
|
H A 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
|
H A D | dsa_local.h | 23 BIGNUM *priv_key; /* x private key */ member
|
/freebsd-src/crypto/openssl/crypto/sm2/ |
H A D | sm2_key.c | 27 const BIGNUM *priv_key = NULL, *order = NULL; in ossl_sm2_key_private_check() local
|
/freebsd-src/crypto/openssl/providers/implementations/include/prov/ |
H A D | macsignature.h | 19 unsigned char *priv_key; member
|
/freebsd-src/crypto/openssl/crypto/ec/ |
H A D | ecdh_ossl.c | 55 const BIGNUM *priv_key; in ossl_ecdh_simple_compute_key() local
|
H A D | ecdsa_ossl.c | 99 const BIGNUM *priv_key; in ecdsa_sign_setup() local 220 const BIGNUM *priv_key; ossl_ecdsa_simple_sign_sig() local
|
H A 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()
|
H A D | ec_key.c | 254 BIGNUM *priv_key = NULL; in ec_generate_key() local 695 int EC_KEY_set_private_key(EC_KEY *key, const BIGNUM *priv_key) in EC_KEY_set_private_key()
|
/freebsd-src/crypto/openssl/crypto/dh/ |
H A 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
|
H A 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()
|
H A D | dh_check.c | 278 int ossl_dh_check_priv_key(const DH *dh, const BIGNUM *priv_key, int *ret) in ossl_dh_check_priv_key()
|
H A D | dh_local.h | 27 BIGNUM *priv_key; /* x */ member
|
H A D | dh_backend.c | 69 BIGNUM *priv_key = NULL, *pub_key = NULL; in ossl_dh_key_fromdata() local
|
H A 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
|
/freebsd-src/crypto/openssl/providers/implementations/encode_decode/ |
H A 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
|
/freebsd-src/crypto/openssh/regress/unittests/sshkey/ |
H A D | common.c | 155 const BIGNUM *priv_key = NULL; in dsa_priv_key() local
|
/freebsd-src/crypto/openssl/demos/signature/ |
H A D | EVP_Signature_demo.c | 78 EVP_PKEY *priv_key = NULL; in demo_sign() local
|
/freebsd-src/crypto/openssl/apps/ |
H A D | testdsa.h | 219 BIGNUM *priv_key, *pub_key, *p, *q, *g; in get_dsa() local
|
/freebsd-src/crypto/openssl/test/ |
H A D | dhtest.c | 42 BIGNUM *priv_key = NULL; in dh_test() local 586 BIGNUM *priv_key = NULL, *pub_key = NULL; in rfc5114_test() local
|
/freebsd-src/contrib/wpa/src/common/ |
H A 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
|
/freebsd-src/contrib/ntp/libntp/ |
H A D | libssl_compat.c | 312 BIGNUM * priv_key in sslshim_DSA_set0_key()
|