Searched refs:add_bytes (Results 1 – 1 of 1) sorted by relevance
/openssl/providers/implementations/rands/ |
H A D | drbg_hash.c | 146 static int add_bytes(PROV_DRBG *drbg, unsigned char *dst, in add_bytes() function 188 && add_bytes(drbg, hash->V, hash->vtmp, hash->blocklen); in add_hash_to_v() 236 add_bytes(drbg, hash->vtmp, &one, 1); in hash_gen() 358 && add_bytes(drbg, hash->V, hash->C, drbg->seedlen) in drbg_hash_generate() 360 && add_bytes(drbg, hash->V, counter, 4); in drbg_hash_generate()
|
Completed in 5 milliseconds