Home
last modified time | relevance | path

Searched refs:addtl (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/crypto/
Ddrbg.h98 struct list_head *addtl);
209 struct drbg_string *addtl) in crypto_drbg_get_bytes_addtl() argument
211 return crypto_rng_generate(drng, addtl->buf, addtl->len, in crypto_drbg_get_bytes_addtl()
234 struct drbg_string *addtl, in crypto_drbg_get_bytes_addtl_test() argument
239 return crypto_rng_generate(drng, addtl->buf, addtl->len, in crypto_drbg_get_bytes_addtl_test()
/kernel/linux/linux-5.10/crypto/
Dalgif_rng.c57 u8 *addtl; member
68 kfree_sensitive(ctx->addtl); in rng_reset_addtl()
69 ctx->addtl = NULL; in rng_reset_addtl()
74 u8 *addtl, size_t addtl_len) in _rng_recvmsg() argument
97 genlen = crypto_rng_generate(drng, addtl, addtl_len, result, len); in _rng_recvmsg()
126 ret = _rng_recvmsg(ctx->drng, msg, len, ctx->addtl, ctx->addtl_len); in rng_test_recvmsg()
146 ctx->addtl = kmalloc(len, GFP_KERNEL); in rng_test_sendmsg()
147 if (!ctx->addtl) { in rng_test_sendmsg()
152 err = memcpy_from_msg(ctx->addtl, msg, len); in rng_test_sendmsg()
254 ctx->addtl = NULL; in rng_accept_parent()
Ddrbg.c595 struct list_head *addtl) in drbg_ctr_generate() argument
601 if (addtl && !list_empty(addtl)) { in drbg_ctr_generate()
602 ret = drbg_ctr_update(drbg, addtl, 2); in drbg_ctr_generate()
708 struct list_head *addtl) in drbg_hmac_generate() argument
716 if (addtl && !list_empty(addtl)) { in drbg_hmac_generate()
717 ret = drbg_hmac_update(drbg, addtl, 1); in drbg_hmac_generate()
739 if (addtl && !list_empty(addtl)) in drbg_hmac_generate()
740 ret = drbg_hmac_update(drbg, addtl, 1); in drbg_hmac_generate()
903 struct list_head *addtl) in drbg_hash_process_addtl() argument
911 if (!addtl || list_empty(addtl)) in drbg_hash_process_addtl()
[all …]
Dtestmgr.c3659 struct drbg_string addtl, pers, testentropy; in drbg_cavs_test() local
3682 drbg_string_fill(&addtl, test->addtla, test->addtllen); in drbg_cavs_test()
3686 buf, test->expectedlen, &addtl, &test_data); in drbg_cavs_test()
3689 buf, test->expectedlen, &addtl); in drbg_cavs_test()
3697 drbg_string_fill(&addtl, test->addtlb, test->addtllen); in drbg_cavs_test()
3701 buf, test->expectedlen, &addtl, &test_data); in drbg_cavs_test()
3704 buf, test->expectedlen, &addtl); in drbg_cavs_test()