HomeSort by relevance Sort by last modified time
    Searched defs:ctx_size (Results 1 - 5 of 5) sorted by null

  /external/boringssl/src/crypto/fipsmodule/digest/
internal.h 90 // ctx_size contains the size, in bytes, of the state of the hash function.
91 unsigned ctx_size; member in struct:env_md_st
  /external/tpm2/
OsslCryptoEngine.h 33 // libtpm2 reads internal EVP_MD state (e.g. ctx_size). The boringssl headers
58 /* ctx_size contains the size, in bytes, of the state of the hash function. */
59 unsigned ctx_size; member in struct:env_md_st
  /external/libdrm/tests/amdgpu/
cs_tests.c 253 const unsigned dpb_size = 15923584, ctx_size = 5287680, dt_size = 737280; local
  /external/boringssl/src/include/openssl/
cipher.h 535 // ctx_size contains the size, in bytes, of the per-key context for this
537 unsigned ctx_size; member in struct:evp_cipher_st
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_uvd.c 223 unsigned width_in_mb, height_in_mb, ctx_size; local
264 ctx_size = max_references * align(width_in_mb * height_in_mb * 192, 256);
269 ctx_size = align(width_in_mb * height_in_mb * max_references * 192, 256);
272 return ctx_size;
1095 unsigned ctx_size; local
1265 unsigned ctx_size = calc_ctx_size_h264_perf(dec); local
    [all...]

Completed in 673 milliseconds