/aosp_15_r20/external/tink/proto/ |
H A D | jwt_hmac.proto | 36 JwtHmacAlgorithm algorithm = 2; field 49 JwtHmacAlgorithm algorithm = 2; field
|
H A D | jwt_ecdsa.proto | 36 JwtEcdsaAlgorithm algorithm = 2; field 60 JwtEcdsaAlgorithm algorithm = 2; field
|
/aosp_15_r20/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
H A D | X509PublicKey.java | 30 private final String algorithm; field in X509PublicKey 35 X509PublicKey(String algorithm, byte[] encoded) { in X509PublicKey()
|
/aosp_15_r20/external/tink/python/tink/proto/ |
H A D | jwt_hmac.proto | 36 JwtHmacAlgorithm algorithm = 2; field 49 JwtHmacAlgorithm algorithm = 2; field
|
H A D | jwt_ecdsa.proto | 36 JwtEcdsaAlgorithm algorithm = 2; field 60 JwtEcdsaAlgorithm algorithm = 2; field
|
/aosp_15_r20/external/tink/java_src/proto/ |
H A D | jwt_hmac.proto | 36 JwtHmacAlgorithm algorithm = 2; field 49 JwtHmacAlgorithm algorithm = 2; field
|
H A D | jwt_ecdsa.proto | 36 JwtEcdsaAlgorithm algorithm = 2; field 60 JwtEcdsaAlgorithm algorithm = 2; field
|
/aosp_15_r20/external/tink/cc/proto/ |
H A D | jwt_hmac.proto | 36 JwtHmacAlgorithm algorithm = 2; field 49 JwtHmacAlgorithm algorithm = 2; field
|
H A D | jwt_ecdsa.proto | 36 JwtEcdsaAlgorithm algorithm = 2; field 60 JwtEcdsaAlgorithm algorithm = 2; field
|
/aosp_15_r20/external/armnn/src/backends/reference/workloads/ |
H A D | Pooling3d.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/trusty/user/app/keymaster/ |
D | trusty_keymaster_messages.h | 156 keymaster_algorithm_t algorithm; member 174 keymaster_algorithm_t algorithm; member 194 keymaster_algorithm_t algorithm; member
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jcajce/provider/asymmetric/dh/ |
H A D | DHUtil.java | 13 static String privateKeyToString(String algorithm, BigInteger x, DHParameters dhParams) in privateKeyToString() 27 static String publicKeyToString(String algorithm, BigInteger y, DHParameters dhParams) in publicKeyToString()
|
/aosp_15_r20/external/tink/cc/jwt/internal/ |
H A D | raw_jwt_rsa_ssa_pkcs1_verify_key_manager.cc | 92 const JwtRsaSsaPkcs1Algorithm& algorithm) { in ValidateAlgorithm() 106 const JwtRsaSsaPkcs1Algorithm& algorithm) { in HashForPkcs1Algorithm()
|
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dh/ |
H A D | DHUtil.java | 12 static String privateKeyToString(String algorithm, BigInteger x, DHParameters dhParams) in privateKeyToString() 26 static String publicKeyToString(String algorithm, BigInteger y, DHParameters dhParams) in publicKeyToString()
|
/aosp_15_r20/external/vboot_reference/firmware/2lib/ |
H A D | 2crypto.c | 202 enum vb2_crypto_algorithm algorithm) in vb2_crypto_to_signature() 210 enum vb2_hash_algorithm vb2_crypto_to_hash(enum vb2_crypto_algorithm algorithm) in vb2_crypto_to_hash()
|
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/asymmetric/dh/ |
H A D | DHUtil.java | 13 static String privateKeyToString(String algorithm, BigInteger x, DHParameters dhParams) in privateKeyToString() 27 static String publicKeyToString(String algorithm, BigInteger y, DHParameters dhParams) in publicKeyToString()
|
/aosp_15_r20/bootable/libbootloader/gbl/libgbl/src/ |
H A D | digest.rs | 29 fn algorithm(&self) -> &Algorithm; in algorithm() method 58 fn algorithm(&self) -> &Algorithm; in algorithm() method
|
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/jwt/ |
H A D | JwtRsaSsaPssVerifyKeyManager.java | 48 static final Enums.HashType hashForPssAlgorithm(JwtRsaSsaPssAlgorithm algorithm) in hashForPssAlgorithm() 62 static final int saltLengthForPssAlgorithm(JwtRsaSsaPssAlgorithm algorithm) in saltLengthForPssAlgorithm()
|
/aosp_15_r20/system/keymaster/contexts/ |
H A D | soft_attestation_cert.cpp | 281 const keymaster_key_blob_t* getAttestationKey(keymaster_algorithm_t algorithm, in getAttestationKey() 299 CertificateChain getAttestationChain(keymaster_algorithm_t algorithm, keymaster_error_t* error) { in getAttestationChain()
|
/aosp_15_r20/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/ |
H A D | KeyPairGeneratorPerfTest.java | 63 public void setUp(Algorithm algorithm, Implementation implementation) throws Exception { in setUp() 79 public void time(Algorithm algorithm, Implementation implementation) throws Exception { in time()
|
/aosp_15_r20/cts/tests/tests/keystore/src/android/keystore/cts/ |
H A D | KeyPairGeneratorTest.java | 380 public void testGenerateHonorsRequestedAuthorizations(KmType kmType, String algorithm) in testGenerateHonorsRequestedAuthorizations() 441 public void testLimitedUseKey(KmType kmType, String algorithm) throws Exception { in testLimitedUseKey() 460 public void testGenerateAuthBoundKey_Lskf(KmType kmType, String algorithm) throws Exception { in testGenerateAuthBoundKey_Lskf() 478 public void testGenerateAuthBoundKey_LskfOrStrongBiometric(KmType kmType, String algorithm) in testGenerateAuthBoundKey_LskfOrStrongBiometric() 1760 private void assertKeyGenInitSucceeds(String algorithm, AlgorithmParameterSpec params) in assertKeyGenInitSucceeds() 1767 String algorithm, AlgorithmParameterSpec params) throws Exception { in assertKeyGenInitThrowsInvalidAlgorithmParameterException() 2135 private KeyPairGenerator getGenerator(String algorithm) in getGenerator()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/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/frameworks/base/keystore/java/android/security/keystore2/ |
H A D | AndroidKeyStoreBCWorkaroundProvider.java | 246 private void putMacImpl(String algorithm, String implClass) { in putMacImpl() 262 private void putSignatureImpl(String algorithm, String implClass) { in putSignatureImpl()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
H A D | backend_configs.proto | 26 stream_executor.dnn.AlgorithmProto algorithm = 6; field 48 oneof algorithm { oneof
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/security/ |
H A D | KeyRep.java | 96 private String algorithm; field in KeyRep 129 public KeyRep(Type type, String algorithm, in KeyRep()
|