Home
last modified time | relevance | path

Searched refs:tmp_sz (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/providers/implementations/rands/
H A Ddrbg_hash.c78 int tmp_sz = 0; in hash_df() local
87 tmp[tmp_sz++] = 1; in hash_df()
89 tmp[tmp_sz++] = (unsigned char)((num_bits_returned >> 24) & 0xff); in hash_df()
90 tmp[tmp_sz++] = (unsigned char)((num_bits_returned >> 16) & 0xff); in hash_df()
91 tmp[tmp_sz++] = (unsigned char)((num_bits_returned >> 8) & 0xff); in hash_df()
92 tmp[tmp_sz++] = (unsigned char)(num_bits_returned & 0xff); in hash_df()
95 tmp[tmp_sz++] = inbyte; in hash_df()
104 && EVP_DigestUpdate(ctx, tmp, tmp_sz) in hash_df()
/third_party/openssl/providers/implementations/rands/
H A Ddrbg_hash.c78 int tmp_sz = 0; in hash_df() local
87 tmp[tmp_sz++] = 1; in hash_df()
89 tmp[tmp_sz++] = (unsigned char)((num_bits_returned >> 24) & 0xff); in hash_df()
90 tmp[tmp_sz++] = (unsigned char)((num_bits_returned >> 16) & 0xff); in hash_df()
91 tmp[tmp_sz++] = (unsigned char)((num_bits_returned >> 8) & 0xff); in hash_df()
92 tmp[tmp_sz++] = (unsigned char)(num_bits_returned & 0xff); in hash_df()
95 tmp[tmp_sz++] = inbyte; in hash_df()
104 && EVP_DigestUpdate(ctx, tmp, tmp_sz) in hash_df()

Completed in 2 milliseconds