| /third_party/node/deps/openssl/openssl/crypto/dsa/ |
| D | dsa_check.c | 40 int ossl_dsa_check_pub_key(const DSA *dsa, const BIGNUM *pub_key, int *ret) in ossl_dsa_check_pub_key() 51 int ossl_dsa_check_pub_key_partial(const DSA *dsa, const BIGNUM *pub_key, int *ret) in ossl_dsa_check_pub_key_partial() 73 BIGNUM *pub_key = NULL; in ossl_dsa_check_pairwise() local
|
| D | dsa_key.c | 44 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
|
| D | dsa_lib.c | 49 BIGNUM *pub_key = NULL, *priv_key = NULL; in DSA_dup_DH() local 306 const BIGNUM **pub_key, const BIGNUM **priv_key) in DSA_get0_key() 314 int DSA_set0_key(DSA *d, BIGNUM *pub_key, BIGNUM *priv_key) in DSA_set0_key()
|
| D | dsa_backend.c | 34 BIGNUM *priv_key = NULL, *pub_key = NULL; in ossl_dsa_key_fromdata() local
|
| /third_party/openssl/crypto/dsa/ |
| D | dsa_check.c | 66 int ossl_dsa_check_pub_key(const DSA *dsa, const BIGNUM *pub_key, int *ret) in ossl_dsa_check_pub_key() 79 int ossl_dsa_check_pub_key_partial(const DSA *dsa, const BIGNUM *pub_key, int *ret) in ossl_dsa_check_pub_key_partial() 105 BIGNUM *pub_key = NULL; in ossl_dsa_check_pairwise() local
|
| D | dsa_key.c | 44 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
|
| D | dsa_lib.c | 49 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()
|
| /third_party/openssl/crypto/dh/ |
| D | dh_check.c | 229 int DH_check_pub_key_ex(const DH *dh, const BIGNUM *pub_key) in DH_check_pub_key_ex() 249 int DH_check_pub_key(const DH *dh, const BIGNUM *pub_key, int *ret) in DH_check_pub_key() 271 int ossl_dh_check_pub_key_partial(const DH *dh, const BIGNUM *pub_key, int *ret) in ossl_dh_check_pub_key_partial() 334 BIGNUM *pub_key = NULL; in ossl_dh_check_pairwise() local
|
| D | dh_key.c | 40 int ossl_dh_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) in ossl_dh_compute_key() 114 int DH_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) in DH_compute_key() 144 int DH_compute_key_padded(unsigned char *key, const BIGNUM *pub_key, DH *dh) in DH_compute_key_padded() 227 const BIGNUM *priv_key, BIGNUM *pub_key) in ossl_dh_generate_public_key() 270 BIGNUM *pub_key = NULL, *priv_key = NULL; in generate_key() local
|
| D | dh_lib.c | 253 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()
|
| D | dh_ameth.c | 118 ASN1_INTEGER *pub_key = NULL; in dh_pub_encode() local 248 BIGNUM *priv_key, *pub_key; in do_dh_print() local 460 const BIGNUM *pub_key = DH_get0_pub_key(dh); in dh_pkey_export_to() local
|
| /third_party/node/deps/openssl/openssl/crypto/dh/ |
| D | dh_check.c | 230 int DH_check_pub_key_ex(const DH *dh, const BIGNUM *pub_key) in DH_check_pub_key_ex() 250 int DH_check_pub_key(const DH *dh, const BIGNUM *pub_key, int *ret) in DH_check_pub_key() 272 int ossl_dh_check_pub_key_partial(const DH *dh, const BIGNUM *pub_key, int *ret) in ossl_dh_check_pub_key_partial() 336 BIGNUM *pub_key = NULL; in ossl_dh_check_pairwise() local
|
| D | dh_key.c | 40 int ossl_dh_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) in ossl_dh_compute_key() 114 int DH_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) in DH_compute_key() 144 int DH_compute_key_padded(unsigned char *key, const BIGNUM *pub_key, DH *dh) in DH_compute_key_padded() 226 const BIGNUM *priv_key, BIGNUM *pub_key) in ossl_dh_generate_public_key() 269 BIGNUM *pub_key = NULL, *priv_key = NULL; in generate_key() local
|
| D | dh_lib.c | 255 void DH_get0_key(const DH *dh, const BIGNUM **pub_key, const BIGNUM **priv_key) in DH_get0_key() 263 int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key) in DH_set0_key()
|
| D | dh_ameth.c | 118 ASN1_INTEGER *pub_key = NULL; in dh_pub_encode() local 248 BIGNUM *priv_key, *pub_key; in do_dh_print() local 460 const BIGNUM *pub_key = DH_get0_pub_key(dh); in dh_pkey_export_to() local
|
| /third_party/rust/crates/rust-openssl/openssl/src/ |
| D | dsa.rs | 104 pub fn pub_key(&self) -> &BigNumRef { in pub_key() function 106 let mut pub_key = ptr::null(); in pub_key() localVariable 554 let pub_key = dsa.pub_key(); in test_pubkey_generation() localVariable 567 let pub_key = BigNum::from_u32(207).unwrap(); in test_priv_key_from_parts() localVariable 582 let pub_key = BigNum::from_u32(207).unwrap(); in test_pub_key_from_parts() localVariable 619 let pub_key = dsa_ref.pub_key(); in test_signature() localVariable 632 let pub_key = Dsa::from_public_components( in test_signature() localVariable 639 let pub_key = PKey::from_dsa(pub_key).unwrap(); in test_signature() localVariable 658 let pub_key: PKey<_> = dsa_ref.clone().try_into().unwrap(); in test_signature_der() localVariable
|
| /third_party/openssl/crypto/ffc/ |
| D | ffc_key_validate.c | 20 const BIGNUM *pub_key, int *ret) in ossl_ffc_validate_public_key_partial() 67 const BIGNUM *pub_key, int *ret) in ossl_ffc_validate_public_key()
|
| /third_party/openssl/crypto/ec/ |
| D | ecdh_ossl.c | 29 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()
|
| D | ec_kmeth.c | 154 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()
|
| /third_party/node/deps/openssl/openssl/crypto/ec/ |
| D | ecdh_ossl.c | 29 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()
|
| D | ec_kmeth.c | 154 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()
|
| /third_party/node/deps/openssl/openssl/crypto/ffc/ |
| D | ffc_key_validate.c | 20 const BIGNUM *pub_key, int *ret) in ossl_ffc_validate_public_key_partial() 63 const BIGNUM *pub_key, int *ret) in ossl_ffc_validate_public_key()
|
| /third_party/node/deps/openssl/openssl/util/perl/TLSProxy/ |
| D | ServerKeyExchange.pm | 133 sub pub_key subroutine
|
| /third_party/openssl/util/perl/TLSProxy/ |
| D | ServerKeyExchange.pm | 133 sub pub_key subroutine
|
| /third_party/ffmpeg/libavformat/ |
| D | rtmpdh.h | 53 FFBigNum pub_key; member
|