HomeSort by relevance Sort by last modified time
    Searched refs:purposes (Results 1 - 25 of 61) sorted by null

1 2 3

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
bound-err-1.s 9 nop ; For alignment purposes.
  /cts/tests/tests/keystore/src/android/keystore/cts/
KeyAttestationTest.java 146 int[] purposes = { local
152 for (int purposeIndex = 0; purposeIndex < purposes.length; ++purposeIndex) {
156 curves[curveIndex], keySizes[curveIndex], purposes[purposeIndex]);
159 curves[curveIndex], keySizes[curveIndex], purposes[purposeIndex]);
220 int[] purposes = { local
254 for (int purpose : purposes) {
349 new String(challenge) + "], purposes " +
359 int purposes, String[] paddingModes) throws Exception {
366 new KeyGenParameterSpec.Builder(keystoreAlias, purposes)
376 if (isEncryptionPurpose(purposes)) {
    [all...]
SecretKeyFactoryTest.java 94 int purposes; local
98 purposes = KeyProperties.PURPOSE_SIGN;
101 purposes = KeyProperties.PURPOSE_DECRYPT;
105 keyGenerator.init(new KeyGenParameterSpec.Builder("test1", purposes)
117 assertEquals(purposes, keyInfo.getPurposes());
AuthorizationList.java 76 // Operation Purposes.
153 private Set<Integer> purposes; field in class:AuthorizationList
193 purposes = Asn1Utils.getIntegersFromAsn1Set(value);
291 public static String purposesToString(Set<Integer> purposes) {
292 return joinStrings(transform(purposes, forMap(purposeMap, "Unknown")));
349 return purposes;
496 if (purposes != null && !purposes.isEmpty()) {
497 s.append("\nPurposes: ").append(purposesToString(purposes));
KeyGeneratorTest.java 473 int purposes; local
478 purposes = KeyProperties.PURPOSE_SIGN;
481 purposes = KeyProperties.PURPOSE_DECRYPT;
484 keyGenerator.init(getWorkingSpec(purposes)
496 assertEquals(purposes, keyInfo.getPurposes());
520 private static KeyGenParameterSpec.Builder getWorkingSpec(int purposes) {
521 return new KeyGenParameterSpec.Builder("test1", purposes);
TestUtils.java 487 int purposes = (newPurposes == null) ? spec.getPurposes() : newPurposes; local
488 KeyProtection.Builder result = new KeyProtection.Builder(purposes);
525 int purposes = (newPurposes == null) ? spec.getPurposes() : newPurposes; local
527 new KeyGenParameterSpec.Builder(spec.getKeystoreAlias(), purposes);
    [all...]
KeyFactoryTest.java 108 int purposes = KeyProperties.PURPOSE_DECRYPT | KeyProperties.PURPOSE_SIGN; local
111 keyGenerator.initialize(new KeyGenParameterSpec.Builder("test1", purposes)
123 assertEquals(purposes, keyInfo.getPurposes());
CipherTest.java     [all...]
  /frameworks/base/keystore/java/android/security/keystore/
KeyProtection.java 233 @KeyProperties.PurposeEnum int purposes,
246 mPurposes = purposes;
291 * Gets the set of purposes (e.g., encrypt, decrypt, sign) for which the key can be used.
460 * @param purposes set of purposes (e.g., encrypt, decrypt, sign) for which the key can be
465 public Builder(@KeyProperties.PurposeEnum int purposes) {
466 mPurposes = purposes;
    [all...]
KeyInfo.java 95 @KeyProperties.PurposeEnum int purposes,
112 mPurposes = purposes;
188 * Gets the set of purposes (e.g., encrypt, decrypt, sign) for which the key can be used.
KeyGenParameterSpec.java 281 @KeyProperties.PurposeEnum int purposes,
325 mPurposes = purposes;
441 * Returns the set of purposes (e.g., encrypt, decrypt, sign) for which the key can be used.
661 * @param purposes set of purposes (e.g., encrypt, decrypt, sign) for which the key can be
664 * <p>If the set of purposes for which the key can be used does not contain
672 public Builder(@NonNull String keystoreAlias, @KeyProperties.PurposeEnum int purposes) {
679 mPurposes = purposes;
    [all...]
AndroidKeyStoreSecretKeyFactorySpi.java 89 @KeyProperties.PurposeEnum int purposes; local
117 purposes = KeyProperties.Purpose.allFromKeymaster(
194 purposes,
KeyProperties.java 108 public static int[] allToKeymaster(@PurposeEnum int purposes) {
109 int[] result = getSetFlags(purposes);
116 public static @PurposeEnum int allFromKeymaster(@NonNull Collection<Integer> purposes) {
118 for (int keymasterPurpose : purposes) {
AndroidKeyStoreSpi.java 468 @KeyProperties.PurposeEnum int purposes = spec.getPurposes(); local
470 KeyProperties.Purpose.allToKeymaster(purposes));
481 if (((purposes & KeyProperties.PURPOSE_ENCRYPT) != 0)
670 @KeyProperties.PurposeEnum int purposes = params.getPurposes(); local
673 if (((purposes & KeyProperties.PURPOSE_ENCRYPT) != 0)
687 KeyProperties.Purpose.allToKeymaster(purposes));
    [all...]
  /external/curl/packages/vms/
build_gnv_curl_pcsi_text.com 128 $! PCSI files use the first character in for their purposes.
151 $! PCSI files use the first character in for their purposes.
  /external/clang/test/Misc/
warning-flags.c 4 This test serves two purposes:
  /external/skia/platform_tools/android/tests/expectations/
Android.mk 40 # This target is only to be used internally for only one of two purposes...
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/docs/
Makefile 45 @echo " pseudoxml to make pseudoxml-XML files for display purposes"
  /external/chromium-trace/catapult/third_party/html5lib-python/doc/
Makefile 45 @echo " pseudoxml to make pseudoxml-XML files for display purposes"
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
picoloaddbg.lua 4 -- This pkb is only used for debug purposes.
  /external/libunwind/doc/
unw_get_proc_info_by_ip.tex 42 Note that for the purposes of \Prog{libunwind}, the code of a
  /external/libvorbis/doc/
09-helper.tex 53 purposes of this example, we will unpack a Vorbis float32 into a
02-bitpacking.tex 24 purposes of the bitpacking convention, a byte implies the native,
37 that a byte is one octet for purposes of example.
  /frameworks/rs/api/
rs_object_types.spec 158 as a single unit for packing and alignment purposes.
  /external/autotest/client/common_lib/hosts/
base_classes.py 443 logging purposes.

Completed in 994 milliseconds

1 2 3