Home
last modified time | relevance | path

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

12

/openssl/crypto/dsa/
H A 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
H A 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()
H A Ddsa_check.c55 int ossl_dsa_check_priv_key(const DSA *dsa, const BIGNUM *priv_key, int *ret) in ossl_dsa_check_priv_key()
H A Ddsa_backend.c34 BIGNUM *priv_key = NULL, *pub_key = NULL; in ossl_dsa_key_fromdata() local
H A Ddsa_local.h23 BIGNUM *priv_key; /* x private key */ member
H A 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
/openssl/crypto/sm2/
H A Dsm2_key.c27 const BIGNUM *priv_key = NULL, *order = NULL; in ossl_sm2_key_private_check() local
/openssl/providers/implementations/include/prov/
H A Dmacsignature.h19 unsigned char *priv_key; member
/openssl/crypto/ec/
H A Decdh_ossl.c55 const BIGNUM *priv_key; in ossl_ecdh_simple_compute_key() local
H A Decdsa_ossl.c85 const BIGNUM *priv_key; in ecdsa_sign_setup() local
203 const BIGNUM *priv_key; in ossl_ecdsa_simple_sign_sig() local
H A Dec_kmeth.c206 const BIGNUM *priv_key), in EC_KEY_METHOD_set_init()
273 const BIGNUM *priv_key), in EC_KEY_METHOD_get_init()
H A Dec_key.c254 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()
H A Dec_asn1.c940 EC_PRIVATEKEY *priv_key = NULL; in d2i_ECPrivateKey() local
1027 EC_PRIVATEKEY *priv_key = NULL; in i2d_ECPrivateKey() local
/openssl/crypto/dh/
H A Ddh_key.c221 const BIGNUM *priv_key, BIGNUM *pub_key) in ossl_dh_generate_public_key()
264 BIGNUM *pub_key = NULL, *priv_key = NULL; in generate_key() local
H A 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()
H A Ddh_check.c251 int ossl_dh_check_priv_key(const DH *dh, const BIGNUM *priv_key, int *ret) in ossl_dh_check_priv_key()
H A Ddh_local.h27 BIGNUM *priv_key; /* x */ member
H A Ddh_backend.c69 BIGNUM *priv_key = NULL, *pub_key = NULL; in ossl_dh_key_fromdata() local
H A 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
/openssl/providers/implementations/encode_decode/
H A 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
519 const BIGNUM *priv_key = EC_KEY_get0_private_key(ec); in ec_to_text() local
/openssl/demos/signature/
H A DEVP_Signature_demo.c78 EVP_PKEY *priv_key = NULL; in demo_sign() local
/openssl/demos/encrypt/
H A Drsa_encrypt.c162 EVP_PKEY *priv_key = NULL; in do_decrypt() local
/openssl/apps/
H A Dtestdsa.h219 BIGNUM *priv_key, *pub_key, *p, *q, *g; in get_dsa() local
/openssl/test/
H A Ddhtest.c42 BIGNUM *priv_key = NULL; in dh_test() local
563 BIGNUM *priv_key = NULL, *pub_key = NULL; in rfc5114_test() local
/openssl/crypto/pem/
H A Dpvkfmt.c381 BIGNUM *pbn = NULL, *qbn = NULL, *gbn = NULL, *priv_key = NULL; in ossl_b2i_DSA_after_header() local
693 const BIGNUM *pub_key = NULL, *priv_key = NULL; in check_bitlen_dsa() local
721 const BIGNUM *pub_key = NULL, *priv_key = NULL; in write_dsa() local

Completed in 95 milliseconds

12