Home
last modified time | relevance | path

Searched refs:get_random_bytes_wait (Results 1 – 8 of 8) sorted by relevance

/linux/include/linux/
A Donce.h58 DO_ONCE(get_random_bytes_wait, (buf), (nbytes)) \
A Drandom.h90 static inline int get_random_bytes_wait(void *buf, int nbytes) in get_random_bytes_wait() function
/linux/include/crypto/
A Dcurve25519.h69 get_random_bytes_wait(secret, CURVE25519_KEY_SIZE); in curve25519_generate_secret()
/linux/crypto/
A Drng.c42 err = get_random_bytes_wait(buf, slen); in crypto_rng_reset()
/linux/security/keys/
A Dbig_key.c94 ret = get_random_bytes_wait(enckey, CHACHA20POLY1305_KEY_SIZE); in big_key_preparse()
/linux/drivers/net/wireguard/
A Dcookie.c190 get_random_bytes_wait(dst->nonce, COOKIE_NONCE_LEN); in wg_cookie_message_create()
/linux/drivers/target/iscsi/
A Discsi_target_auth.c53 ret = get_random_bytes_wait(chap->challenge, chap->challenge_len); in chap_gen_challenge()
A Discsi_target_login.c218 ret = get_random_bytes_wait(&conn->stat_sn, sizeof(u32)); in iscsi_login_set_conn_values()

Completed in 11 milliseconds