Home
last modified time | relevance | path

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

12

/openssl-master/crypto/dsa/
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
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()
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()
A Ddsa_backend.c33 BIGNUM *priv_key = NULL, *pub_key = NULL; in ossl_dsa_key_fromdata() local
A Ddsa_local.h23 BIGNUM *priv_key; /* x private key */ member
A Ddsa_ameth.c273 const BIGNUM *priv_key, *pub_key; in do_dsa_print() local
434 const BIGNUM *priv_key = DSA_get0_priv_key(dsa); in dsa_pkey_export_to() local
/openssl-master/crypto/sm2/
A Dsm2_key.c27 const BIGNUM *priv_key = NULL, *order = NULL; in ossl_sm2_key_private_check() local
/openssl-master/providers/implementations/include/prov/
A Dmacsignature.h19 unsigned char *priv_key; member
/openssl-master/crypto/ec/
A Decdh_ossl.c55 const BIGNUM *priv_key; in ossl_ecdh_simple_compute_key() local
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
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()
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()
A Dec_asn1.c930 EC_PRIVATEKEY *priv_key = NULL; in d2i_ECPrivateKey() local
1017 EC_PRIVATEKEY *priv_key = NULL; in i2d_ECPrivateKey() local
/openssl-master/crypto/dh/
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
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()
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()
A Ddh_local.h27 BIGNUM *priv_key; /* x */ member
A Ddh_backend.c69 BIGNUM *priv_key = NULL, *pub_key = NULL; in ossl_dh_key_fromdata() local
A Ddh_ameth.c245 BIGNUM *priv_key, *pub_key; in do_dh_print() local
451 const BIGNUM *priv_key = DH_get0_priv_key(dh); in dh_pkey_export_to() local
/openssl-master/providers/implementations/encode_decode/
A Dencode_key2text.c217 const BIGNUM *priv_key = NULL, *pub_key = NULL; in dh_to_text() local
287 const BIGNUM *priv_key = NULL, *pub_key = NULL; in dsa_to_text() local
509 const BIGNUM *priv_key = EC_KEY_get0_private_key(ec); in ec_to_text() local
/openssl-master/demos/signature/
A DEVP_Signature_demo.c78 EVP_PKEY *priv_key = NULL; in demo_sign() local
/openssl-master/apps/
A Dtestdsa.h219 BIGNUM *priv_key, *pub_key, *p, *q, *g; in get_dsa() local
/openssl-master/test/
A Ddhtest.c42 BIGNUM *priv_key = NULL; in dh_test() local
563 BIGNUM *priv_key = NULL, *pub_key = NULL; in rfc5114_test() local
/openssl-master/crypto/pem/
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
/openssl-master/providers/implementations/keymgmt/
A Dmac_legacy_kmgmt.c60 unsigned char *priv_key; member

Completed in 32 milliseconds

12