Home
last modified time | relevance | path

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

12

/external/chromium_org/net/ssl/
Dopenssl_client_key_store_unittest.cc52 crypto::ScopedEVP_PKEY priv_key(EVP_PKEY_new()); in TEST_F() local
94 crypto::ScopedEVP_PKEY priv_key(EVP_PKEY_new()); in TEST_F() local
Dopenssl_client_key_store.cc40 EVP_PKEY* priv_key) in KeyPair()
/external/openssl/crypto/dsa/
Ddsa_key.c96 BIGNUM *pub_key=NULL,*priv_key=NULL; in dsa_builtin_keygen() local
Ddsa.h173 BIGNUM *priv_key; /* x private key */ member
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/netscape/
DNetscapeCertRequest.java216 public void sign(PrivateKey priv_key) throws NoSuchAlgorithmException, in sign()
223 public void sign(PrivateKey priv_key, SecureRandom rand) in sign()
/external/openssl/crypto/ecdh/
Dech_ossl.c115 const BIGNUM *priv_key; in ecdh_compute_key() local
/external/chromium_org/third_party/boringssl/src/crypto/ec/
Dec_key.c266 int EC_KEY_set_private_key(EC_KEY *key, const BIGNUM *priv_key) { in EC_KEY_set_private_key()
439 BIGNUM *priv_key = NULL, *order = NULL; in EC_KEY_generate_key() local
Dec_asn1.c286 EC_PRIVATEKEY *priv_key = NULL; in d2i_ECPrivateKey() local
386 EC_PRIVATEKEY *priv_key = NULL; in i2d_ECPrivateKey() local
/external/chromium_org/third_party/boringssl/src/crypto/dh/
Ddh_impl.c182 BIGNUM *pub_key = NULL, *priv_key = NULL; in generate_key() local
/external/chromium_org/third_party/boringssl/src/crypto/ecdh/
Decdh.c76 EC_KEY *priv_key, void *(*KDF)(const void *in, size_t inlen, in ECDH_compute_key()
/external/openssl/crypto/ec/
Dec_key.c243 BIGNUM *priv_key = NULL, *order = NULL; in EC_KEY_generate_key() local
479 int EC_KEY_set_private_key(EC_KEY *key, const BIGNUM *priv_key) in EC_KEY_set_private_key()
Dec_ameth.c267 const BIGNUM *priv_key; in eckey_priv_decode() local
438 const BIGNUM *priv_key; in do_EC_KEY_print() local
Dec_asn1.c1122 EC_PRIVATEKEY *priv_key=NULL; in d2i_ECPrivateKey() local
1248 EC_PRIVATEKEY *priv_key=NULL; in i2d_ECPrivateKey() local
/external/chromium_org/chromeos/
Dcert_loader.cc124 SECKEYPrivateKey *priv_key = in GetPkcs11IdAndSlotForCert() local
/external/openssl/crypto/dh/
Ddh_key.c124 BIGNUM *pub_key=NULL,*priv_key=NULL; in generate_key() local
Ddh_ameth.c325 BIGNUM *priv_key, *pub_key; in do_dh_print() local
Ddh.h140 BIGNUM *priv_key; /* x */ member
/external/openssl/crypto/ecdsa/
Decs_ossl.c252 const BIGNUM *priv_key; in ecdsa_do_sign() local
/external/chromium_org/third_party/boringssl/src/crypto/evp/
Dp_ec_asn1.c249 const BIGNUM *priv_key; in eckey_priv_decode() local
396 const BIGNUM *priv_key; in do_EC_KEY_print() local
/external/chromium_org/third_party/boringssl/src/include/openssl/
Ddh.h230 BIGNUM *priv_key; /* x */ member
Ddsa.h347 BIGNUM *priv_key; /* x private key */ member
/external/chromium_org/third_party/boringssl/src/crypto/dsa/
Ddsa_impl.c401 BIGNUM *pub_key = NULL, *priv_key = NULL; in keygen() local
/external/openssl/ssl/
Dd1_clnt.c1351 const BIGNUM *priv_key; in dtls1_send_client_key_exchange() local
/external/chromium_org/third_party/boringssl/src/crypto/ecdsa/
Decdsa.c367 const BIGNUM *priv_key; in ECDSA_do_sign_ex() local
/external/openssl/include/openssl/
Ddh.h140 BIGNUM *priv_key; /* x */ member

12