Searched defs:dsa_key (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/android/
H A Dkeystore_unittest.cc628 ScopedJava dsa_key = GetDSATestKeyJava(); local
629 ASSERT_FALSE(dsa_key.is_null());
631 GetPrivateKeyType(dsa_key.obj()));
635 ScopedJava dsa_key = GetDSATestKeyJava(); local
636 ASSERT_FALSE(dsa_key.is_null());
645 DoKeySigning(dsa_key.obj(), openssl_key.get(), message, &signature);
652 ScopedJava dsa_key = GetDSATestKeyJava(); local
653 ASSERT_FALSE(dsa_key.is_null());
656 GetOpenSSLPrivateKeyWrapper(dsa_key.obj()));
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_pk.h323 } dsa_key; typedef in typeref:struct:__anon17718
325 int dsa_make_key(prng_state *prng, int wprng, int group_size, int modulus_size, dsa_key *key);
326 void dsa_free(dsa_key *key);
330 prng_state *prng, int wprng, dsa_key *key);
334 prng_state *prng, int wprng, dsa_key *key);
338 int *stat, dsa_key *key);
342 int *stat, dsa_key *key);
347 dsa_key *key);
351 dsa_key *key);
353 int dsa_import(const unsigned char *in, unsigned long inlen, dsa_key *ke
[all...]
/external/chromium_org/third_party/openssl/openssl/apps/
H A Dspeed.c539 DSA *dsa_key[DSA_NUM]; local
640 memset(dsa_key,0,sizeof(dsa_key));
1213 dsa_key[0]=get_dsa512();
1214 dsa_key[1]=get_dsa1024();
1215 dsa_key[2]=get_dsa2048();
2103 /* DSA_generate_key(dsa_key[j]); */
2104 /* DSA_sign_setup(dsa_key[j],NULL); */
2106 &kk,dsa_key[j]);
2122 &kk,dsa_key[
[all...]
/external/openssl/apps/
H A Dspeed.c539 DSA *dsa_key[DSA_NUM]; local
640 memset(dsa_key,0,sizeof(dsa_key));
1213 dsa_key[0]=get_dsa512();
1214 dsa_key[1]=get_dsa1024();
1215 dsa_key[2]=get_dsa2048();
2103 /* DSA_generate_key(dsa_key[j]); */
2104 /* DSA_sign_setup(dsa_key[j],NULL); */
2106 &kk,dsa_key[j]);
2122 &kk,dsa_key[
[all...]

Completed in 200 milliseconds