Searched refs:hid (Results 1 – 2 of 2) sorted by relevance
17 int err, hid, cid; in pbes_decrypt() local28 hid = find_hash(arg->type.h); in pbes_decrypt()29 if (hid == -1) return CRYPT_INVALID_HASH; in pbes_decrypt()53 …(arg->pwd, arg->pwdlen, arg->salt->data, arg->salt->size, arg->iterations, hid, k, &klen)) != CRYP… in pbes_decrypt()
2393 * Fix behaviour that hid the original cause of fatal alerts in some cases
Completed in 7 milliseconds