Home
last modified time | relevance | path

Searched defs:pub_key (Results 1 – 25 of 35) sorted by relevance

12

/openssl-master/crypto/dsa/
A Ddsa_check.c40 int ossl_dsa_check_pub_key(const DSA *dsa, const BIGNUM *pub_key, int *ret) in ossl_dsa_check_pub_key()
50 int ossl_dsa_check_pub_key_partial(const DSA *dsa, const BIGNUM *pub_key, int *ret) in ossl_dsa_check_pub_key_partial()
71 BIGNUM *pub_key = NULL; in ossl_dsa_check_pairwise() local
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_backend.c33 BIGNUM *priv_key = NULL, *pub_key = NULL; in ossl_dsa_key_fromdata() local
A Ddsa_local.h22 BIGNUM *pub_key; /* y public key */ member
A Ddsa_ameth.c273 const BIGNUM *priv_key, *pub_key; in do_dsa_print() local
433 const BIGNUM *q = DSA_get0_q(dsa), *pub_key = DSA_get0_pub_key(dsa); in dsa_pkey_export_to() local
/openssl-master/crypto/dh/
A Ddh_check.c216 int DH_check_pub_key_ex(const DH *dh, const BIGNUM *pub_key) in DH_check_pub_key_ex()
236 int DH_check_pub_key(const DH *dh, const BIGNUM *pub_key, int *ret) in DH_check_pub_key()
246 int ossl_dh_check_pub_key_partial(const DH *dh, const BIGNUM *pub_key, int *ret) in ossl_dh_check_pub_key_partial()
288 BIGNUM *pub_key = NULL; in ossl_dh_check_pairwise() local
A Ddh_key.c40 int ossl_dh_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) in ossl_dh_compute_key()
108 int DH_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) in DH_compute_key()
138 int DH_compute_key_padded(unsigned char *key, const BIGNUM *pub_key, DH *dh) in DH_compute_key_padded()
221 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_ameth.c118 ASN1_INTEGER *pub_key = NULL; in dh_pub_encode() local
245 BIGNUM *priv_key, *pub_key; in do_dh_print() local
450 const BIGNUM *pub_key = DH_get0_pub_key(dh); in dh_pkey_export_to() local
A Ddh_local.h26 BIGNUM *pub_key; /* g^x % p */ member
A Ddh_backend.c69 BIGNUM *priv_key = NULL, *pub_key = NULL; in ossl_dh_key_fromdata() local
A Ddh_meth.c124 int (*compute_key) (unsigned char *key, const BIGNUM *pub_key, DH *dh)) in DH_meth_set_compute_key()
/openssl-master/crypto/ec/
A Decdh_ossl.c29 const EC_POINT *pub_key, const EC_KEY *ecdh) in ossl_ecdh_compute_key()
50 const EC_POINT *pub_key, const EC_KEY *ecdh) in ossl_ecdh_simple_compute_key()
A Dec_kmeth.c154 int ECDH_compute_key(void *out, size_t outlen, const EC_POINT *pub_key, in ECDH_compute_key()
208 const EC_POINT *pub_key)) in EC_KEY_METHOD_set_init()
227 const EC_POINT *pub_key, in EC_KEY_METHOD_set_compute_key()
275 const EC_POINT *pub_key)) in EC_KEY_METHOD_get_init()
301 const EC_POINT *pub_key, in EC_KEY_METHOD_get_compute_key()
A Dec_key.c257 EC_POINT *pub_key = NULL; in ec_generate_key() local
785 int EC_KEY_set_public_key(EC_KEY *key, const EC_POINT *pub_key) in EC_KEY_set_public_key()
A Decdsa_ossl.c365 const EC_POINT *pub_key; in ossl_ecdsa_simple_verify_sig() local
/openssl-master/crypto/ffc/
A Dffc_key_validate.c20 const BIGNUM *pub_key, int *ret) in ossl_ffc_validate_public_key_partial()
62 const BIGNUM *pub_key, int *ret) in ossl_ffc_validate_public_key()
/openssl-master/util/perl/TLSProxy/
A DServerKeyExchange.pm133 sub pub_key subroutine
/openssl-master/demos/signature/
A DEVP_Signature_demo.c156 EVP_PKEY *pub_key = NULL; in demo_verify() local
/openssl-master/apps/
A Dtestdsa.h219 BIGNUM *priv_key, *pub_key, *p, *q, *g; in get_dsa() local
A Ddsa.c212 BIGNUM *pub_key = NULL; in dsa_main() 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
/openssl-master/crypto/pem/
A Dpvkfmt.c382 BIGNUM *pub_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 Dec_kmgmt.c114 unsigned char **pub_key) in key_to_params()
436 unsigned char *pub_key = NULL, *genbuf = NULL; in ec_export() local
621 unsigned char *pub_key = NULL, *genbuf = NULL; in common_get_params() local

Completed in 38 milliseconds

12