Home
last modified time | relevance | path

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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/netscape/
DNetscapeCertRequest.java214 public void sign(PrivateKey priv_key) throws NoSuchAlgorithmException, in sign()
221 public void sign(PrivateKey priv_key, SecureRandom rand) in sign()
/external/boringssl/src/crypto/ecdh/
Decdh.c81 const EC_KEY *priv_key, in ECDH_compute_key()
Decdh_test.cc64 bssl::UniquePtr<BIGNUM> priv_key = GetBIGNUM(t, "Private"); in TestECDH() local
/external/boringssl/src/crypto/ecdsa/
Decdsa_sign_test.cc64 bssl::UniquePtr<BIGNUM> priv_key = GetBIGNUM(t, "Private"); in TestECDSASign() local
Decdsa.c356 const BIGNUM *priv_key; in ECDSA_do_sign_ex() local
/external/boringssl/src/crypto/ec/
Dec_key.c258 int EC_KEY_set_private_key(EC_KEY *key, const BIGNUM *priv_key) { in EC_KEY_set_private_key()
410 BIGNUM *priv_key = NULL; in EC_KEY_generate_key() local
Dinternal.h236 BIGNUM *priv_key; member
/external/boringssl/src/include/openssl/
Ddsa.h397 BIGNUM *priv_key; /* x private key */ member
Ddh.h253 BIGNUM *priv_key; /* x */ member
/external/boringssl/src/crypto/evp/
Dprint.c254 const BIGNUM *priv_key, *pub_key; in do_dsa_print() local
333 const BIGNUM *priv_key; in do_EC_KEY_print() local
/external/boringssl/src/crypto/dh/
Ddh.c260 BIGNUM *pub_key = NULL, *priv_key = NULL; in DH_generate_key() local
/external/curl/lib/vtls/
Dopenssl.c560 EVP_PKEY *priv_key = NULL; in cert_stuff() local
2524 const BIGNUM *priv_key; in get_cert_chain() local
2558 const BIGNUM *priv_key; in get_cert_chain() local
/external/boringssl/src/crypto/dsa/
Ddsa.c436 BIGNUM *pub_key = NULL, *priv_key = NULL; in DSA_generate_key() local