Home
last modified time | relevance | path

Searched defs:algorithm (Results 276 – 300 of 2898) sorted by relevance

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

/aosp_15_r20/external/tink/proto/
H A Djwt_hmac.proto36 JwtHmacAlgorithm algorithm = 2; field
49 JwtHmacAlgorithm algorithm = 2; field
H A Djwt_ecdsa.proto36 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 DX509PublicKey.java30 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 Djwt_hmac.proto36 JwtHmacAlgorithm algorithm = 2; field
49 JwtHmacAlgorithm algorithm = 2; field
H A Djwt_ecdsa.proto36 JwtEcdsaAlgorithm algorithm = 2; field
60 JwtEcdsaAlgorithm algorithm = 2; field
/aosp_15_r20/external/tink/java_src/proto/
H A Djwt_hmac.proto36 JwtHmacAlgorithm algorithm = 2; field
49 JwtHmacAlgorithm algorithm = 2; field
H A Djwt_ecdsa.proto36 JwtEcdsaAlgorithm algorithm = 2; field
60 JwtEcdsaAlgorithm algorithm = 2; field
/aosp_15_r20/external/tink/cc/proto/
H A Djwt_hmac.proto36 JwtHmacAlgorithm algorithm = 2; field
49 JwtHmacAlgorithm algorithm = 2; field
H A Djwt_ecdsa.proto36 JwtEcdsaAlgorithm algorithm = 2; field
60 JwtEcdsaAlgorithm algorithm = 2; field
/aosp_15_r20/external/armnn/src/backends/reference/workloads/
H A DPooling3d.cpp22 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/
Dtrusty_keymaster_messages.h156 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 DDHUtil.java13 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 Draw_jwt_rsa_ssa_pkcs1_verify_key_manager.cc92 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 DDHUtil.java12 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 D2crypto.c202 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 DDHUtil.java13 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 Ddigest.rs29 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 DJwtRsaSsaPssVerifyKeyManager.java48 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 Dsoft_attestation_cert.cpp281 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 DKeyPairGeneratorPerfTest.java63 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 DKeyPairGeneratorTest.java380 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/
DKeyRep.java96 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 DAndroidKeyStoreBCWorkaroundProvider.java246 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 Dbackend_configs.proto26 stream_executor.dnn.AlgorithmProto algorithm = 6; field
48 oneof algorithm { oneof
/aosp_15_r20/libcore/ojluni/src/main/java/java/security/
H A DKeyRep.java96 private String algorithm; field in KeyRep
129 public KeyRep(Type type, String algorithm, in KeyRep()

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