Home
last modified time | relevance | path

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

12

/openbsd/lib/libcrypto/dh/
H A Ddh_key.c75 BIGNUM *pub_key = NULL, *priv_key = NULL; in generate_key() local
136 compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) in compute_key()
220 DH_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) in DH_compute_key()
H A Ddh_check.c233 DH_check_pub_key_ex(const DH *dh, const BIGNUM *pub_key) in DH_check_pub_key_ex()
251 DH_check_pub_key(const DH *dh, const BIGNUM *pub_key, int *flags) in DH_check_pub_key()
H A Ddh_lib.c270 DH_get0_key(const DH *dh, const BIGNUM **pub_key, const BIGNUM **priv_key) in DH_get0_key()
280 DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key) in DH_set0_key()
H A Ddh_local.h88 BIGNUM *pub_key; /* g^x */ member
H A Ddh_ameth.c335 BIGNUM *priv_key, *pub_key; in do_dh_print() local
/openbsd/usr.bin/ssh/
H A Dkexdh.c110 const BIGNUM *pub_key; in kex_dh_keypair() local
139 const BIGNUM *pub_key; in kex_dh_enc() local
H A Dkexgexc.c92 const BIGNUM *pub_key; in input_kex_dh_gex_group() local
142 const BIGNUM *pub_key, *dh_p, *dh_g; in input_kex_dh_gex_reply() local
H A Dkexgexs.c124 const BIGNUM *pub_key, *dh_p, *dh_g; in input_kex_dh_gex_init() local
H A Dkexecdh.c92 const EC_POINT *pub_key; in kex_ecdh_enc() local
H A Ddh.c280 const BIGNUM *dh_p, *pub_key; in dh_gen_key() local
/openbsd/lib/libcrypto/ec/
H A Dec_kmeth.c196 int (*set_public)(EC_KEY *key, const EC_POINT *pub_key)) in EC_KEY_METHOD_set_init()
216 int (*ckey)(unsigned char **out, size_t *out_len, const EC_POINT *pub_key, in EC_KEY_METHOD_set_compute_key()
260 int (**pset_public)(EC_KEY *key, const EC_POINT *pub_key)) in EC_KEY_METHOD_get_init()
288 int (**pck)(unsigned char **out, size_t *out_len, const EC_POINT *pub_key, in EC_KEY_METHOD_get_compute_key()
H A Decx_methods.c104 uint8_t *pub_key = NULL, *priv_key = NULL; in ecx_key_generate() local
146 uint8_t *pub_key = NULL; in ecx_key_set_priv() local
183 ecx_key_set_pub(struct ecx_key_st *ecx_key, const uint8_t *pub_key, in ecx_key_set_pub()
247 uint8_t *pub_key = NULL; in ecx_pub_encode() local
H A Dec_key.c239 EC_POINT *pub_key = NULL; in ec_key_gen() local
456 EC_KEY_set_public_key(EC_KEY *key, const EC_POINT *pub_key) in EC_KEY_set_public_key()
H A Dec_ameth.c312 EC_POINT *pub_key = NULL; in eckey_compute_pubkey() local
495 BIGNUM *pub_key = NULL; in do_EC_KEY_print() local
/openbsd/lib/libcrypto/ecdh/
H A Decdh.c146 ecdh_compute_key(unsigned char **out, size_t *out_len, const EC_POINT *pub_key, in ecdh_compute_key()
225 ECDH_compute_key(void *out, size_t out_len, const EC_POINT *pub_key, in ECDH_compute_key()
/openbsd/lib/libcrypto/dsa/
H A Ddsa_key.c75 BIGNUM *pub_key = NULL, *priv_key = NULL; in DSA_generate_key() local
H A Ddsa_lib.c314 DSA_get0_key(const DSA *dsa, const BIGNUM **pub_key, const BIGNUM **priv_key) in DSA_get0_key()
324 DSA_set0_key(DSA *dsa, BIGNUM *pub_key, BIGNUM *priv_key) in DSA_set0_key()
H A Ddsa_local.h86 BIGNUM *pub_key; /* y public key */ member
H A Ddsa_ameth.c417 const BIGNUM *priv_key, *pub_key; in do_dsa_print() local
/openbsd/regress/lib/libcrypto/evp/
H A Devp_ecx_test.c180 uint8_t *pub_key = NULL; in ecx_ed25519_raw_key_test() local
612 uint8_t *pub_key = NULL; in ecx_x25519_raw_key_test() local
/openbsd/regress/sbin/isakmpd/x509/
H A Dx509test.c164 RSA *pub_key, *priv_key; in main() local
/openbsd/regress/usr.bin/ssh/unittests/sshkey/
H A Dcommon.c133 const BIGNUM *pub_key = NULL; in dsa_pub_key() local
/openbsd/usr.bin/openssl/
H A Dtestdsa.h219 BIGNUM *priv_key = NULL, *pub_key = NULL; in get_dsa() local
/openbsd/regress/lib/libcrypto/curve25519/
H A Ded25519test.c27 const uint8_t pub_key[ED25519_PUBLIC_KEY_LENGTH]; member
/openbsd/lib/libssl/
H A Dssl_kex.c205 BIGNUM *pub_key = NULL; in ssl_kex_peer_public_dhe() local

12