Searched refs:rand_bytes (Results 1 – 1 of 1) sorted by relevance
19 def rand_bytes(length): function57 return Poly1305(rand_bytes(POLY1305_KEY_SIZE))94 data = rand_bytes(data_len)101 data = rand_bytes(4096)110 ctx = hmac.new(rand_bytes(32), digestmod=alg)111 data = rand_bytes(4096)115 key = rand_bytes(key_len)
Completed in 3 milliseconds