Searched refs:AlgorithmID (Results 1 – 7 of 7) sorted by relevance
/external/rust/crates/ring/src/ec/suite_b/ecdsa/ |
D | verification.rs | 37 id: AlgorithmID, 41 enum AlgorithmID { enum 217 id: AlgorithmID::ECDSA_P256_SHA256_FIXED, 229 id: AlgorithmID::ECDSA_P384_SHA384_FIXED, 241 id: AlgorithmID::ECDSA_P256_SHA256_ASN1, 258 id: AlgorithmID::ECDSA_P256_SHA384_ASN1, 275 id: AlgorithmID::ECDSA_P384_SHA256_ASN1, 287 id: AlgorithmID::ECDSA_P384_SHA384_ASN1,
|
D | signing.rs | 37 id: AlgorithmID, 41 enum AlgorithmID { enum 454 id: AlgorithmID::ECDSA_P256_SHA256_FIXED_SIGNING, 469 id: AlgorithmID::ECDSA_P384_SHA384_FIXED_SIGNING, 484 id: AlgorithmID::ECDSA_P256_SHA256_ASN1_SIGNING, 499 id: AlgorithmID::ECDSA_P384_SHA384_ASN1_SIGNING,
|
/external/rust/crates/ring/src/aead/ |
D | quic.rs | 90 id: AlgorithmID, 117 enum AlgorithmID { enum 136 id: AlgorithmID::AES_128, 144 id: AlgorithmID::AES_256, 171 id: AlgorithmID::CHACHA20,
|
D | aes_gcm.rs | 29 id: aead::AlgorithmID::AES_128_GCM, 39 id: aead::AlgorithmID::AES_256_GCM,
|
D | chacha20_poly1305.rs | 32 id: aead::AlgorithmID::CHACHA20_POLY1305,
|
/external/rust/crates/ring/src/ |
D | digest.rs | 289 id: AlgorithmID, 293 enum AlgorithmID { enum 333 id: AlgorithmID::SHA1, 358 id: AlgorithmID::SHA256, 383 id: AlgorithmID::SHA384, 408 id: AlgorithmID::SHA512, 437 id: AlgorithmID::SHA512_256,
|
D | aead.rs | 157 id: AlgorithmID, 196 enum AlgorithmID { enum
|