Searched refs:crypto_rng_get_bytes (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/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);
|
| /OK3568_Linux_fs/kernel/include/crypto/ |
| H A D | rng.h | 160 static inline int crypto_rng_get_bytes(struct crypto_rng *tfm, in crypto_rng_get_bytes() function
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | geniv.c | 122 err = crypto_rng_get_bytes(crypto_default_rng, ctx->salt, in aead_init_geniv()
|
| H A D | drbg.c | 1175 ret = crypto_rng_get_bytes(drbg->jent, in drbg_seed()
|
| H A D | ecc.c | 1370 err = crypto_rng_get_bytes(crypto_default_rng, (u8 *)priv, nbytes); in ecc_gen_privkey()
|
| H A D | testmgr.c | 3496 err = crypto_rng_get_bytes(tfm, result, in test_cprng()
|
| /OK3568_Linux_fs/kernel/net/tipc/ |
| H A D | crypto.c | 369 rc = crypto_rng_get_bytes(crypto_default_rng, skey->key, in tipc_aead_key_generate()
|