HomeSort by relevance Sort by last modified time
    Searched refs:expt (Results 1 - 6 of 6) sorted by null

  /external/dropbear/libtomcrypt/src/pk/dsa/
dsa_decrypt_key.c 33 unsigned char *skey, *expt; local
68 expt = XMALLOC(mp_unsigned_bin_size(key->p) + 1);
70 if (expt == NULL || skey == NULL) {
71 if (expt != NULL) {
72 XFREE(expt);
91 if ((err = dsa_shared_secret(key->x, g_pub, key, expt, &x)) != CRYPT_OK) {
96 if ((err = hash_memory(hash, expt, x, expt, &y)) != CRYPT_OK) {
115 out[x] = expt[x] ^ skey[x];
122 zeromem(expt, mp_unsigned_bin_size(key->p) + 1)
    [all...]
dsa_encrypt_key.c 37 unsigned char *expt, *skey; local
65 expt = XMALLOC(mp_unsigned_bin_size(key->p) + 1);
67 if (expt == NULL || skey == NULL) {
68 if (expt != NULL) {
69 XFREE(expt);
80 if (prng_descriptor[wprng].read(expt, x, prng) != x) {
86 if ((err = mp_read_unsigned_bin(g_priv, expt, x)) != CRYPT_OK) {
97 if ((err = dsa_shared_secret(g_priv, key->y, key, expt, &x)) != CRYPT_OK) {
102 if ((err = hash_memory(hash, expt, x, skey, &y)) != CRYPT_OK) {
120 zeromem(expt, mp_unsigned_bin_size(key->p) + 1)
    [all...]
  /bionic/libc/stdio/
vfprintf.c 189 int expt; /* integer value of exponent */ local
527 &expt, ch, &ndig);
530 if (expt <= -4 || expt > prec)
536 --expt;
537 expsize = exponent(expstr, expt, ch);
542 if (expt > 0) {
543 size = expt;
548 } else if (expt >= ndig) { /* fixed g fmt */
549 size = expt;
    [all...]
  /external/icu4c/i18n/
ucol_bld.cpp 845 UColToken *expt = NULL; local
867 if((expt = (UColToken *)uhash_get(src->tailored, &exp)) != NULL && expt->strength != UCOL_TOK_RESET) { /* expansion is tailored */
868 uint32_t noOfCEsToCopy = expt->noOfCEs;
870 tok->expCEs[tok->noOfExpCEs + j] = expt->CEs[j];
    [all...]
  /external/valgrind/main/VEX/priv/
host_ppc_isel.c 1100 HReg zeros, msk_exp, msk_mnt, expt, mnts, vIsNan; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 91 milliseconds