Re: [PATCH 2/6] header file for DRBG

2014-03-10 Thread Rafael Aquini
On Sun, Mar 09, 2014 at 12:46:42AM +0100, Stephan Mueller wrote: > The header file includes the definition of: > > * DRBG data structures with > - struct drbg_state as main structure > - struct drbg_core referencing the backend ciphers > - struct drbg_state_ops callbach handlers

[PATCH 2/6] header file for DRBG

2014-03-08 Thread Stephan Mueller
The header file includes the definition of: * DRBG data structures with - struct drbg_state as main structure - struct drbg_core referencing the backend ciphers - struct drbg_state_ops callbach handlers for specific code supporting the Hash, HMAC, CTR DRBG impleme