/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/javax/crypto/ |
D | JceSecurity.java | 104 static Instance getInstance(String type, Class<?> clazz, String algorithm, in getInstance() 117 static Instance getInstance(String type, Class<?> clazz, String algorithm, in getInstance() 129 static Instance getInstance(String type, Class<?> clazz, String algorithm) in getInstance()
|
/aosp_15_r20/external/conscrypt/common/src/test/java/org/conscrypt/java/security/ |
H A D | KeyPairGeneratorTest.java | 132 private static void putKeySize(String algorithm, int keySize) { in putKeySize() 138 private static List<Integer> getKeySizes(String algorithm) throws Exception { in getKeySizes() 178 String algorithm = kpg.getAlgorithm(); in test_KeyPairGenerator() local
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/13/libcore/ojluni/src/main/java/java/security/ |
D | Security.java | 624 static Object[] getImpl(String algorithm, String type, String provider) in getImpl() 635 static Object[] getImpl(String algorithm, String type, String provider, in getImpl() 654 static Object[] getImpl(String algorithm, String type, Provider provider) in getImpl() 660 static Object[] getImpl(String algorithm, String type, Provider provider, in getImpl()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/security/ |
D | Security.java | 624 static Object[] getImpl(String algorithm, String type, String provider) in getImpl() 635 static Object[] getImpl(String algorithm, String type, String provider, in getImpl() 654 static Object[] getImpl(String algorithm, String type, Provider provider) in getImpl() 660 static Object[] getImpl(String algorithm, String type, Provider provider, in getImpl()
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/security/ |
H A D | Security.java | 624 static Object[] getImpl(String algorithm, String type, String provider) in getImpl() 635 static Object[] getImpl(String algorithm, String type, String provider, in getImpl() 654 static Object[] getImpl(String algorithm, String type, Provider provider) in getImpl() 660 static Object[] getImpl(String algorithm, String type, Provider provider, in getImpl()
|
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/jwt/ |
H A D | JwtEcdsaProtoSerialization.java | 96 private static JwtEcdsaAlgorithm toProtoAlgorithm(JwtEcdsaParameters.Algorithm algorithm) in toProtoAlgorithm() 110 private static JwtEcdsaParameters.Algorithm toAlgorithm(JwtEcdsaAlgorithm algorithm) in toAlgorithm() 188 private static int getEncodingLength(JwtEcdsaParameters.Algorithm algorithm) in getEncodingLength()
|
H A D | JwkSetConverter.java | 366 JwtRsaSsaPkcs1Algorithm algorithm; in convertToRsaSsaPkcs1Key() local 414 JwtRsaSsaPssAlgorithm algorithm; in convertToRsaSsaPssKey() local 462 JwtEcdsaAlgorithm algorithm; in convertToEcdsaKey() local
|
H A D | JwtFormat.java | 102 static String createHeader(String algorithm, Optional<String> typeHeader, Optional<String> kid) in createHeader() 137 String algorithm = getStringHeader(parsedHeader, JwtNames.HEADER_ALGORITHM); in validateHeader() local 250 static String createUnsignedCompact(String algorithm, Optional<String> kid, RawJwt rawJwt) in createUnsignedCompact()
|
/aosp_15_r20/external/wycheproof/java/com/google/security/wycheproof/testcases/ |
H A D | EciesTest.java | 53 int expectedCiphertextLength(String algorithm, int coordinateSize, int messageLength) in expectedCiphertextLength() 156 public void testExceptions(String algorithm) throws Exception { in testExceptions() 232 public void testNotEcb(String algorithm) throws Exception { in testNotEcb()
|
/aosp_15_r20/frameworks/base/apex/blobstore/framework/java/android/app/blob/ |
H A D | BlobHandle.java | 62 @NonNull public final String algorithm; field in BlobHandle 92 private BlobHandle(String algorithm, byte[] digest, CharSequence label, long expiryTimeMillis, in BlobHandle() 110 public static @NonNull BlobHandle create(@NonNull String algorithm, @NonNull byte[] digest, in create()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/compression/ |
D | message_compress.cc | 185 grpc_compression_algorithm algorithm, grpc_slice_buffer* input, in compress_inner() 204 int grpc_msg_compress(grpc_compression_algorithm algorithm, in grpc_msg_compress() 216 int grpc_msg_decompress(grpc_compression_algorithm algorithm, in grpc_msg_decompress()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/ |
H A D | blas.h | 156 AlgorithmType algorithm() const { return algorithm_; } in algorithm() function 170 explicit AlgorithmConfig(AlgorithmType algorithm) : algorithm_(algorithm) {} in AlgorithmConfig() 171 AlgorithmType algorithm() const { return algorithm_; } in algorithm() function
|
/aosp_15_r20/external/wycheproof/keystore-cts/java/com/google/security/wycheproof/testcases/ |
H A D | RsaSignatureTest.java | 1122 String algorithm = "SHA256WithRSA"; in testBasic() local 1157 private void testVectors(RSAPublicKeySpec key, String algorithm, String[] testvectors) in testVectors() 1223 String algorithm = ALGORITHM_KEY1; in testLegacySignatures() local
|
/aosp_15_r20/external/python/asn1crypto/asn1crypto/ |
D | keys.py | 722 def wrap(cls, private_key, algorithm): argument 882 def algorithm(self): member in PrivateKeyInfo 1079 def wrap(cls, public_key, algorithm): argument 1200 def algorithm(self): member in PublicKeyInfo
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcpkix/src/main/java/com/android/internal/org/bouncycastle/cms/ |
H A D | CMSUtils.java | 90 static boolean isMQV(ASN1ObjectIdentifier algorithm) in isMQV() 95 static boolean isEC(ASN1ObjectIdentifier algorithm) in isEC() 100 static boolean isGOST(ASN1ObjectIdentifier algorithm) in isGOST()
|
/aosp_15_r20/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
H A D | CMSUtils.java | 89 static boolean isMQV(ASN1ObjectIdentifier algorithm) in isMQV() 94 static boolean isEC(ASN1ObjectIdentifier algorithm) in isEC() 99 static boolean isGOST(ASN1ObjectIdentifier algorithm) in isGOST()
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/sun/security/jca/ |
H A D | ProviderList.java | 115 java.lang.String type, java.lang.String algorithm) { in getServices() 177 ServiceList(java.lang.String type, java.lang.String algorithm) { in ServiceList() 209 private final java.lang.String algorithm; field in ProviderList.ServiceList
|
/aosp_15_r20/frameworks/av/drm/mediadrm/plugins/clearkey/default/include/ |
H A D | DrmPlugin.h | 178 const Vector<uint8_t>& sessionId, const String8& algorithm) { in setCipherAlgorithm() 186 const Vector<uint8_t>& sessionId, const String8& algorithm) { in setMacAlgorithm() 249 const String8& algorithm, in signRSA()
|
/aosp_15_r20/external/armnn/src/backends/reference/workloads/ |
H A D | Pooling2d.cpp | 22 float DefaultInitializer(PoolingAlgorithm algorithm) in DefaultInitializer() 44 Accumulator GetAccumulator(PoolingAlgorithm algorithm) in GetAccumulator() 80 Executor GetExecutor(PoolingAlgorithm algorithm) in GetExecutor()
|
/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/ |
D | digest.rs | 47 pub algorithm: &'static Algorithm, field 205 pub fn algorithm(&self) -> &'static Algorithm { in algorithm() method 237 algorithm: &'static Algorithm, field 243 pub fn algorithm(&self) -> &'static Algorithm { in algorithm() method
|
/aosp_15_r20/external/vboot_reference/host/lib/ |
H A D | host_key2.c | 157 enum vb2_crypto_algorithm algorithm) in vb2_read_private_key_pem() 259 uint32_t algorithm, in vb2_alloc_packed_key() 308 uint32_t algorithm, in vb2_read_packed_keyb()
|
/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/aead/ |
D | quic.rs | 27 algorithm: &'static Algorithm, field 39 let algorithm = *okm.len(); in from() localVariable 72 pub fn algorithm(&self) -> &'static Algorithm { in algorithm() method
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/drm/aidl/android.hardware.drm_interface/dump/android/hardware/drm/ |
D | IDrmPlugin.aidl | 67 void setCipherAlgorithm(in byte[] sessionId, in String algorithm); in setCipherAlgorithm() 69 void setMacAlgorithm(in byte[] sessionId, in String algorithm); in setMacAlgorithm() 74 byte[] signRSA(in byte[] sessionId, in String algorithm, in byte[] message, in byte[] wrappedkey); in signRSA()
|
/aosp_15_r20/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/java/security/ |
H A D | StandardNames.java | 115 private static void provideCipherModes(String algorithm, String newModes[]) { in provideCipherModes() 123 private static void provideCipherPaddings(String algorithm, String newPaddings[]) { in provideCipherPaddings() 134 String algorithm, TLSVersion minimum, TLSVersion maximum) { in provideSslContextEnabledProtocols()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
H A D | gemm_algorithm_picker.cc | 119 for (const AlgoT& algorithm : algorithms) { in GetBestAlgorithm() local 295 -> StatusOr<se::blas::ProfileResult> { in DoGemmAutotune() 316 -> StatusOr<se::blas::ProfileResult> { in DoGemmAutotune()
|