/aosp_15_r20/cts/tests/tests/keystore/src/android/keystore/cts/ |
H A D | KeyStoreTest.java | 208 KeyStore ks = KeyStore.getInstance(algorithm, provider); in keyStores() local 219 private static boolean isSecretKeyEnabled(KeyStore ks) { in isSecretKeyEnabled() 227 private static boolean isCertificateEnabled(KeyStore ks) { in isCertificateEnabled() 232 private static boolean isCaseSensitive(KeyStore ks) { in isCaseSensitive() 240 private static boolean isUnsupported(KeyStore ks) { in isUnsupported() 250 private static boolean isNullPasswordAllowed(KeyStore ks) { in isNullPasswordAllowed() 256 private static boolean isKeyPasswordSupported(KeyStore ks) { in isKeyPasswordSupported() 259 private static boolean isKeyPasswordIgnored(KeyStore ks) { in isKeyPasswordIgnored() 264 private static boolean isLoadStoreParameterSupported(KeyStore ks) { in isLoadStoreParameterSupported() 269 private static boolean isPersistentStorage(KeyStore ks) { in isPersistentStorage() [all …]
|
/aosp_15_r20/libcore/luni/src/test/java/tests/security/spec/ |
H A D | RSAMultiPrimePrivateCrtKeySpecTest.java | 67 KeySpec ks = new RSAMultiPrimePrivateCrtKeySpec( in testRSAMultiPrimePrivateCrtKeySpec01() local 407 KeySpec ks = new RSAMultiPrimePrivateCrtKeySpec( in testRSAMultiPrimePrivateCrtKeySpec12() local 425 RSAMultiPrimePrivateCrtKeySpec ks = in testGetCrtCoefficient() local 444 RSAMultiPrimePrivateCrtKeySpec ks = in testGetPrimeExponentP() local 463 RSAMultiPrimePrivateCrtKeySpec ks = in testGetPrimeExponentQ() local 482 RSAMultiPrimePrivateCrtKeySpec ks = in testGetPrimeP() local 501 RSAMultiPrimePrivateCrtKeySpec ks = in testGetPrimeQ() local 520 RSAMultiPrimePrivateCrtKeySpec ks = in testGetPublicExponent() local 539 RSAMultiPrimePrivateCrtKeySpec ks = in testGetOtherPrimeInfo01() local 559 RSAMultiPrimePrivateCrtKeySpec ks = in testGetOtherPrimeInfo02() local [all …]
|
H A D | RSAPrivateCrtKeySpecTest.java | 46 KeySpec ks = new RSAPrivateCrtKeySpec( in testRSAPrivateCrtKeySpec01() local 64 KeySpec ks = new RSAPrivateCrtKeySpec( in testRSAPrivateCrtKeySpec02() local 98 RSAPrivateCrtKeySpec ks = new RSAPrivateCrtKeySpec( in testGetCrtCoefficient() local 115 RSAPrivateCrtKeySpec ks = new RSAPrivateCrtKeySpec( in testGetPrimeExponentP() local 132 RSAPrivateCrtKeySpec ks = new RSAPrivateCrtKeySpec( in testGetPrimeExponentQ() local 149 RSAPrivateCrtKeySpec ks = new RSAPrivateCrtKeySpec( in testGetPrimeP() local 166 RSAPrivateCrtKeySpec ks = new RSAPrivateCrtKeySpec( in testGetPrimeQ() local 183 RSAPrivateCrtKeySpec ks = new RSAPrivateCrtKeySpec( in testGetPublicExponent() local 204 RSAPrivateCrtKeySpec ks = new RSAPrivateCrtKeySpec( in testGetModulus() local 221 RSAPrivateCrtKeySpec ks = new RSAPrivateCrtKeySpec( in testGetPrivateExponent() local [all …]
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/ |
H A D | u8maxpool.cc | 21 for (size_t ks = 2; ks < 16; ks++) { in TEST() local 31 for (size_t ks = 2; ks < 16; ks++) { in TEST() local 41 for (size_t ks = 2; ks < 16; ks++) { in TEST() local 51 for (size_t ks = 2; ks < 16; ks++) { in TEST() local 61 for (size_t ks = 2; ks < 16; ks++) { in TEST() local 71 for (size_t ks = 2; ks < 16; ks++) { in TEST() local 213 for (size_t ks = 2; ks < tester.mr(); ks++) { in TEST() local 281 for (size_t ks = 2; ks < tester.mr(); ks++) { in TEST() local 351 for (size_t ks = 2; ks < tester.mr(); ks++) { in TEST() local 398 for (size_t ks = tester.mr() + 1; ks < tester.mr() + tester.qr(); ks++) { in TEST() local [all …]
|
H A D | q8avgpool.cc | 21 for (size_t ks = 1; ks < 8; ks++) { in TEST() local 37 for (size_t ks = 8; ks < 16; ks++) { in TEST() local 268 for (size_t ks = 2; ks < tester.mr(); ks++) { in TEST() local 296 for (size_t ks = 2; ks < tester.mr(); ks++) { in TEST() local 341 for (size_t ks = 2; ks < tester.mr(); ks++) { in TEST() local 565 const size_t ks = tester.mr() + tester.qr(); in TEST() local 578 for (size_t ks = 10; ks < tester.mr() + tester.qr(); ks++) { in TEST() local 602 for (size_t ks = ksMax - tester.qr() + 1; ks < ksMax; ks++) { in TEST() local 612 const size_t ks = 17; in TEST() local 622 for (size_t ks = 10; ks < tester.mr() + tester.qr(); ks++) { in TEST() local [all …]
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/javax/crypto/ |
H A D | SecretKeyFactoryTest.java | 55 KeySpec ks = new PBEKeySpec(null); in test_PBKDF2_required_parameters() local 61 KeySpec ks = new PBEKeySpec(new char[0]); in test_PBKDF2_required_parameters() local 67 KeySpec ks = new PBEKeySpec(PASSWORD); in test_PBKDF2_required_parameters() local 76 KeySpec ks = new PBEKeySpec(null, SALT, ITERATIONS); in test_PBKDF2_required_parameters() local 82 KeySpec ks = new PBEKeySpec(new char[0], SALT, ITERATIONS); in test_PBKDF2_required_parameters() local 88 KeySpec ks = new PBEKeySpec(PASSWORD, SALT, ITERATIONS); in test_PBKDF2_required_parameters() local 95 KeySpec ks = new PBEKeySpec(null, SALT, ITERATIONS, KEY_LENGTH); in test_PBKDF2_required_parameters() local 102 KeySpec ks = new PBEKeySpec(new char[0], SALT, ITERATIONS, KEY_LENGTH); in test_PBKDF2_required_parameters() local 108 KeySpec ks = new PBEKeySpec(PASSWORD, SALT, ITERATIONS, KEY_LENGTH); in test_PBKDF2_required_parameters() local 199 KeySpec ks = new PBEKeySpec(password, salt, iterations, keyLength); in test_PBKDF2_8BIT() local [all …]
|
/aosp_15_r20/external/pytorch/torch/csrc/autograd/ |
H A D | VariableTypeManual.cpp | 121 Tensor _fw_primal(c10::DispatchKeySet ks, const Tensor& self, int64_t level) { in _fw_primal() 155 c10::DispatchKeySet ks, in _make_dual() 191 c10::DispatchKeySet ks, in copy_() 240 c10::DispatchKeySet ks, in resize_() 262 c10::DispatchKeySet ks, in resize_as_() 288 Tensor detach(c10::DispatchKeySet ks, const Tensor& self) { in detach() 302 Tensor& detach_(c10::DispatchKeySet ks, Tensor& self) { in detach_() 385 c10::DispatchKeySet ks, in copy_() 399 c10::DispatchKeySet ks, in resize_() 423 c10::DispatchKeySet ks, in resize_as_() [all …]
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/math/ec/ |
H A D | LongArray.java | 864 public LongArray modMultiplyLD(LongArray other, int m, int[] ks) in modMultiplyLD() 996 public LongArray modMultiply(LongArray other, int m, int[] ks) in modMultiply() 1128 public LongArray modMultiplyAlt(LongArray other, int m, int[] ks) in modMultiplyAlt() 1345 public LongArray modReduce(int m, int[] ks) in modReduce() 1352 public LongArray multiply(LongArray other, int m, int[] ks) in multiply() 1486 public void reduce(int m, int[] ks) in reduce() 1497 private static LongArray reduceResult(long[] buf, int off, int len, int m, int[] ks) in reduceResult() 1530 private static int reduceInPlace(long[] buf, int off, int len, int m, int[] ks) in reduceInPlace() 1574 private static void reduceBitWise(long[] buf, int off, int bitlength, int m, int[] ks) in reduceBitWise() 1585 private static void reduceBit(long[] buf, int off, int bit, int m, int[] ks) in reduceBit() [all …]
|
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
H A D | LongArray.java | 863 public LongArray modMultiplyLD(LongArray other, int m, int[] ks) in modMultiplyLD() 995 public LongArray modMultiply(LongArray other, int m, int[] ks) in modMultiply() 1127 public LongArray modMultiplyAlt(LongArray other, int m, int[] ks) in modMultiplyAlt() 1344 public LongArray modReduce(int m, int[] ks) in modReduce() 1351 public LongArray multiply(LongArray other, int m, int[] ks) in multiply() 1485 public void reduce(int m, int[] ks) in reduce() 1496 private static LongArray reduceResult(long[] buf, int off, int len, int m, int[] ks) in reduceResult() 1529 private static int reduceInPlace(long[] buf, int off, int len, int m, int[] ks) in reduceInPlace() 1573 private static void reduceBitWise(long[] buf, int off, int bitlength, int m, int[] ks) in reduceBitWise() 1584 private static void reduceBit(long[] buf, int off, int bit, int m, int[] ks) in reduceBit() [all …]
|
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/ |
H A D | LongArray.java | 864 public LongArray modMultiplyLD(LongArray other, int m, int[] ks) in modMultiplyLD() 996 public LongArray modMultiply(LongArray other, int m, int[] ks) in modMultiply() 1128 public LongArray modMultiplyAlt(LongArray other, int m, int[] ks) in modMultiplyAlt() 1345 public LongArray modReduce(int m, int[] ks) in modReduce() 1352 public LongArray multiply(LongArray other, int m, int[] ks) in multiply() 1486 public void reduce(int m, int[] ks) in reduce() 1497 private static LongArray reduceResult(long[] buf, int off, int len, int m, int[] ks) in reduceResult() 1530 private static int reduceInPlace(long[] buf, int off, int len, int m, int[] ks) in reduceInPlace() 1574 private static void reduceBitWise(long[] buf, int off, int bitlength, int m, int[] ks) in reduceBitWise() 1585 private static void reduceBit(long[] buf, int off, int bit, int m, int[] ks) in reduceBit() [all …]
|
/aosp_15_r20/external/pytorch/c10/core/ |
H A D | DispatchKeySet.h | 250 constexpr uint64_t keys_to_repr(std::initializer_list<DispatchKey> ks) { in keys_to_repr() 259 std::initializer_list<BackendComponent> ks) { in backend_bits_to_repr() 267 explicit constexpr DispatchKeySet(std::initializer_list<DispatchKey> ks) in DispatchKeySet() 270 explicit constexpr DispatchKeySet(std::initializer_list<BackendComponent> ks) in DispatchKeySet() 289 constexpr bool has_all(DispatchKeySet ks) const { in has_all() 302 inline bool has_any(DispatchKeySet ks) const { in has_any() 320 bool isSupersetOf(DispatchKeySet ks) const { in isSupersetOf() 355 C10_NODISCARD constexpr DispatchKeySet add(DispatchKeySet ks) const { in add() 894 inline DispatchKey highestPriorityBackendTypeId(DispatchKeySet ks) { in highestPriorityBackendTypeId()
|
/aosp_15_r20/libcore/ojluni/src/test/java/security/KeyStore/ |
H A D | ProbeKeystores.java | 99 KeyStore ks = KeyStore.getInstance(type); in init() local 109 KeyStore ks = KeyStore.getInstance(type); in init() local 120 KeyStore ks; in probe() local 146 KeyStore ks; in probeFails() local 166 KeyStore ks = builder.getKeyStore(); in build() local 176 KeyStore ks = KeyStore.getInstance(type); in load() local
|
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/signature/ |
H A D | SignaturePemKeysetReaderTest.java | 64 Keyset ks = keysetReader.read(); in read_oneRSAPublicKey_shouldWork() local 97 Keyset ks = keysetReader.read(); in read_oneECPublicKey_shouldWork() local 132 Keyset ks = keysetReader.read(); in read_ensureUnsignedIntRepresentation() local 164 Keyset ks = keysetReader.read(); in read_onePEM_twoRSAPublicKeys_shouldWork() local 219 Keyset ks = keysetReader.read(); in read_onePEM_oneRSAPublicKey_oneECPublicKey_eCPublicKeyShouldBeIgnored() local 268 Keyset ks = keysetReader.read(); in read_twoPEMs_oneRSAPublicKey_oneECPublicKey_shouldWork() local
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | KeySetManagerService.java | 147 public boolean packageIsSignedByLPr(String packageName, KeySetHandle ks) { in packageIsSignedByLPr() 173 public boolean packageIsSignedByExactlyLPr(String packageName, KeySetHandle ks) { in packageIsSignedByExactlyLPr() 272 KeySetHandle ks = addKeySetLPw(signingKeys); in addSigningKeySetToPackageLPw() local 282 private long getIdByKeySetLPr(KeySetHandle ks) { in getIdByKeySetLPr() 306 KeySetHandle ks = addKeySetLPw(pubKeys); in addDefinedKeySetsToPackageLPw() local 466 KeySetHandle ks = mKeySets.get(existingKeySetId); in addKeySetLPw() local 475 KeySetHandle ks = new KeySetHandle(id); in addKeySetLPw() local 487 KeySetHandle ks = mKeySets.get(id); in decrementKeySetLPw() local 831 KeySetHandle ks = mKeySets.get(keySetRefCounts.keyAt(i)); in addRefCountsFromSavedPackagesLPw() local
|
H A D | PackageKeySetData.java | 46 protected void setProperSigningKeySet(long ks) { in setProperSigningKeySet() 61 Long ks = mKeySetAliases.get(alias); in addUpgradeKeySet() local 75 protected void addUpgradeKeySetById(long ks) { in addUpgradeKeySetById() 104 protected void addDefinedKeySet(long ks, String alias) { in addDefinedKeySet()
|
/aosp_15_r20/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
H A D | SecretKeySpecTest.java | 68 SecretKeySpec ks = new SecretKeySpec(key, algorithm); in testSecretKeySpec1() local 124 SecretKeySpec ks = new SecretKeySpec(key, algorithm); in testSecretKeySpec2() local 163 SecretKeySpec ks = new SecretKeySpec(key, algorithm); in testGetAlgorithm() local 176 SecretKeySpec ks = new SecretKeySpec(key, algorithm); in testGetFormat() local 190 SecretKeySpec ks = new SecretKeySpec(key, algorithm); in testGetEncoded() local
|
/aosp_15_r20/external/lottie/snapshot-tests/src/main/assets/Tests/ |
H A D | DefaultLineJoinCap.json | 20 "ks": { object 68 "ks": { object 117 "ks": { object 169 "ks": { object 224 "ks": { object 272 "ks": { object 321 "ks": { object 370 "ks": { object 419 "ks": { object 467 "ks": { object [all …]
|
/aosp_15_r20/external/lottie/snapshot-tests/src/main/assets/lottiefiles/ |
H A D | map_animation.json | 1 …s":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 1","ks":{"o":{"a":1,"k":[{"… object
|
/aosp_15_r20/external/libxkbcommon/src/ |
H A D | keysym.c | 65 xkb_keysym_get_name(xkb_keysym_t ks, char *buffer, size_t size) in xkb_keysym_get_name() 254 xkb_keysym_is_lower(xkb_keysym_t ks) in xkb_keysym_is_lower() 267 xkb_keysym_is_upper(xkb_keysym_t ks) in xkb_keysym_is_upper() 280 xkb_keysym_to_lower(xkb_keysym_t ks) in xkb_keysym_to_lower() 290 xkb_keysym_to_upper(xkb_keysym_t ks) in xkb_keysym_to_upper()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/ |
H A D | EmptyTensor.cpp | 166 c10::DispatchKeySet ks, in _empty_generic() 200 c10::DispatchKeySet ks, in empty_generic() 209 c10::DispatchKeySet ks, in empty_generic_symint() 220 c10::DispatchKeySet ks, in _empty_strided_generic() 242 c10::DispatchKeySet ks, in empty_strided_generic() 251 c10::DispatchKeySet ks, in empty_strided_symint_generic() 383 constexpr c10::DispatchKeySet ks(c10::DispatchKey::Meta); in empty_symint_meta() local
|
/aosp_15_r20/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
H A D | KeyStoreBuilderTest.java | 110 KeyStore ks = KeyStore.getInstance(KeyStore.getDefaultType()); in testNewInstanceKeyStoreProtectionParameter() local 212 KeyStore ks = null; in testNewInstanceStringProviderFileProtectionParameter() local 399 KeyStore ks = null; in testNewInstanceStringProviderProtectionParameter() local 501 KeyStore ks = KeyStore.getInstance(KeyStore.getDefaultType()); in createKS() local
|
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/apis/security/ |
H A D | KeyStoreUsage.java | 270 KeyStore ks = KeyStore.getInstance("AndroidKeyStore"); in doInBackground() local 360 KeyStore ks = KeyStore.getInstance("AndroidKeyStore"); in doInBackground() local 431 KeyStore ks = KeyStore.getInstance("AndroidKeyStore"); in doInBackground() local 496 KeyStore ks = KeyStore.getInstance("AndroidKeyStore"); in doInBackground() local
|
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/ |
H A D | RebootEscrowProviderServerBasedImplTests.java | 100 RebootEscrowKey ks = mRebootEscrowProvider.getAndClearRebootEscrowKey( in getAndClearRebootEscrowKey_loopback_success() local 124 RebootEscrowKey ks = mRebootEscrowProvider.getAndClearRebootEscrowKey( in getAndClearRebootEscrowKey_WrongDecryptionMethod_failure() local 140 RebootEscrowKey ks = mRebootEscrowProvider.getAndClearRebootEscrowKey( in getAndClearRebootEscrowKey_ServiceConnectionException_failure() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/cipher/ |
D | e_des.c | 68 DES_key_schedule ks; member 69 } ks; member 133 DES_key_schedule ks[3]; member 134 } ks; member
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/cipher/ |
D | e_des.c | 68 DES_key_schedule ks; member 69 } ks; member 133 DES_key_schedule ks[3]; member 134 } ks; member
|