/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/13/libcore/ojluni/src/main/java/java/security/ |
D | KeyRep.java | 96 private String algorithm; field in KeyRep 129 public KeyRep(Type type, String algorithm, in KeyRep()
|
/aosp_15_r20/external/trusty/bootloader/ql-tipc/ |
D | keymaster.c | 342 keymaster_algorithm_t algorithm) { in trusty_send_attestation_data() 392 keymaster_algorithm_t algorithm) { in trusty_set_attestation_key() 399 keymaster_algorithm_t algorithm) { in trusty_append_attestation_cert_chain()
|
/aosp_15_r20/cts/tests/tests/keystore/src/android/keystore/cts/ |
H A D | NoAttestKeyTest.java | 95 private void testAttestKeyFail(boolean useStrongBox, String algorithm) throws Exception { in testAttestKeyFail() 132 private Certificate[] generateKeyPair(String algorithm, KeyGenParameterSpec spec) in generateKeyPair()
|
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/jwt/ |
H A D | JwtRsaSsaPkcs1SignKeyManager.java | 70 JwtRsaSsaPkcs1Algorithm algorithm = keyProto.getPublicKey().getAlgorithm(); in selfTestKey() local 103 JwtRsaSsaPkcs1Algorithm algorithm = keyProto.getPublicKey().getAlgorithm(); in getPrimitive() local
|
H A D | JwtRsaSsaPssSignKeyManager.java | 71 JwtRsaSsaPssAlgorithm algorithm = keyProto.getPublicKey().getAlgorithm(); in selfTestKey() local 104 JwtRsaSsaPssAlgorithm algorithm = keyProto.getPublicKey().getAlgorithm(); in getPrimitive() local
|
/aosp_15_r20/cts/tests/tests/keystore/src/android/keystore/cts/performance/ |
H A D | AttestationPerformanceTest.java | 71 AndroidKeystoreRsaKeyGenerator(String algorithm, int keySize, byte[] challenge) in AndroidKeystoreRsaKeyGenerator() 90 AndroidKeystoreEcKeyGenerator(String algorithm, int keySize, byte[] challenge) in AndroidKeystoreEcKeyGenerator()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/util/autotune_maps/ |
H A D | autotune_serialize_test.cc | 107 AlgorithmDesc algorithm(/*algo_id=*/1, /*use_tensor_ops=*/true); in TEST() local 157 AlgorithmDesc algorithm(/*algo_id=*/1, /*use_tensor_ops=*/true); in TEST() local
|
/aosp_15_r20/external/cronet/net/ssl/ |
H A D | threaded_ssl_private_key.cc | 40 uint16_t algorithm, in Sign() 68 void ThreadedSSLPrivateKey::Sign(uint16_t algorithm, in Sign()
|
/aosp_15_r20/frameworks/base/apct-tests/perftests/core/src/android/conscrypt/conscrypt/ |
H A D | Transformation.java | 36 Transformation(String algorithm, String mode, String padding, KeyGen keyGen) { in Transformation() 43 final String algorithm; field in Transformation
|
/aosp_15_r20/external/conscrypt/repackaged/benchmark-base/src/main/java/com/android/org/conscrypt/ |
H A D | Transformation.java | 38 Transformation(String algorithm, String mode, String padding, KeyGen keyGen) { in Transformation() 45 final String algorithm; field in Transformation
|
/aosp_15_r20/external/conscrypt/benchmark-base/src/main/java/org/conscrypt/ |
H A D | Transformation.java | 36 Transformation(String algorithm, String mode, String padding, KeyGen keyGen) { in Transformation() 43 final String algorithm; field in Transformation
|
/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/aead/ |
D | unbound_key.rs | 48 pub fn algorithm(&self) -> &'static Algorithm { in algorithm() method 68 let algorithm = *okm.len(); in from() localVariable
|
/aosp_15_r20/external/vboot_reference/host/lib/ |
H A D | signature_digest.c | 37 unsigned int algorithm) in SignatureDigest() 58 unsigned int algorithm) in SignatureBuf()
|
/aosp_15_r20/external/tink/python/tink/proto/ |
H A D | jwt_rsa_ssa_pkcs1.proto | 36 JwtRsaSsaPkcs1Algorithm algorithm = 2; field 80 JwtRsaSsaPkcs1Algorithm algorithm = 2; field
|
H A D | jwt_rsa_ssa_pss.proto | 36 JwtRsaSsaPssAlgorithm algorithm = 2; field 80 JwtRsaSsaPssAlgorithm algorithm = 2; field
|
/aosp_15_r20/external/tink/java_src/proto/ |
H A D | jwt_rsa_ssa_pss.proto | 36 JwtRsaSsaPssAlgorithm algorithm = 2; field 80 JwtRsaSsaPssAlgorithm algorithm = 2; field
|
H A D | jwt_rsa_ssa_pkcs1.proto | 36 JwtRsaSsaPkcs1Algorithm algorithm = 2; field 80 JwtRsaSsaPkcs1Algorithm algorithm = 2; field
|
/aosp_15_r20/external/tink/cc/proto/ |
H A D | jwt_rsa_ssa_pkcs1.proto | 36 JwtRsaSsaPkcs1Algorithm algorithm = 2; field 80 JwtRsaSsaPkcs1Algorithm algorithm = 2; field
|
H A D | jwt_rsa_ssa_pss.proto | 36 JwtRsaSsaPssAlgorithm algorithm = 2; field 80 JwtRsaSsaPssAlgorithm algorithm = 2; field
|
/aosp_15_r20/external/aws-sdk-java-v2/services/s3/src/test/java/software/amazon/awssdk/services/s3/utils/ |
H A D | ChecksumUtils.java | 81 public static String calculatedChecksum(String contentString, Algorithm algorithm) { in calculatedChecksum() 89 public static String calculatedChecksum(Path path, Algorithm algorithm) { in calculatedChecksum()
|
/aosp_15_r20/external/tink/proto/ |
H A D | jwt_rsa_ssa_pss.proto | 36 JwtRsaSsaPssAlgorithm algorithm = 2; field 80 JwtRsaSsaPssAlgorithm algorithm = 2; field
|
H A D | jwt_rsa_ssa_pkcs1.proto | 36 JwtRsaSsaPkcs1Algorithm algorithm = 2; field 80 JwtRsaSsaPkcs1Algorithm algorithm = 2; field
|
/aosp_15_r20/libcore/ojluni/annotations/mmodule/sun/security/jca/ |
H A D | Providers.annotated.java | 78 …precation(java.lang.String provider, java.lang.String service, java.lang.String algorithm) throws … in checkBouncyCastleDeprecation() 81 …ion(java.security.Provider provider, java.lang.String service, java.lang.String algorithm) throws … in checkBouncyCastleDeprecation()
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/pkcs8/ |
H A D | pkcs8.c | 342 CBB algorithm, oid, param, salt_cbb; in pkcs12_pbe_encrypt_init() local 358 int pkcs8_pbe_decrypt(uint8_t **out, size_t *out_len, CBS *algorithm, in pkcs8_pbe_decrypt() 419 CBS epki, algorithm, ciphertext; in PKCS8_parse_encrypted_private_key() local
|
/aosp_15_r20/external/boringssl/src/crypto/pkcs8/ |
H A D | pkcs8.c | 342 CBB algorithm, oid, param, salt_cbb; in pkcs12_pbe_encrypt_init() local 358 int pkcs8_pbe_decrypt(uint8_t **out, size_t *out_len, CBS *algorithm, in pkcs8_pbe_decrypt() 419 CBS epki, algorithm, ciphertext; in PKCS8_parse_encrypted_private_key() local
|