Searched refs:hash_df1 (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/providers/implementations/rands/ |
D | drbg_hash.c | 131 static int hash_df1(PROV_DRBG *drbg, unsigned char *out, in hash_df1() function 263 && hash_df1(drbg, hash->C, 0x00, hash->V, drbg->seedlen); in drbg_hash_instantiate() 301 return hash_df1(drbg, hash->C, 0x00, hash->V, drbg->seedlen); in drbg_hash_reseed()
|
/third_party/openssl/providers/implementations/rands/ |
D | drbg_hash.c | 131 static int hash_df1(PROV_DRBG *drbg, unsigned char *out, in hash_df1() function 263 && hash_df1(drbg, hash->C, 0x00, hash->V, drbg->seedlen); in drbg_hash_instantiate() 301 return hash_df1(drbg, hash->C, 0x00, hash->V, drbg->seedlen); in drbg_hash_reseed()
|