Home
last modified time | relevance | path

Searched defs:algorithm (Results 351 – 375 of 2898) sorted by relevance

1...<<11121314151617181920>>...116

/aosp_15_r20/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/java/security/
H A DTestKeyStore.java773 public static String keyAlgorithm(String algorithm) { in keyAlgorithm()
788 public static String signatureAlgorithm(String algorithm) { in signatureAlgorithm()
913 public X509Certificate getRootCertificate(String algorithm) { in getRootCertificate()
975 public static X509Certificate rootCertificate(KeyStore keyStore, String algorithm) { in rootCertificate()
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/security/keymint/aidl/android.hardware.security.keymint-V3-java-source/gen/android/hardware/security/keymint/
DKeyParameterValue.java14 public final static int algorithm = 1; // android.hardware.security.keymint.Algorithm algorithm; field in KeyParameterValue
68 public static KeyParameterValue algorithm(int _value) { in algorithm() method in KeyParameterValue
468 public static final int algorithm = 1; field
/aosp_15_r20/frameworks/av/drm/libmediadrm/
H A DDrmHal.cpp213 DrmStatus DrmHal::setCipherAlgorithm(Vector<uint8_t> const& sessionId, String8 const& algorithm) { in setCipherAlgorithm()
219 DrmStatus DrmHal::setMacAlgorithm(Vector<uint8_t> const& sessionId, String8 const& algorithm) { in setMacAlgorithm()
255 DrmStatus DrmHal::signRSA(Vector<uint8_t> const& sessionId, String8 const& algorithm, in signRSA()
/aosp_15_r20/device/google/cuttlefish/host/commands/secure_env/
Dtpm_attestation_record.cpp151 TpmAttestationRecordContext::GetAttestationKey(keymaster_algorithm_t algorithm, in GetAttestationKey()
157 TpmAttestationRecordContext::GetAttestationChain(keymaster_algorithm_t algorithm, in GetAttestationChain()
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jcajce/provider/asymmetric/ec/
H A DKeyFactorySpi.java45 String algorithm; field in KeyFactorySpi
49 String algorithm, in KeyFactorySpi()
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
H A DKeyFactorySpi.java41 String algorithm; field in KeyFactorySpi
45 String algorithm, in KeyFactorySpi()
/aosp_15_r20/cts/tests/tests/keystore/src/android/keystore/cts/performance/
H A DDesCipherPerformanceTest.java66 private void testDesCipher(String algorithm, int[] keySizes, int[] messageSizes) in testDesCipher()
88 AndroidKeystoreDesKeyGenerator(String algorithm, int keySize) throws Exception { in AndroidKeystoreDesKeyGenerator()
H A DRsaCipherPerformanceTest.java56 private void testRsaCipher(String algorithm, int[] keySizes, int[] messageSizes) in testRsaCipher()
88 AndroidKeystoreRsaKeyGenerator(String algorithm, int keySize) throws Exception { in AndroidKeystoreRsaKeyGenerator()
H A DAesCipherPerformanceTest.java64 private void testAesCipher(String algorithm, int[] keySizes, int[] messageSizes) in testAesCipher()
86 AndroidKeystoreAesKeyGenerator(String algorithm, int keySize) throws Exception { in AndroidKeystoreAesKeyGenerator()
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/asymmetric/ec/
H A DKeyFactorySpi.java45 String algorithm; field in KeyFactorySpi
49 String algorithm, in KeyFactorySpi()
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/evp/
Dp_rsa_asn1.c71 CBB spki, algorithm, oid, null, key_bitstring; in rsa_pub_encode() local
117 CBB pkcs8, algorithm, oid, null, private_key; in rsa_priv_encode() local
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/evp/
Dp_rsa_asn1.c71 CBB spki, algorithm, oid, null, key_bitstring; in rsa_pub_encode() local
117 CBB pkcs8, algorithm, oid, null, private_key; in rsa_priv_encode() local
/aosp_15_r20/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
H A DMessageDigestAlgorithm.java38 static String calculateResponse(String algorithm, String hashUserNameRealmPasswd, in calculateResponse()
114 static String calculateResponse(String algorithm, String username_value, String realm_value, in calculateResponse()
/aosp_15_r20/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
H A DKeyStoreTestSupport.java90 private String algorithm; field in KeyStoreTestSupport.MyPrivateKey
96 public MyPrivateKey(String algorithm, String format, byte[] encoded) { in MyPrivateKey()
/aosp_15_r20/libcore/tools/docs/crypto/src/java/libcore/java/security/
H A DListProviders.java80 private static void print(Provider p, String type, String algorithm) { in print()
81 System.out.println((SHOW_PROVIDER ? p.getName() + ": " : "") + type + " " + algorithm); in print() local
/aosp_15_r20/bionic/libc/dns/nameser/
H A Dns_print.c461 u_int keyflags, protocol, algorithm, key_id; in ns_sprintrrf() local
508 u_int typ, algorithm, labels, footprint; in ns_sprintrrf() local
1012 unsigned int i, hip_len, algorithm, key_len; in ns_sprintrrf() local
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/utils/
H A Ddata_utils.py284 def _resolve_hasher(algorithm, file_hash=None): argument
296 def _hash_file(fpath, algorithm='sha256', chunk_size=65535): argument
327 def validate_file(fpath, file_hash, algorithm='auto', chunk_size=65535): argument
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/sun/security/x509/
H A DX509CertImpl.java105 public void sign(java.security.PrivateKey key, java.lang.String algorithm) in sign()
113 java.security.PrivateKey key, java.lang.String algorithm, java.lang.String provider) in sign()
410 java.lang.String algorithm, java.security.cert.X509Certificate cert) { in getFingerprint()
/aosp_15_r20/cts/tests/tests/keystore/src/android/keystore/cts/
H A DImportWrappedKeyTest.java536 DERTaggedObject algorithm = in makeSymKeyAuthList() local
588 DERTaggedObject algorithm = in makeRsaAuthList() local
640 DERTaggedObject algorithm = in makeEcAuthList() local
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/subtle/
H A DPemKeyType.java65 public final String algorithm; field in PemKeyType
69 PemKeyType(String keyType, String algorithm, int keySizeInBits, HashType hash) { in PemKeyType()
/aosp_15_r20/external/cronet/third_party/boringssl/src/pki/
H A Dverify_signed_data.cc155 bool VerifySignedData(SignatureAlgorithm algorithm, der::Input signed_data, in VerifySignedData()
282 bool VerifySignedData(SignatureAlgorithm algorithm, der::Input signed_data, in VerifySignedData()
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
H A DBCPBEKey.java21 String algorithm; field in BCPBEKey
40 String algorithm, in BCPBEKey()
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/symmetric/util/
H A DBCPBEKey.java25 String algorithm; field in BCPBEKey
44 String algorithm, in BCPBEKey()
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jcajce/provider/symmetric/util/
H A DBCPBEKey.java25 String algorithm; field in BCPBEKey
44 String algorithm, in BCPBEKey()
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/
H A DPemKeyType.java63 public final String algorithm; field in PemKeyType
67 PemKeyType(String keyType, String algorithm, int keySizeInBits, HashType hash) { in PemKeyType()

1...<<11121314151617181920>>...116