HomeSort by relevance Sort by last modified time
    Searched refs:spec (Results 376 - 400 of 423) sorted by null

<<11121314151617

  /dalvik/libcore/security/src/test/java/tests/security/cert/
PKIXCertPathValidatorResultTest.java 37 import java.security.spec.InvalidKeySpecException;
  /external/bluetooth/glib/tests/refcount/
signals.c 226 notify (GObject *object, GParamSpec *spec, gpointer user_data)
  /dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherTest.java 51 import java.security.spec.AlgorithmParameterSpec;
52 import java.security.spec.RSAKeyGenParameterSpec;
63 import javax.crypto.spec.DESedeKeySpec;
64 import javax.crypto.spec.IvParameterSpec;
421 * java.security.spec.AlgorithmParameterSpec)
427 args = {int.class, java.security.Key.class, java.security.spec.AlgorithmParameterSpec.class}
470 * java.security.spec.AlgorithmParameterSpec,
478 args = {int.class, java.security.Key.class, java.security.spec.AlgorithmParameterSpec.class, java.security.SecureRandom.class}
485 args = {int.class, java.security.Key.class, java.security.spec.AlgorithmParameterSpec.class, java.security.SecureRandom.class}
    [all...]
EncryptedPrivateKeyInfoTest.java 42 import java.security.spec.InvalidKeySpecException;
43 import java.security.spec.InvalidParameterSpecException;
44 import java.security.spec.PKCS8EncodedKeySpec;
54 import javax.crypto.spec.PBEKeySpec;
55 import javax.crypto.spec.PBEParameterSpec;
    [all...]
CipherSpiTest.java 30 import java.security.spec.AlgorithmParameterSpec;
  /external/webkit/WebKit/mac/Plugins/
WebNetscapePluginPackage.mm 388 FSSpec spec;
397 err = FSGetCatalogInfo(&fref, kFSCatInfoNone, NULL, NULL, &spec, NULL);
402 err = WebGetDiskFragment(&spec, 0, kCFragGoesToEOF, nil, kPrivateCFragCopy, &connID, (Ptr *)&pluginMainFunc, nil);
  /external/v8/test/mjsunit/
array-concat.js 52 // If we put a number in the prototype, then the spec says it should be
array-slice.js 106 // According to the spec (15.4.4.10), length is calculated before
array-splice.js 209 // According to the spec (15.4.4.12), length is calculated before
regexp-static.js 29 // input. This is not part of the spec, but we do it for
  /dalvik/libcore/security/src/main/java/java/security/
Signature.java 23 import java.security.spec.AlgorithmParameterSpec;
  /dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
SignatureSpiTest.java 21 import java.security.spec.AlgorithmParameterSpec;
KeyPairGenerator2Test.java 38 import java.security.spec.AlgorithmParameterSpec;
  /dalvik/libcore/security/src/test/java/tests/targets/security/
DefaultKeys.java 22 import java.security.spec.InvalidKeySpecException;
23 import java.security.spec.KeySpec;
24 import java.security.spec.PKCS8EncodedKeySpec;
25 import java.security.spec.X509EncodedKeySpec;
    [all...]
  /external/elfutils/
elfutils.spec 192 - macroized spec file for GPL or OSL builds
196 - macroized spec file for GPL or OSL builds
  /packages/apps/CertInstaller/src/com/android/certinstaller/
CredentialHelper.java 46 import java.security.spec.PKCS8EncodedKeySpec;
  /dalvik/vm/alloc/
HeapSource.c 543 dvmHeapSourceGetValue(enum HeapSourceValueSpec spec, size_t perHeapStats[],
553 switch (spec) {
567 switch (spec) {
    [all...]
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/tools/lib/
dx.jar 
  /dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
TestKeyPair.java 29 import java.security.spec.InvalidKeySpecException;
30 import java.security.spec.PKCS8EncodedKeySpec;
31 import java.security.spec.X509EncodedKeySpec;
    [all...]
  /external/elfutils/config/
Makefile 159 EXTRA_DIST = elfutils.spec.in
  /external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_mixer.c 105 format = current_audio->spec.format;
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
URLTest.java     [all...]
  /external/v8/src/
math.js 70 // The naming of y and x matches the spec, as does the order in which
  /packages/apps/Gallery/src/com/android/camera/
GridViewSpecial.java 747 GridViewSpecial.LayoutSpec spec,
754 mSpec = spec;
    [all...]

Completed in 356 milliseconds

<<11121314151617