PBKDF1
PKCS #5 v1 PBKDF, aka PBKDF1 Can only generate a key up to the size of the hash output. Unless needed for backwards compatability, use PKCS5_PBKDF2
Create a PKCS #5 instance using the specified hash function.
HashFunction hash_input | pointer to a hash function object to use |