Home
last modified time | relevance | path

Searched defs:priv_key (Results 1 – 25 of 38) sorted by relevance

12

/third_party/mbedtls/library/
Dpkcs11.c123 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/
Ddsa_key.c29 BIGNUM *pub_key = NULL, *priv_key = NULL; in dsa_builtin_keygen() local
Ddsa_lib.c194 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()
Ddsa_local.h24 BIGNUM *priv_key; /* x private key */ member
/third_party/boringssl/src/crypto/fipsmodule/ecdh/
Decdh.c81 const EC_KEY *priv_key) { in ECDH_compute_key_fips()
/third_party/boringssl/src/crypto/ecdh_extra/
Decdh_extra.c81 const EC_KEY *priv_key, in ECDH_compute_key()
Decdh_test.cc75 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/
Drtmpdh.h54 FFBigNum priv_key; member
Dlibssh.c41 char *priv_key; member
88 ssh_private_key priv_key; in libssh_authentication() local
/third_party/openssl/crypto/ec/
Decdh_ossl.c44 const BIGNUM *priv_key; in ecdh_simple_compute_key() local
Decdsa_ossl.c44 const BIGNUM *priv_key; in ecdsa_sign_setup() local
164 const BIGNUM *priv_key; in ossl_ecdsa_sign_sig() local
Dec_key.c203 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()
Dec_kmeth.c179 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/
Decdsa.c192 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/
Ddh_lib.c226 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()
Ddh_key.c110 BIGNUM *pub_key = NULL, *priv_key = NULL; in generate_key() local
Ddh_local.h24 BIGNUM *priv_key; /* x */ member
/third_party/boringssl/src/crypto/dh/
Ddh.c127 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/
Dec_key.c240 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/
Ddsa.h403 BIGNUM *priv_key; // x private key member
Ddh.h254 BIGNUM *priv_key; // x member
/third_party/openssl/test/
Ddhtest.c33 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/
Dtestdsa.h217 BIGNUM *priv_key, *pub_key, *p, *q, *g; in get_dsa() local
/third_party/boringssl/src/crypto/evp/
Dprint.c223 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/
Dpvkfmt.c252 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

12