Home
last modified time | relevance | path

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

12

/external/epid-sdk/epid/member/tiny/unittests/
Dprovision_key-test.cc39 PrivKey const* priv_key, in ProvisionBulkAndStart()
53 PrivKey priv_key = this->kMemberPrivateKey; in TEST_F() local
75 PrivKey priv_key = this->kMemberPrivateKey; in TEST_F() local
91 const PrivKey priv_key = { in TEST_F() local
110 PrivKey priv_key = this->kMemberPrivateKey; in TEST_F() local
182 PrivKey priv_key = this->kMemberPrivateKey; in TEST_F() local
200 PrivKey priv_key = this->kMemberPrivateKey; in TEST_F() local
224 PrivKey priv_key = this->kMemberPrivateKey; in TEST_F() local
Ddecompress_privkey-test.cc39 PrivKey priv_key = {}; in TEST_F() local
52 PrivKey priv_key = {}; in TEST_F() local
61 PrivKey priv_key = {}; in TEST_F() local
70 PrivKey priv_key = {}; in TEST_F() local
86 PrivKey priv_key = {}; in TEST_F() local
Dprovision_compressed-test.cc54 CompressedPrivKey priv_key = this->kGrpXMember9CompressedKey; in TEST_F() local
80 CompressedPrivKey priv_key = this->kGrpXMember9CompressedKey; in TEST_F() local
97 CompressedPrivKey priv_key = this->kGrpXMember9CompressedKey; in TEST_F() local
152 CompressedPrivKey priv_key = this->kGrpXMember9CompressedKey; in TEST_F() local
Dprovision_credential-test.cc256 const PrivKey* priv_key = in TEST_F() local
278 const PrivKey* priv_key = in TEST_F() local
/external/epid-sdk/epid/member/unittests/
Dprovision_key-test.cc41 PrivKey const* priv_key, in ProvisionBulkAndStart()
55 PrivKey priv_key = this->kMemberPrivateKey; in TEST_F() local
77 PrivKey priv_key = this->kMemberPrivateKey; in TEST_F() local
93 const PrivKey priv_key = { in TEST_F() local
112 PrivKey priv_key = this->kMemberPrivateKey; in TEST_F() local
184 PrivKey priv_key = this->kMemberPrivateKey; in TEST_F() local
202 PrivKey priv_key = this->kMemberPrivateKey; in TEST_F() local
228 PrivKey priv_key = this->kMemberPrivateKey; in TEST_F() local
Ddecompress_privkey-test.cc39 PrivKey priv_key = {}; in TEST_F() local
52 PrivKey priv_key = {}; in TEST_F() local
61 PrivKey priv_key = {}; in TEST_F() local
70 PrivKey priv_key = {}; in TEST_F() local
85 PrivKey priv_key = {}; in TEST_F() local
Dprovision_compressed-test.cc55 CompressedPrivKey priv_key = this->kGrpXMember9CompressedKey; in TEST_F() local
81 CompressedPrivKey priv_key = this->kGrpXMember9CompressedKey; in TEST_F() local
99 CompressedPrivKey priv_key = this->kGrpXMember9CompressedKey; in TEST_F() local
154 CompressedPrivKey priv_key = this->kGrpXMember9CompressedKey; in TEST_F() local
Diskeyvalid-test.cc44 const PrivKey priv_key = this->kMemberPrivateKey; in TEST_F() local
72 const PrivKey priv_key = this->kMemberPrivateKey; in TEST_F() local
91 PrivKey priv_key = this->kMemberPrivateKey; in TEST_F() local
/external/python/rsa/rsa/
Dpkcs1.py181 def decrypt(crypto, priv_key): argument
250 def sign_hash(hash_value, priv_key, hash_method): argument
284 def sign(message, priv_key, hash_method): argument
Dcli.py222 def perform_operation(self, indata, priv_key, cli_args=None): argument
244 def perform_operation(self, indata, priv_key, cli_args): argument
/external/epid-sdk/epid/common-testhelper/
Dmember_wrapper-testhelper.cc44 MemberCtxObj::MemberCtxObj(GroupPubKey const& pub_key, PrivKey const& priv_key, in MemberCtxObj()
91 MemberCtxObj::MemberCtxObj(GroupPubKey const& pub_key, PrivKey const& priv_key, in MemberCtxObj()
133 MemberCtxObj::MemberCtxObj(GroupPubKey const& pub_key, PrivKey const& priv_key, in MemberCtxObj()
157 MemberCtxObj::MemberCtxObj(GroupPubKey const& pub_key, PrivKey const& priv_key, in MemberCtxObj()
/external/epid-sdk/tools/revokekey/src/
Dmain.c51 char const* cacert_file, PrivKey* priv_key) { in OpenKey()
122 int MakeRequest(PrivKey const* priv_key, char const* req_file, bool verbose) { in MakeRequest()
246 PrivKey priv_key; in main() local
/external/epid-sdk/epid/member/tiny/src/
Ddecompresskey.c24 PrivKey* priv_key) { in EpidDecompressPrivKey()
Dprovisionkey.c45 PrivKey const* priv_key, in EpidProvisionKey()
/external/epid-sdk/epid/member/src/
Dprovision_compressed.c31 PrivKey priv_key; in EpidProvisionCompressed() local
Dprovision_bulk.c33 PrivKey const* priv_key, in EpidProvisionKey()
/external/boringssl/src/crypto/fipsmodule/ecdh/
Decdh.c81 const EC_KEY *priv_key) { in ECDH_compute_key_fips()
/external/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
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/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/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/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
/external/epid-sdk/example/signmsg/src/
Dsignmsg.c49 PrivKey priv_key = {0}; in SignMsg() local
/external/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
/external/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

12