/aosp_15_r20/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/java/security/ |
H A D | TestKeyStore.java | 773 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/ |
D | KeyParameterValue.java | 14 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 D | DrmHal.cpp | 213 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/ |
D | tpm_attestation_record.cpp | 151 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 D | KeyFactorySpi.java | 45 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 D | KeyFactorySpi.java | 41 String algorithm; field in KeyFactorySpi 45 String algorithm, in KeyFactorySpi()
|
/aosp_15_r20/cts/tests/tests/keystore/src/android/keystore/cts/performance/ |
H A D | DesCipherPerformanceTest.java | 66 private void testDesCipher(String algorithm, int[] keySizes, int[] messageSizes) in testDesCipher() 88 AndroidKeystoreDesKeyGenerator(String algorithm, int keySize) throws Exception { in AndroidKeystoreDesKeyGenerator()
|
H A D | RsaCipherPerformanceTest.java | 56 private void testRsaCipher(String algorithm, int[] keySizes, int[] messageSizes) in testRsaCipher() 88 AndroidKeystoreRsaKeyGenerator(String algorithm, int keySize) throws Exception { in AndroidKeystoreRsaKeyGenerator()
|
H A D | AesCipherPerformanceTest.java | 64 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 D | KeyFactorySpi.java | 45 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/ |
D | p_rsa_asn1.c | 71 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/ |
D | p_rsa_asn1.c | 71 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 D | MessageDigestAlgorithm.java | 38 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 D | KeyStoreTestSupport.java | 90 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 D | ListProviders.java | 80 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 D | ns_print.c | 461 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 D | data_utils.py | 284 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 D | X509CertImpl.java | 105 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 D | ImportWrappedKeyTest.java | 536 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 D | PemKeyType.java | 65 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 D | verify_signed_data.cc | 155 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 D | BCPBEKey.java | 21 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 D | BCPBEKey.java | 25 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 D | BCPBEKey.java | 25 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 D | PemKeyType.java | 63 public final String algorithm; field in PemKeyType 67 PemKeyType(String keyType, String algorithm, int keySizeInBits, HashType hash) { in PemKeyType()
|