/third_party/mbedtls/library/ |
D | pkcs11.c | 123 int mbedtls_pkcs11_priv_key_bind( mbedtls_pkcs11_context *priv_key, in mbedtls_pkcs11_priv_key_bind() 148 void mbedtls_pkcs11_priv_key_free( mbedtls_pkcs11_context *priv_key ) in mbedtls_pkcs11_priv_key_free()
|
/third_party/openssl/crypto/dsa/ |
D | dsa_key.c | 29 BIGNUM *pub_key = NULL, *priv_key = NULL; in dsa_builtin_keygen() local
|
D | dsa_lib.c | 194 BIGNUM *p = NULL, *q = NULL, *g = NULL, *pub_key = NULL, *priv_key = NULL; in DSA_dup_DH() local 281 const BIGNUM **pub_key, const BIGNUM **priv_key) in DSA_get0_key() 289 int DSA_set0_key(DSA *d, BIGNUM *pub_key, BIGNUM *priv_key) in DSA_set0_key()
|
D | dsa_local.h | 24 BIGNUM *priv_key; /* x private key */ member
|
/third_party/boringssl/src/crypto/fipsmodule/ecdh/ |
D | ecdh.c | 81 const EC_KEY *priv_key) { in ECDH_compute_key_fips()
|
/third_party/boringssl/src/crypto/ecdh_extra/ |
D | ecdh_extra.c | 81 const EC_KEY *priv_key, in ECDH_compute_key()
|
D | ecdh_test.cc | 75 bssl::UniquePtr<BIGNUM> priv_key = GetBIGNUM(t, "Private"); in TEST() local 135 bssl::UniquePtr<BIGNUM> priv_key = GetWycheproofBIGNUM(t, "private", false); in RunWycheproofTest() local
|
/third_party/ffmpeg/libavformat/ |
D | rtmpdh.h | 54 FFBigNum priv_key; member
|
D | libssh.c | 41 char *priv_key; member 88 ssh_private_key priv_key; in libssh_authentication() local
|
/third_party/openssl/crypto/ec/ |
D | ecdh_ossl.c | 44 const BIGNUM *priv_key; in ecdh_simple_compute_key() local
|
D | ecdsa_ossl.c | 44 const BIGNUM *priv_key; in ecdsa_sign_setup() local 164 const BIGNUM *priv_key; in ossl_ecdsa_sign_sig() local
|
D | ec_key.c | 203 BIGNUM *priv_key = NULL; in ec_key_simple_generate_key() local 418 int EC_KEY_set_private_key(EC_KEY *key, const BIGNUM *priv_key) in EC_KEY_set_private_key()
|
D | ec_kmeth.c | 179 const BIGNUM *priv_key), in EC_KEY_METHOD_set_init() 246 const BIGNUM *priv_key), in EC_KEY_METHOD_get_init()
|
/third_party/boringssl/src/crypto/fipsmodule/ecdsa/ |
D | ecdsa.c | 192 size_t digest_len, const EC_SCALAR *priv_key) { in ecdsa_sign_setup() 261 const EC_SCALAR *priv_key = &eckey->priv_key->scalar; in ECDSA_do_sign() local
|
/third_party/openssl/crypto/dh/ |
D | dh_lib.c | 226 void DH_get0_key(const DH *dh, const BIGNUM **pub_key, const BIGNUM **priv_key) in DH_get0_key() 234 int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key) in DH_set0_key()
|
D | dh_key.c | 110 BIGNUM *pub_key = NULL, *priv_key = NULL; in generate_key() local
|
D | dh_local.h | 24 BIGNUM *priv_key; /* x */ member
|
/third_party/boringssl/src/crypto/dh/ |
D | dh.c | 127 int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key) { in DH_set0_key() 296 BIGNUM *pub_key = NULL, *priv_key = NULL; in DH_generate_key() local
|
/third_party/boringssl/src/crypto/fipsmodule/ec/ |
D | ec_key.c | 240 int EC_KEY_set_private_key(EC_KEY *key, const BIGNUM *priv_key) { in EC_KEY_set_private_key() 437 EC_WRAPPED_SCALAR *priv_key = ec_wrapped_scalar_new(key->group); in EC_KEY_generate_key() local
|
/third_party/boringssl/src/include/openssl/ |
D | dsa.h | 403 BIGNUM *priv_key; // x private key member
|
D | dh.h | 254 BIGNUM *priv_key; // x member
|
/third_party/openssl/test/ |
D | dhtest.c | 33 BIGNUM *priv_key = NULL; in dh_test() local 523 BIGNUM *bady = NULL, *priv_key = NULL, *pub_key = NULL; in rfc5114_test() local
|
/third_party/openssl/apps/ |
D | testdsa.h | 217 BIGNUM *priv_key, *pub_key, *p, *q, *g; in get_dsa() local
|
/third_party/boringssl/src/crypto/evp/ |
D | print.c | 223 const BIGNUM *priv_key, *pub_key; in do_dsa_print() local 302 const BIGNUM *priv_key; in do_EC_KEY_print() local
|
/third_party/openssl/crypto/pem/ |
D | pvkfmt.c | 252 BIGNUM *pbn = NULL, *qbn = NULL, *gbn = NULL, *priv_key = NULL; in b2i_dss() local 494 const BIGNUM *pub_key = NULL, *priv_key = NULL; in check_bitlen_dsa() local 584 const BIGNUM *pub_key = NULL, *priv_key = NULL; in write_dsa() local
|