Home
last modified time | relevance | path

Searched refs:param_bytes (Results 1 – 4 of 4) sorted by relevance

/third_party/openssl/crypto/ec/
Dec_curve.c3348 unsigned char *param_bytes = NULL; in ossl_ec_curve_nid_from_params() local
3376 param_bytes = OPENSSL_malloc(param_len * NUM_BN_FIELDS); in ossl_ec_curve_nid_from_params()
3377 if (param_bytes == NULL) in ossl_ec_curve_nid_from_params()
3404 if (BN_bn2binpad(bn[i], &param_bytes[i*param_len], param_len) <= 0) in ossl_ec_curve_nid_from_params()
3428 && memcmp(param_bytes, params, param_len * NUM_BN_FIELDS) in ossl_ec_curve_nid_from_params()
3437 OPENSSL_free(param_bytes); in ossl_ec_curve_nid_from_params()
/third_party/mesa3d/src/gallium/frontends/xa/
Dxa_yuv.c102 const int param_bytes = 16 * sizeof(float); in xa_yuv_fs_constants() local
105 conversion_matrix, param_bytes); in xa_yuv_fs_constants()
Dxa_renderer.c46 int shader_type, const float *params, int param_bytes);
374 int shader_type, const float *params, int param_bytes) in renderer_set_constants() argument
384 param_bytes); in renderer_set_constants()
387 pipe_buffer_write(r->pipe, *cbuf, 0, param_bytes, params); in renderer_set_constants()
Dxa_priv.h247 int param_bytes);