Searched refs:make_key (Results 1 – 2 of 2) sorted by relevance
128 crypt_key = iutils.make_key(cl)129 auth_key = iutils.make_key(al)229 crypt_key = iutils.make_key(cl)230 auth_key = iutils.make_key(al)323 crypt_key = iutils.make_key(cl)324 auth_key = iutils.make_key(al)
26 def make_key(len_bits): function