HomeSort by relevance Sort by last modified time
    Searched full:error2 (Results 1 - 25 of 38) sorted by null

1 2

  /external/dropbear/libtomcrypt/src/pk/katja/
katja_make_key.c 68 if ((err = mp_copy( p, key->p)) != CRYPT_OK) { goto error2; }
69 if ((err = mp_copy( q, key->q)) != CRYPT_OK) { goto error2; }
70 if ((err = mp_mul(key->p, key->q, key->pq)) != CRYPT_OK) { goto error2; } /* tmp1 = pq */
71 if ((err = mp_mul(key->pq, key->p, key->N)) != CRYPT_OK) { goto error2; } /* N = p^2q */
72 if ((err = mp_sub_d( p, 1, tmp1)) != CRYPT_OK) { goto error2; } /* tmp1 = q-1 */
73 if ((err = mp_sub_d( q, 1, tmp2)) != CRYPT_OK) { goto error2; } /* tmp2 = p-1 */
74 if ((err = mp_lcm(tmp1, tmp2, key->d)) != CRYPT_OK) { goto error2; } /* tmp1 = lcd(p-1,q-1) */
75 if ((err = mp_invmod( key->N, key->d, key->d)) != CRYPT_OK) { goto error2; } /* key->d = 1/N mod pq */
79 if ((err = mp_mod( key->d, tmp1, key->dP)) != CRYPT_OK) { goto error2; } /* dP = d mod p-1 */
80 if ((err = mp_mod( key->d, tmp2, key->dQ)) != CRYPT_OK) { goto error2; } /* dQ = d mod q-1 *
    [all...]
  /external/bluetooth/glib/tests/
convert-test.c 148 GError *error, *error2, *error3; local
170 error2 = NULL;
171 result2 = g_utf8_to_ucs4 (utf8, -1, &items_read2, &items_written2, &error2);
175 g_assert (!!error == !!error2);
181 if (error2)
182 g_error_free (error2);
237 GError *error, *error2, *error3; local
245 error2 = NULL;
246 result2 = g_ucs4_to_utf8 (ucs4, -1, &items_read2, &items_written2, &error2);
251 g_assert (!!error == !!error2);
301 GError *error, *error2, *error3; local
377 GError *error, *error2, *error3; local
449 GError *error, *error2, *error3; local
517 GError *error, *error2, *error3; local
    [all...]
  /ndk/sources/host-tools/make-3.81/tests/scripts/functions/
error 16 ifdef ERROR2
17 $(error error is $(ERROR2))
44 &run_make_with_options($makefile, "ERROR2=no", &get_logfile, 512);
  /external/clang/test/Sema/
atomic-type.c 19 _Atomic(struct ErrorS) error2; // expected-error {{_Atomic cannot be applied to incomplete type}} expected-note {{forward declaration}}
  /external/chromium/chrome/browser/sync/
signin_manager_unittest.cc 141 GoogleServiceAuthError error2(
143 manager_->OnClientLoginFailure(error2);
  /external/webkit/Tools/DumpRenderTree/gtk/
EditingCallbacks.cpp 63 GOwnPtr<GError> error2; local
68 dumpNodePath(webkit_dom_range_get_start_container(range, &error2.outPtr())).data(),
  /external/clang/test/SemaTemplate/
default-expr-arguments.cpp 154 allocator() { int a[sizeof(T) ? -1 : -1]; } // expected-error2 {{array with a negative size}}
  /external/dbus/bus/
bus.c 1431 DBusError error2; local
    [all...]
  /external/freetype/src/autofit/
aflatin.c 1901 FT_Pos cur_pos1, error1, error2, u_off, d_off; local
    [all...]
aflatin2.c 1913 FT_Pos cur_pos1, error1, error2, u_off, d_off; local
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor_unittest.cc     [all...]
  /external/freetype/src/base/
ftobjs.c 1118 FT_Error error, error2; local
    [all...]
  /external/libnfc-nxp/src/
phLlcNfc_Interface.c     [all...]
  /bionic/libc/netbsd/resolv/
res_send.c 1003 " %d retrying_select dot error2 %d\n", sock, errno);
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/arm-eabi/bin/
nm 
ar 
objcopy 
ranlib 
strip 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-addr2line 
arm-eabi-c++filt 
arm-eabi-nm 
arm-eabi-size 
arm-eabi-strings 
arm-eabi-ar 

Completed in 257 milliseconds

1 2