Searched defs:ctx_size (Results 1 - 6 of 6) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/digest/
H A Dinternal.h90 // 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/
H A DOsslCryptoEngine.h33 // 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/
H A Dcs_tests.c253 const unsigned dpb_size = 15923584, ctx_size = 5287680, dt_size = 737280; local
/external/boringssl/include/openssl/
H A Dcipher.h535 // 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/boringssl/src/include/openssl/
H A Dcipher.h535 // 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/
H A Dradeon_uvd.c223 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
1097 ctx_size = calc_ctx_size_h265_main10(dec, (struct pipe_h265_picture_desc*)picture);
1099 ctx_size = calc_ctx_size_h265_main(dec);
1100 if (!rvid_create_buffer(dec->screen, &dec->ctx, ctx_size, PIPE_USAGE_DEFAULT)) {
1265 unsigned ctx_size = calc_ctx_size_h264_perf(dec); local
1266 if (!rvid_create_buffer(dec->screen, &dec->ctx, ctx_size, PIPE_USAGE_DEFAUL
[all...]

Completed in 187 milliseconds