/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/ |
D | digest.rs | 205 pub fn algorithm(&self) -> &'static Algorithm { in algorithm() 225 pub fn digest(algorithm: &'static Algorithm, data: &[u8]) -> Digest { in digest() 243 pub fn algorithm(&self) -> &'static Algorithm { in algorithm() 264 pub struct Algorithm { struct 277 id: AlgorithmID, argument 289 impl PartialEq for Algorithm { argument 295 impl Eq for Algorithm {} implementation 299 impl Algorithm { implementation 545 fn max_input_test(alg: &'static digest::Algorithm) { in max_input_test() 552 fn too_long_input_test_block(alg: &'static digest::Algorithm) { in too_long_input_test_block() [all …]
|
D | aead.rs | 63 fn algorithm(&self) -> &'static Algorithm; in algorithm() 126 impl hkdf::KeyType for &'static Algorithm { implementation 134 pub struct Algorithm { struct 147 id: AlgorithmID, argument 161 impl Algorithm { impl 192 impl PartialEq for Algorithm { implementation 198 impl Eq for Algorithm {} implementation
|
D | agreement.rs | 71 pub struct Algorithm { struct 80 derive_debug_via_field!(Algorithm, curve); argument 82 impl Eq for Algorithm {} implementation 83 impl PartialEq for Algorithm { implementation 106 alg: &'static Algorithm, in generate() 140 pub fn algorithm(&self) -> &'static Algorithm { in algorithm() 175 pub fn algorithm(&self) -> &'static Algorithm { in algorithm() 210 pub fn new(algorithm: &'static Algorithm, bytes: B) -> Self { in new() 216 pub fn algorithm(&self) -> &'static Algorithm { in algorithm()
|
D | hmac.rs | 116 pub struct Algorithm(&'static digest::Algorithm); struct 118 impl Algorithm { impl 121 pub fn digest_algorithm(&self) -> &'static digest::Algorithm { in digest_algorithm() 175 algorithm: Algorithm, in generate() 181 fn construct<F>(algorithm: Algorithm, fill: F) -> Result<Self, error::Unspecified> in construct() 210 pub fn new(algorithm: Algorithm, key_value: &[u8]) -> Self { in new() 254 pub fn algorithm(&self) -> Algorithm { in algorithm() 259 impl hkdf::KeyType for Algorithm { implementation
|
D | hkdf.rs | 25 pub struct Algorithm(hmac::Algorithm); struct 27 impl Algorithm { implementation 30 pub fn hmac_algorithm(&self) -> hmac::Algorithm { in hmac_algorithm() 48 impl KeyType for Algorithm { implementation 64 pub fn new(algorithm: Algorithm, value: &[u8]) -> Self { in new() 85 pub fn algorithm(&self) -> Algorithm { in algorithm() 117 pub fn new_less_safe(algorithm: Algorithm, value: &[u8]) -> Self { in new_less_safe()
|
D | pbkdf2.rs | 120 pub struct Algorithm(hmac::Algorithm); struct 156 algorithm: Algorithm, in derive() 224 algorithm: Algorithm, in verify()
|
/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/aead/ |
D | quic.rs | 51 algorithm: &'static Algorithm, in new() 72 pub fn algorithm(&self) -> &'static Algorithm { in algorithm() 83 pub struct Algorithm { struct 89 id: AlgorithmID, argument 92 impl hkdf::KeyType for &'static Algorithm { argument 99 impl Algorithm { implementation 122 impl PartialEq for Algorithm { implementation 128 impl Eq for Algorithm {} implementation
|
D | less_safe_key.rs | 37 algorithm: &'static Algorithm, in new_() 148 pub fn algorithm(&self) -> &'static Algorithm { in algorithm() 204 fn check_per_nonce_max_bytes(alg: &Algorithm, in_out_len: usize) -> Result<(), error::Unspecified> { in check_per_nonce_max_bytes()
|
D | unbound_key.rs | 38 algorithm: &'static Algorithm, in new() 48 pub fn algorithm(&self) -> &'static Algorithm { in algorithm()
|
/aosp_15_r20/external/rust/android-crates-io/crates/ring/tests/ |
D | aead_tests.rs | 98 aead_alg: &'static aead::Algorithm, in test_aead() 99 f: impl Fn(&'static aead::Algorithm, KnownAnswerTestCase) -> Result<(), error::Unspecified>, in test_aead() 193 alg: &'static aead::Algorithm, in test_open_in_place_seperate_tag() 322 alg: &'static aead::Algorithm, in sealing_key_seal_in_place_append_tag() 332 alg: &'static aead::Algorithm, in sealing_key_seal_in_place_separate_tag() 342 alg: &'static aead::Algorithm, in opening_key_open_in_place() 352 alg: &'static aead::Algorithm, in opening_key_open_within() 362 alg: &'static aead::Algorithm, in less_safe_key_seal_in_place_append_tag() 372 alg: &'static aead::Algorithm, in less_safe_key_open_in_place() 382 alg: &'static aead::Algorithm, in less_safe_key_seal_in_place_separate_tag() [all …]
|
D | quic_tests.rs | 32 fn test_quic(alg: &'static quic::Algorithm, test_file: test::File) { in test_quic() 50 fn test_sample_len(alg: &'static quic::Algorithm) { in test_sample_len()
|
/aosp_15_r20/external/rust/crates/quiche/src/ |
D | crypto.rs | 62 pub enum Algorithm { enum 73 impl Algorithm { impl 84 fn get_ring_hp(self) -> &'static aead::quic::Algorithm { in get_ring_hp() 92 fn get_ring_digest(self) -> hkdf::Algorithm { in get_ring_digest() 141 alg: Algorithm, key: &[u8], iv: &[u8], hp_key: &[u8], secret: &[u8], in new() 154 pub fn from_secret(aead: Algorithm, secret: &[u8]) -> Result<Open> { in from_secret() 220 pub fn alg(&self) -> Algorithm { in alg() 253 alg: Algorithm, key: &[u8], iv: &[u8], hp_key: &[u8], secret: &[u8], in new() 266 pub fn from_secret(aead: Algorithm, secret: &[u8]) -> Result<Seal> { in from_secret() 347 pub fn alg(&self) -> Algorithm { in alg() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/ |
D | crypto.rs | 62 pub enum Algorithm { enum 73 impl Algorithm { implementation 84 fn get_ring_hp(self) -> &'static aead::quic::Algorithm { in get_ring_hp() 92 fn get_ring_digest(self) -> hkdf::Algorithm { in get_ring_digest() 141 alg: Algorithm, key: &[u8], iv: &[u8], hp_key: &[u8], secret: &[u8], in new() 154 pub fn from_secret(aead: Algorithm, secret: &[u8]) -> Result<Open> { in from_secret() 220 pub fn alg(&self) -> Algorithm { in alg() 253 alg: Algorithm, key: &[u8], iv: &[u8], hp_key: &[u8], secret: &[u8], in new() 266 pub fn from_secret(aead: Algorithm, secret: &[u8]) -> Result<Seal> { in from_secret() 347 pub fn alg(&self) -> Algorithm { in alg() [all …]
|
/aosp_15_r20/external/coreboot/Documentation/northbridge/intel/sandybridge/ |
H A D | nri_read.md | 100 ## Algorithm section in Read training 101 ### Steps 107 ### Synchronize to data phase 116 ### Finding the preamble
|
/aosp_15_r20/external/mbedtls/tests/scripts/ |
H A D | generate_psa_tests.py | 248 alg: crypto_knowledge.Algorithm, 297 alg: crypto_knowledge.Algorithm, 313 alg: crypto_knowledge.Algorithm, 348 alg: crypto_knowledge.Algorithm, 599 alg: Optional[crypto_knowledge.Algorithm] = None, 626 all_algorithms: List[crypto_knowledge.Algorithm],
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/scripts/ |
H A D | generate_psa_tests.py | 248 alg: crypto_knowledge.Algorithm, 297 alg: crypto_knowledge.Algorithm, 313 alg: crypto_knowledge.Algorithm, 348 alg: crypto_knowledge.Algorithm, 599 alg: Optional[crypto_knowledge.Algorithm] = None, 626 all_algorithms: List[crypto_knowledge.Algorithm],
|
/aosp_15_r20/bootable/libbootloader/gbl/libgbl/src/ |
H A D | digest.rs | 19 pub enum Algorithm { enum 29 fn algorithm(&self) -> &Algorithm; in algorithm() 58 fn algorithm(&self) -> &Algorithm; in algorithm()
|
/aosp_15_r20/frameworks/native/libs/ftl/ |
H A D | algorithm_test.cpp | 27 TEST(Algorithm, Contains) { in TEST() argument 38 TEST(Algorithm, FindIf) { in TEST() argument 61 TEST(Algorithm, StaticRef) { in TEST() argument
|
/aosp_15_r20/external/pigweed/pw_minimal_cpp_stdlib/ |
H A D | isolated_test.cc | 116 TEST(Algorithm, Basic) { in TEST() argument 123 TEST(Algorithm, Copy) { in TEST() argument 152 TEST(Algorithm, Find) { in TEST() argument 169 TEST(Algorithm, NotFound) { in TEST() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/rsa/padding/ |
D | pss.rs | 32 fn digest_alg(&self) -> &'static digest::Algorithm { in digest_alg() 204 digest_alg: &'static digest::Algorithm, in new() 242 digest_alg: &'static digest::Algorithm, in pss_digest()
|
/aosp_15_r20/external/cronet/crypto/ |
H A D | unexportable_key_win.cc | 303 SignatureVerifier::SignatureAlgorithm Algorithm() const override { in Algorithm() function in crypto::__anona60838f30111::ECDSAKey 334 SignatureVerifier::SignatureAlgorithm Algorithm() const override { in Algorithm() function in crypto::__anona60838f30111::RSAKey 503 SignatureVerifier::SignatureAlgorithm Algorithm() const override { in Algorithm() function in crypto::__anona60838f30111::ECDSASoftwareKey 551 SignatureVerifier::SignatureAlgorithm Algorithm() const override { in Algorithm() function in crypto::__anona60838f30111::RSASoftwareKey
|
/aosp_15_r20/external/mbedtls/scripts/mbedtls_dev/ |
H A D | crypto_data_tests.py | 68 def one_test_case(alg: crypto_knowledge.Algorithm, 84 alg: crypto_knowledge.Algorithm
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/scripts/mbedtls_dev/ |
H A D | crypto_data_tests.py | 68 def one_test_case(alg: crypto_knowledge.Algorithm, 84 alg: crypto_knowledge.Algorithm
|
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/checksums/ |
H A D | Algorithm.java | 27 public enum Algorithm { enum 41 Algorithm(String value, int length) { in Algorithm() method in Algorithm
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/rust/bssl-crypto/src/ |
H A D | digest.rs | 45 pub trait Algorithm { trait
|