Searched refs:x25519_make_key (Results 1 – 4 of 4) sorted by relevance
3 srcs-y += x25519_make_key.c
19 int x25519_make_key(prng_state *prng, int wprng, curve25519_key *key) in x25519_make_key() function
53 if (x25519_make_key(NULL, find_prng("prng_crypto"), <c_tmp_key) != in crypto_acipher_gen_x25519_key()
385 int x25519_make_key(prng_state *prng, int wprng, curve25519_key *key);
Completed in 6 milliseconds