Searched refs:crypto_rng_get_bytes (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/Documentation/crypto/ |
H A D | api-rng.rst | 14 …ypto_alloc_rng crypto_rng_alg crypto_free_rng crypto_rng_generate crypto_rng_get_bytes crypto_rng_…
|
H A D | api-samples.rst | 176 ret = crypto_rng_get_bytes(rng, buf, len);
|
/openbmc/linux/include/crypto/ |
H A D | rng.h | 209 static inline int crypto_rng_get_bytes(struct crypto_rng *tfm, in crypto_rng_get_bytes() function
|
/openbmc/linux/crypto/ |
H A D | geniv.c | 122 err = crypto_rng_get_bytes(crypto_default_rng, ctx->salt, in aead_init_geniv()
|
H A D | dh.c | 394 err = crypto_rng_get_bytes(crypto_default_rng, (u8 *)key, in dh_safe_prime_gen_privkey()
|
H A D | drbg.c | 1200 ret = crypto_rng_get_bytes(drbg->jent, in drbg_seed()
|
H A D | ecc.c | 1495 err = crypto_rng_get_bytes(crypto_default_rng, (u8 *)priv, nbytes); in ecc_gen_privkey()
|
H A D | testmgr.c | 3637 err = crypto_rng_get_bytes(tfm, result, in test_cprng()
|
/openbmc/linux/drivers/crypto/intel/keembay/ |
H A D | keembay-ocs-ecc.c | 237 rc = crypto_rng_get_bytes(crypto_default_rng, sca, nbytes); in kmb_ecc_point_mult() 518 rc = crypto_rng_get_bytes(crypto_default_rng, (u8 *)priv, nbytes); in kmb_ecc_gen_privkey()
|
/openbmc/linux/net/tipc/ |
H A D | crypto.c | 375 rc = crypto_rng_get_bytes(crypto_default_rng, skey->key, in tipc_aead_key_generate()
|
/openbmc/linux/drivers/crypto/hisilicon/hpre/ |
H A D | hpre_crypto.c | 1382 ret = crypto_rng_get_bytes(crypto_default_rng, (u8 *)params->key, in ecdh_gen_privkey()
|