Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F34085782
D232.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
619 B
Subscribers
None
D232.diff
View Options
Index: b/src/global.c
===================================================================
--- b/src/global.c
+++ b/src/global.c
@@ -671,6 +671,15 @@
rc = GPG_ERR_NOT_IMPLEMENTED;
break;
+ case GCRYCTL_DRBG_REINIT:
+ {
+ u_int32_t flags = va_arg (arg_ptr, u_int32_t);
+ struct drbg_string *pers = va_arg (arg_ptr, struct drbg_string *);
+ struct drbg_test_data *test_data = va_arg (arg_ptr, struct drbg_test_data *);
+ rc = _gcry_drbg_reinit(flags, pers, test_data);
+ }
+ break;
+
default:
_gcry_set_preferred_rng_type (0);
rc = GPG_ERR_INV_OP;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Dec 2, 3:32 AM (12 h, 38 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
e9/24/398af82ce550013d45362b361df8
Attached To
D232: 472_v7-0006-DRBG-specific-gcry_control-requests.patch
Event Timeline
Log In to Comment