Home
last modified time | relevance | path

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

/external/rust/crates/ring/tests/
Dpbkdf2_tests.rs53 pbkdf2::PBKDF2_HMAC_SHA256 in pbkdf2_tests()
/external/rust/crates/ring/src/
Dpbkdf2.rs126 pub static PBKDF2_HMAC_SHA256: Algorithm = Algorithm(hmac::HMAC_SHA256); constant