Home
last modified time | relevance | path

Searched refs:PBKDF2_HMAC_SHA512 (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/ring/tests/
Dpbkdf2_tests.rs57 pbkdf2::PBKDF2_HMAC_SHA512 in pbkdf2_tests()
/external/rust/crates/ring/src/
Dpbkdf2.rs132 pub static PBKDF2_HMAC_SHA512: Algorithm = Algorithm(hmac::HMAC_SHA512); constant