Home
last modified time | relevance | path

Searched refs:Sha512 (Results 1 – 6 of 6) sorted by relevance

/webrtc/dtls/src/signature_hash_algorithm/
H A Dmod.rs20 Sha512 = 6, enumerator
34 6 => HashAlgorithm::Sha512, in from()
50 HashAlgorithm::Sha512 => write!(f, "sha-512"), // [RFC4055] in fmt()
118 hash: HashAlgorithm::Sha512, in default_signature_schemes()
130 hash: HashAlgorithm::Sha512, in default_signature_schemes()
H A Dsignature_hash_algorithm_test.rs26 hash: HashAlgorithm::Sha512, in test_parse_signature_schemes()
38 hash: HashAlgorithm::Sha512, in test_parse_signature_schemes()
/webrtc/dtls/src/extension/extension_supported_signature_algorithms/
H A Dextension_supported_signature_algorithms_test.rs20 hash: HashAlgorithm::Sha512, in test_extension_supported_signature_algorithms()
/webrtc/dtls/src/handshake/handshake_message_certificate_request/
H A Dhandshake_message_certificate_request_test.rs36 hash: HashAlgorithm::Sha512, in test_handshake_message_certificate_request()
/webrtc/dtls/src/crypto/
H A Dmod.rs357 SignatureAlgorithm::Rsa if hash_algorithm.hash == HashAlgorithm::Sha512 => { in verify_signature()
/webrtc/dtls/src/conn/
H A Dconn_test.rs1822 hash: HashAlgorithm::Sha512, in test_server_timeout()
1834 hash: HashAlgorithm::Sha512, in test_server_timeout()