Home
last modified time | relevance | path

Searched defs:Algorithm (Results 26 – 50 of 272) sorted by relevance

1234567891011

/aosp_15_r20/external/guava/guava-tests/benchmark/com/google/common/hash/
H A DMessageDigestAlgorithmBenchmark.java73 private enum Algorithm { enum in MessageDigestAlgorithmBenchmark
83 Algorithm(String algorithmName, HashFunction hashFn) { in Algorithm() method in MessageDigestAlgorithmBenchmark.Algorithm
/aosp_15_r20/external/guava/android/guava-tests/benchmark/com/google/common/hash/
H A DMessageDigestAlgorithmBenchmark.java73 private enum Algorithm { enum in MessageDigestAlgorithmBenchmark
83 Algorithm(String algorithmName, HashFunction hashFn) { in Algorithm() method in MessageDigestAlgorithmBenchmark.Algorithm
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/jwt/
H A DJwtEcdsaParameters.java83 public static final class Algorithm { class in JwtEcdsaParameters
99 private Algorithm(String name, ECParameterSpec ecParameterSpec) { in Algorithm() method in JwtEcdsaParameters.Algorithm
H A DJwtHmacParameters.java80 public static final class Algorithm { class in JwtHmacParameters
87 private Algorithm(String name) { in Algorithm() method in JwtHmacParameters.Algorithm
H A DJwtRsaSsaPkcs1Parameters.java88 public static final class Algorithm { class in JwtRsaSsaPkcs1Parameters
100 private Algorithm(String name) { in Algorithm() method in JwtRsaSsaPkcs1Parameters.Algorithm
H A DJwtRsaSsaPssParameters.java87 public static final class Algorithm { class in JwtRsaSsaPssParameters
99 private Algorithm(String name) { in Algorithm() method in JwtRsaSsaPssParameters.Algorithm
/aosp_15_r20/external/rust/android-crates-io/crates/ring/tests/
Ddigest_tests.rs52 fn run_known_answer_test(digest_alg: &'static digest::Algorithm, test_file: test::File) { in run_known_answer_test()
124 fn run_monte_carlo_test(digest_alg: &'static digest::Algorithm, test_file: test::File) { in run_monte_carlo_test()
/aosp_15_r20/external/boringssl/src/rust/bssl-crypto/src/
H A Ddigest.rs45 pub trait Algorithm { interface
/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/rsa/
Dpadding.rs30 fn digest_alg(&self) -> &'static digest::Algorithm; in digest_alg()
63 fn mgf1(digest_alg: &'static digest::Algorithm, seed: &[u8], out: &mut [u8]) { in mgf1()
/aosp_15_r20/system/authgraph/boringssl/src/
H A Dtest_device.rs57 cose_sign_algorithm: iana::Algorithm, in set_identity()
117 fn get_cose_sign_algorithm(&self) -> Result<iana::Algorithm, Error> { in get_cose_sign_algorithm()
H A Dec.rs210 algorithm: iana::Algorithm, in create_nist_key_pair()
328 want_alg: iana::Algorithm, in nist_pkey_from_cose()
/aosp_15_r20/external/mbedtls/scripts/mbedtls_dev/
H A Dcrypto_knowledge.py206 def can_do(self, alg: 'Algorithm') -> bool:
297 class Algorithm: class
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/scripts/mbedtls_dev/
H A Dcrypto_knowledge.py206 def can_do(self, alg: 'Algorithm') -> bool:
297 class Algorithm: class
/aosp_15_r20/external/tink/go/proto/jwt_hmac_go_proto/
H A Djwt_hmac.pb.go99Algorithm JwtHmacAlgorithm `protobuf:"varint,2,opt,name=algorithm,proto3,enum=google.crypto.t… member
170Algorithm JwtHmacAlgorithm `protobuf:"varint,2,opt,name=algorithm,proto3,enum=google.crypto.tink.J… member
/aosp_15_r20/system/security/keystore2/test_utils/
H A Dkey_generations.rs787 algorithm: Algorithm, in generate_sym_key()
877 algorithm: Algorithm, in generate_attestation_key()
1450 algorithm: Algorithm, in generate_key_with_attest_id()
/aosp_15_r20/external/tink/go/proto/jwt_ecdsa_go_proto/
H A Djwt_ecdsa.pb.go99Algorithm JwtEcdsaAlgorithm `protobuf:"varint,2,opt,name=algorithm,proto3,enum=google.crypto.tink.… member
245Algorithm JwtEcdsaAlgorithm `protobuf:"varint,2,opt,name=algorithm,proto3,enum=google.crypto.tink.… member
/aosp_15_r20/external/rust/android-crates-io/crates/coset/src/common/
Dmod.rs193 pub type Algorithm = crate::RegisteredLabelWithPrivate<iana::Algorithm>; typedef
195 impl Default for Algorithm { implementation
/aosp_15_r20/external/tink/go/proto/jwt_rsa_ssa_pss_go_proto/
H A Djwt_rsa_ssa_pss.pb.go99Algorithm JwtRsaSsaPssAlgorithm `protobuf:"varint,2,opt,name=algorithm,proto3,enum=google.crypto.t… member
299Algorithm JwtRsaSsaPssAlgorithm `protobuf:"varint,2,opt,name=algorithm,proto3,enum=google.… member
/aosp_15_r20/external/tink/go/proto/jwt_rsa_ssa_pkcs1_go_proto/
H A Djwt_rsa_ssa_pkcs1.pb.go99Algorithm JwtRsaSsaPkcs1Algorithm `protobuf:"varint,2,opt,name=algorithm,proto3,enum=google.crypto… member
299Algorithm JwtRsaSsaPkcs1Algorithm `protobuf:"varint,2,opt,name=algorithm,proto3,enum=googl… member
/aosp_15_r20/external/skia/site/docs/dev/design/conical/
H A D_index.md81 ## Algorithm section
/aosp_15_r20/external/libchrome/crypto/
H A Dsecure_hash.h22 enum Algorithm { enum
H A Dsymmetric_key.h25 enum Algorithm { enum
/aosp_15_r20/external/gsc-utils/tpm_generated/
H A Dsecure_hash.h16 enum Algorithm { enum
/aosp_15_r20/external/marisa-trie/lib/marisa/grimoire/
H A Dalgorithm.h11 Algorithm() {} in Algorithm() function
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/security/keymint/aidl/android.hardware.security.keymint_interface/dump/android/hardware/security/keymint/
DAlgorithm.aidl37 enum Algorithm { enum

1234567891011