Home
last modified time | relevance | path

Searched defs:generate_key_bytes (Results 1 – 2 of 2) sorted by relevance

/dports/security/py-ssh/ssh-1.8.0/ssh/
H A Dutil.py151 def generate_key_bytes(hashclass, salt, key, nbytes): function
/dports/security/john/john-1.9.0-jumbo-1/src/
H A Dssh_fmt_plug.c110 inline static void generate_key_bytes(int nbytes, unsigned char *password, unsigned char *key) in generate_key_bytes() function