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 214 id: AlgorithmID::ECDSA_P256_SHA256_FIXED, 226 id: AlgorithmID::ECDSA_P384_SHA384_FIXED, 238 id: AlgorithmID::ECDSA_P256_SHA256_ASN1, 255 id: AlgorithmID::ECDSA_P256_SHA384_ASN1, 272 id: AlgorithmID::ECDSA_P384_SHA256_ASN1, 284 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 | 27 id: aead::AlgorithmID::AES_128_GCM, 37 id: aead::AlgorithmID::AES_256_GCM,
|
D | chacha20_poly1305.rs | 33 id: aead::AlgorithmID::CHACHA20_POLY1305,
|
/external/rust/crates/ring/src/ |
D | digest.rs | 286 id: AlgorithmID, 290 enum AlgorithmID { enum 330 id: AlgorithmID::SHA1, 355 id: AlgorithmID::SHA256, 380 id: AlgorithmID::SHA384, 405 id: AlgorithmID::SHA512, 434 id: AlgorithmID::SHA512_256,
|
D | aead.rs | 582 id: AlgorithmID, 621 enum AlgorithmID { enum
|