Searched refs:crypto_rng_get_bytes (Results 1 – 10 of 10) sorted by relevance
/linux/Documentation/crypto/ |
A D | api-rng.rst | 14 …ypto_alloc_rng crypto_rng_alg crypto_free_rng crypto_rng_generate crypto_rng_get_bytes crypto_rng_…
|
A D | api-samples.rst | 176 ret = crypto_rng_get_bytes(rng, buf, len);
|
/linux/include/crypto/ |
A D | rng.h | 160 static inline int crypto_rng_get_bytes(struct crypto_rng *tfm, in crypto_rng_get_bytes() function
|
/linux/crypto/ |
A D | geniv.c | 122 err = crypto_rng_get_bytes(crypto_default_rng, ctx->salt, in aead_init_geniv()
|
A D | drbg.c | 1163 ret = crypto_rng_get_bytes(drbg->jent, in drbg_seed()
|
A D | ecc.c | 1493 err = crypto_rng_get_bytes(crypto_default_rng, (u8 *)priv, nbytes); in ecc_gen_privkey()
|
A D | testmgr.c | 3477 err = crypto_rng_get_bytes(tfm, result, in test_cprng()
|
/linux/drivers/crypto/keembay/ |
A D | keembay-ocs-ecc.c | 242 rc = crypto_rng_get_bytes(crypto_default_rng, sca, nbytes); in kmb_ecc_point_mult() 523 rc = crypto_rng_get_bytes(crypto_default_rng, (u8 *)priv, nbytes); in kmb_ecc_gen_privkey()
|
/linux/drivers/crypto/hisilicon/hpre/ |
A D | hpre_crypto.c | 1364 ret = crypto_rng_get_bytes(crypto_default_rng, (u8 *)params->key, in ecdh_gen_privkey()
|
/linux/net/tipc/ |
A D | crypto.c | 375 rc = crypto_rng_get_bytes(crypto_default_rng, skey->key, in tipc_aead_key_generate()
|
Completed in 30 milliseconds