Function openssl::crypto::pkcs5::pbkdf2_hmac_sha1 [] [src]

pub fn pbkdf2_hmac_sha1(pass: &[u8], salt: &[u8], iter: usize, keylen: usize) -> Result<Vec<u8>, ErrorStack>

Derives a key from a password and salt using the PBKDF2-HMAC-SHA1 algorithm.