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

1 2 3 4 5

  /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());
  /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...]
  /prebuilts/go/darwin-x86/src/runtime/
cgo.go 37 // an unexported name). The calls serve two purposes:
  /prebuilts/go/linux-x86/src/runtime/
cgo.go 37 // an unexported name). The calls serve two purposes:
  /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.
  /prebuilts/go/darwin-x86/src/unsafe/
unsafe.go 13 // ArbitraryType is here for the purposes of documentation only and is not actually
  /prebuilts/go/linux-x86/src/unsafe/
unsafe.go 13 // ArbitraryType is here for the purposes of documentation only and is not actually
  /prebuilts/go/darwin-x86/src/builtin/
builtin.go 103 // Type is here for the purposes of documentation only. It is a stand-in
108 // Type1 is here for the purposes of documentation only. It is a stand-in
113 // IntegerType is here for the purposes of documentation only. It is a stand-in
117 // FloatType is here for the purposes of documentation only. It is a stand-in
121 // ComplexType is here for the purposes of documentation only. It is a
  /prebuilts/go/linux-x86/src/builtin/
builtin.go 103 // Type is here for the purposes of documentation only. It is a stand-in
108 // Type1 is here for the purposes of documentation only. It is a stand-in
113 // IntegerType is here for the purposes of documentation only. It is a stand-in
117 // FloatType is here for the purposes of documentation only. It is a stand-in
121 // ComplexType is here for the purposes of documentation only. It is a
  /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...
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/asm/internal/lex/
tokenizer.go 19 // for our purposes and made a TokenReader. It forms the lowest level,
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/lex/
tokenizer.go 16 // for our purposes and made a TokenReader. It forms the lowest level,
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/asm/internal/lex/
tokenizer.go 19 // for our purposes and made a TokenReader. It forms the lowest level,

Completed in 602 milliseconds

1 2 3 4 5