Searched refs:hmac_hashfunc (Results 1 – 2 of 2) sorted by relevance
85 def hmac_hashfunc(cls, msg): function91 hashfunc = hmac_hashfunc101 hmac_hashfunc = lambda msg: hmac.new(b'mysecretkey', msg) function103 password = Password(hashfunc=hmac_hashfunc)
37 def hmac_hashfunc(self): member in PasswordPropertyTest