HomeSort by: relevance | last modified time | path
    Searched defs:hbits (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_size_class_map.h 165 const uptr hbits = (size >> (l - S)) & M; local in function:SizeClassMap::ClassID
168 return kMidClass + (l1 << S) + hbits + (lbits > 0);
sanitizer_allocator_size_class_map.h 165 const uptr hbits = (size >> (l - S)) & M; local in function:SizeClassMap::ClassID
168 return kMidClass + (l1 << S) + hbits + (lbits > 0);
sanitizer_allocator_size_class_map.h 165 const uptr hbits = (size >> (l - S)) & M; local in function:SizeClassMap::ClassID
168 return kMidClass + (l1 << S) + hbits + (lbits > 0);
  /src/sys/crypto/nist_hash_drbg/
nist_hash_drbg.c 338 uint8_t hbits[4];
342 be32enc(hbits, 8*hlen);
345 hash_df_block(p, counter++, hbits, input, inputlen);
353 hash_df_block(t, counter, hbits, input, inputlen);
361 hash_df_block(secret void *h, uint8_t counter, uint8_t hbits[4],
373 hash_update(&ctx, hbits, 4);
332 uint8_t hbits[4]; local in function:hash_df
nist_hash_drbg.c 338 uint8_t hbits[4];
342 be32enc(hbits, 8*hlen);
345 hash_df_block(p, counter++, hbits, input, inputlen);
353 hash_df_block(t, counter, hbits, input, inputlen);
361 hash_df_block(secret void *h, uint8_t counter, uint8_t hbits[4],
373 hash_update(&ctx, hbits, 4);
332 uint8_t hbits[4]; local in function:hash_df
nist_hash_drbg.c 338 uint8_t hbits[4];
342 be32enc(hbits, 8*hlen);
345 hash_df_block(p, counter++, hbits, input, inputlen);
353 hash_df_block(t, counter, hbits, input, inputlen);
361 hash_df_block(secret void *h, uint8_t counter, uint8_t hbits[4],
373 hash_update(&ctx, hbits, 4);
332 uint8_t hbits[4]; local in function:hash_df

Completed in 37 milliseconds