HomeSort by relevance Sort by last modified time
    Searched full:verification (Results 226 - 250 of 1049) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/signers/
RSADigestSigner.java 86 * initialise the signer for signing or verification.
116 throw new IllegalArgumentException("verification requires public key");
179 throw new IllegalStateException("RSADigestSigner not initialised for verification");
  /external/fio/t/
lfsr-test.c 23 "Elapsed/mean time and verification results are printed at the"
76 /* Create verification table */
123 printf("(slower due to verification)");
  /external/vboot_reference/
README 157 Verification SUCCESS.
160 Note: The verification functions expects a pointer to the
171 a firmware image. Since verification is chained - RO firmware verifies
  /external/vboot_reference/firmware/2lib/include/
2recovery_reasons.h 51 /* Latest tried RW firmware keyblock verification failed */
57 /* Latest tried RW firmware preamble verification failed */
63 /* Latest tried RW firmware body verification failed */
2struct.h 18 * verification; only kernel verification.
101 * Temporary variables used during firmware verification. These don't
  /external/deqp/doc/testspecs/GLES31/
functional.tessellation.txt 25 + Tessellation UVW coordinate verification
31 + Separate verification of fractional spacing modes
39 + Rendering result sanity verification
64 The tessellation coordinate (gl_TessCoord) verification cases draw the vertices
145 be discarded. Verification is done firstly by a sanity check that the number of
  /external/mockito/src/org/mockito/exceptions/
Reporter.java 11 import org.mockito.exceptions.verification.*;
34 * Reports verification and misusing errors.
36 * One of the key points of mocking library is proper verification/exception
111 "Example of correct verification:",
193 "Pass mocks that require verification in order.",
202 "Pass mocks that require verification in order.",
211 "Pass mocks that require verification in order.",
340 "Verification in order failure",
382 "Verification in order failure:" + message
411 "Verification in order failure:" + messag
    [all...]
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/auth/
open_id.py 99 Location for authentication process/verification
177 """Process the form submission, initating OpenID verification.
248 fmt = "Verification of %s failed."
253 # the verification.
256 # This is a successful verification attempt. If this
280 message = 'Verification cancelled'
286 message = 'Verification failed.'
  /dalvik/libdex/
DexSwapVerify.cpp 18 * Byte-swapping and verification of dex files.
50 DexDataMap* pDataMap; // set after map verification
51 const DexFile* pDexFile; // set after intraitem verification
55 * initialized immediately before class_def cross-verification, and
151 * the cross-verification phase.
366 * Swap the map_list and verify what we can about it. Also, if verification
520 /* Perform byte-swapping and intra-item verification on string_id_item. */
530 /* Perform cross-item verification of string_id_item. */
553 /* Perform byte-swapping and intra-item verification on type_id_item. */
563 /* Perform cross-item verification of type_id_item. *
    [all...]
CmdUtils.h 49 * verification are performed on it before the memory is made read-only.
  /external/tcpdump/
decnet.h 118 #define RMF_VER 03 /* verification message */
128 #define TI_VERIF 04 /* verification required */
142 #define II_VERIF 04 /* verification required */
178 struct verifmsg /* verification message */
231 byte eh_seed[8]; /* verification seed */
241 struct verifmsg cm_ver; /* verification message */
  /external/vboot_reference/scripts/image_signing/
make_dev_ssd.sh 31 $FLAGS_FALSE "Modify kernel boot config to disable rootfs verification" ""
61 # Removes rootfs verification from kernel boot parameter
77 debug_msg "Removing rootfs verification for legacy boot configuration."
196 debug_msg "Bypassing rootfs verification check"
198 debug_msg "Changing boot parameter to remove rootfs verification"
201 echo "$name: Disabled rootfs verification."
  /libcore/luni/src/main/java/java/util/jar/
JarVerifier.java 39 * the verification of signed JARs. {@code JarFile} and {@code JarInputStream}
44 * <li>verification of all signed signature files
47 * <li>verification that the contents of all signature files (i.e. {@code .SF}
145 throw new SecurityException(jarName + " failed verification of " + signatureFile);
175 // verification cannot occur. If no signature files have
330 // such verification.
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/
SensorCtsHelper.java 155 * @param label the verification name
167 * @param label the verification name
185 * @param label the verification name
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/
StandardDeviationVerification.java 67 * @return the verification or null if the verification does not apply to the sensor.
123 * @throws AssertionError if the verification failed.
AbstractSensorVerification.java 61 * Events are added to the verification in the order they are generated, the index represents
  /external/vboot_reference/firmware/lib/
vboot_firmware.c 138 VBDEBUG(("Key block verification failed.\n"));
163 /* Get key for preamble/data verification from the key block. */
261 VBDEBUG(("FW body verification failed.\n"));
  /packages/apps/Music/tests/src/com/android/music/functional/
TestSongs.java 116 * Verification: The new playlist title should be sorted in alphabetical order
149 * Verification: The count of audio.media.is_ringtone equal to 1.
174 * Verification: The song is deleted from the sdcard and mediastore
  /cts/apps/CtsVerifier/assets/scripts/power_monitors/
_dummy.py 23 to be used in any way as part of CtsVerifier or CTS verification
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
TrivialPlayer.java 61 // for debugging/verification.
  /dalvik/dx/src/com/android/dx/cf/code/
ReturnAddress.java 24 * Representation of a subroutine return address. In Java verification,
  /external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/
KeyAgreement_Impl1Test.java 91 * Additional class for KeyAgreement constructor verification
  /external/apache-harmony/crypto/src/test/support/common/java/org/apache/harmony/crypto/tests/support/
MyExemptionMechanismSpi.java 35 * Additional class for verification ExemptionMechanismSpi
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertStoreSpiTest.java 82 * Additional classes for verification CertStoreSpi class
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
MyKeyStoreSpi.java 39 * Additional class for KeyStoreSpi and KeyStore verification

Completed in 264 milliseconds

1 2 3 4 5 6 7 8 91011>>