| /third_party/openssl/crypto/dh/ |
| H A D | dh_meth.c | 123 DH_meth_set_compute_key(DH_METHOD *dhm, int (*compute_key) (unsigned char *key, const BIGNUM *pub_key, DH *dh)) DH_meth_set_compute_key() argument
|
| H A D | dh_backend.c | 69 BIGNUM *priv_key = NULL, *pub_key = NULL; in ossl_dh_key_fromdata() local
|
| H A D | dh_key.c | 40 int ossl_dh_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) in ossl_dh_compute_key() argument 114 int DH_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) in DH_compute_key() argument 144 int DH_compute_key_padded(unsigned char *key, const BIGNUM *pub_key, DH *dh) in DH_compute_key_padded() argument 226 ossl_dh_generate_public_key(BN_CTX *ctx, const DH *dh, const BIGNUM *priv_key, BIGNUM *pub_key) ossl_dh_generate_public_key() argument 270 BIGNUM *pub_key = NULL, *priv_key = NULL; generate_key() local [all...] |
| H A D | dh_lib.c | 253 void DH_get0_key(const DH *dh, const BIGNUM **pub_key, const BIGNUM **priv_key) in DH_get0_key() argument 261 int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key) in DH_set0_key() argument [all...] |
| /third_party/openssl/crypto/dsa/ |
| H A D | dsa_backend.c | 34 BIGNUM *priv_key = NULL, *pub_key = NULL; in ossl_dsa_key_fromdata() local
|
| H A D | dsa_lib.c | 49 BIGNUM *pub_key = NULL, *priv_key = NULL; in DSA_dup_DH() local 303 DSA_get0_key(const DSA *d, const BIGNUM **pub_key, const BIGNUM **priv_key) DSA_get0_key() argument 312 DSA_set0_key(DSA *d, BIGNUM *pub_key, BIGNUM *priv_key) DSA_set0_key() argument [all...] |
| H A D | dsa_ameth.c | 276 const BIGNUM *priv_key, *pub_key; in do_dsa_print() local 436 const BIGNUM *q = DSA_get0_q(dsa), *pub_key in dsa_pkey_export_to() local [all...] |
| /third_party/rust/crates/rust-openssl/openssl/src/ |
| H A D | dh.rs | 233 let mut pub_key = ptr::null(); in public_key() variables [all...] |
| H A D | dsa.rs | 104 pub fn pub_key(&self) -> &BigNumRef { in pub_key() functions 106 let mut pub_key = ptr::null(); in pub_key() variables [all...] |
| /third_party/node/deps/openssl/openssl/apps/ |
| H A D | dsa.c | 212 BIGNUM *pub_key = NULL; in dsa_main() local
|
| /third_party/node/deps/openssl/openssl/crypto/dsa/ |
| H A D | dsa_lib.c | 49 BIGNUM *pub_key = NULL, *priv_key = NULL; in DSA_dup_DH() local 305 DSA_get0_key(const DSA *d, const BIGNUM **pub_key, const BIGNUM **priv_key) DSA_get0_key() argument 314 DSA_set0_key(DSA *d, BIGNUM *pub_key, BIGNUM *priv_key) DSA_set0_key() argument [all...] |
| H A D | dsa_ameth.c | 276 const BIGNUM *priv_key, *pub_key; in do_dsa_print() local 436 const BIGNUM *q = DSA_get0_q(dsa), *pub_key in dsa_pkey_export_to() local [all...] |
| /third_party/node/deps/openssl/openssl/crypto/ec/ |
| H A D | ecdsa_ossl.c | 382 const EC_POINT *pub_key; in ossl_ecdsa_simple_verify_sig() local
|
| H A D | ec_kmeth.c | 154 int ECDH_compute_key(void *out, size_t outlen, const EC_POINT *pub_key, in ECDH_compute_key() argument 200 EC_KEY_METHOD_set_init(EC_KEY_METHOD *meth, int (*init)(EC_KEY *key), void (*finish)(EC_KEY *key), int (*copy)(EC_KEY *dest, const EC_KEY *src), int (*set_group)(EC_KEY *key, const EC_GROUP *grp), int (*set_private)(EC_KEY *key, const BIGNUM *priv_key), int (*set_public)(EC_KEY *key, const EC_POINT *pub_key)) EC_KEY_METHOD_set_init() argument 224 EC_KEY_METHOD_set_compute_key(EC_KEY_METHOD *meth, int (*ckey)(unsigned char **psec, size_t *pseclen, const EC_POINT *pub_key, const EC_KEY *ecdh)) EC_KEY_METHOD_set_compute_key() argument 266 EC_KEY_METHOD_get_init(const EC_KEY_METHOD *meth, int (**pinit)(EC_KEY *key), void (**pfinish)(EC_KEY *key), int (**pcopy)(EC_KEY *dest, const EC_KEY *src), int (**pset_group)(EC_KEY *key, const EC_GROUP *grp), int (**pset_private)(EC_KEY *key, const BIGNUM *priv_key), int (**pset_public)(EC_KEY *key, const EC_POINT *pub_key)) EC_KEY_METHOD_get_init() argument 298 EC_KEY_METHOD_get_compute_key(const EC_KEY_METHOD *meth, int (**pck)(unsigned char **pout, size_t *poutlen, const EC_POINT *pub_key, const EC_KEY *ecdh)) EC_KEY_METHOD_get_compute_key() argument
|
| /third_party/node/deps/openssl/openssl/providers/implementations/exchange/ |
| H A D | dh_exch.c | 149 const BIGNUM *pub_key = NULL; in dh_plain_derive() local
|
| /third_party/node/deps/openssl/openssl/crypto/dh/ |
| H A D | dh_key.c | 40 int ossl_dh_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) in ossl_dh_compute_key() argument 114 int DH_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) in DH_compute_key() argument 144 int DH_compute_key_padded(unsigned char *key, const BIGNUM *pub_key, DH *dh) in DH_compute_key_padded() argument 225 ossl_dh_generate_public_key(BN_CTX *ctx, const DH *dh, const BIGNUM *priv_key, BIGNUM *pub_key) ossl_dh_generate_public_key() argument 269 BIGNUM *pub_key = NULL, *priv_key = NULL; generate_key() local [all...] |
| 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() argument 263 int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key) in DH_set0_key() argument [all...] |
| /third_party/openssl/crypto/ec/ |
| H A D | ecdsa_ossl.c | 387 const EC_POINT *pub_key; in ossl_ecdsa_simple_verify_sig() local
|
| H A D | ec_kmeth.c | 154 int ECDH_compute_key(void *out, size_t outlen, const EC_POINT *pub_key, in ECDH_compute_key() argument 200 EC_KEY_METHOD_set_init(EC_KEY_METHOD *meth, int (*init)(EC_KEY *key), void (*finish)(EC_KEY *key), int (*copy)(EC_KEY *dest, const EC_KEY *src), int (*set_group)(EC_KEY *key, const EC_GROUP *grp), int (*set_private)(EC_KEY *key, const BIGNUM *priv_key), int (*set_public)(EC_KEY *key, const EC_POINT *pub_key)) EC_KEY_METHOD_set_init() argument 224 EC_KEY_METHOD_set_compute_key(EC_KEY_METHOD *meth, int (*ckey)(unsigned char **psec, size_t *pseclen, const EC_POINT *pub_key, const EC_KEY *ecdh)) EC_KEY_METHOD_set_compute_key() argument 266 EC_KEY_METHOD_get_init(const EC_KEY_METHOD *meth, int (**pinit)(EC_KEY *key), void (**pfinish)(EC_KEY *key), int (**pcopy)(EC_KEY *dest, const EC_KEY *src), int (**pset_group)(EC_KEY *key, const EC_GROUP *grp), int (**pset_private)(EC_KEY *key, const BIGNUM *priv_key), int (**pset_public)(EC_KEY *key, const EC_POINT *pub_key)) EC_KEY_METHOD_get_init() argument 298 EC_KEY_METHOD_get_compute_key(const EC_KEY_METHOD *meth, int (**pck)(unsigned char **pout, size_t *poutlen, const EC_POINT *pub_key, const EC_KEY *ecdh)) EC_KEY_METHOD_get_compute_key() argument
|
| /third_party/openssl/apps/ |
| H A D | dsa.c | 212 BIGNUM *pub_key = NULL; in dsa_main() local
|
| /third_party/openssl/providers/implementations/exchange/ |
| H A D | dh_exch.c | 149 const BIGNUM *pub_key = NULL; in dh_plain_derive() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/ |
| H A D | wpa_evp_key.c | 222 EVP_PKEY *pub_key = NULL;
in GET_EVP_PKEY() local [all...] |
| /third_party/ffmpeg/libavformat/ |
| H A D | libssh.c | 87 ssh_string pub_key; in libssh_authentication() local
|
| /third_party/mbedtls/library/ |
| H A D | lmots.c | 313 public_key_from_hashed_digit_array(const mbedtls_lmots_parameters_t *params, const unsigned char *y_hashed_digits, unsigned char *pub_key) public_key_from_hashed_digit_array() argument
|
| H A D | lms.c | 94 create_merkle_leaf_value(const mbedtls_lms_parameters_t *params, unsigned char *pub_key, unsigned int r_node_idx, unsigned char *out) create_merkle_leaf_value() argument
|