Searched refs:g_y (Results 1 – 9 of 9) sorted by relevance
| /openbsd/src/regress/lib/libcrypto/sm2/ |
| D | sm2sigtest.c | 49 BIGNUM *g_y = NULL; in create_EC_group() local 72 BN_hex2bn(&g_y, y_hex); in create_EC_group() 74 if (EC_POINT_set_affine_coordinates(group, generator, g_x, g_y, in create_EC_group() 79 BN_free(g_y); in create_EC_group()
|
| D | sm2crypttest.c | 48 BIGNUM *g_y = NULL; in create_EC_group() local 71 BN_hex2bn(&g_y, y_hex); in create_EC_group() 73 if (EC_POINT_set_affine_coordinates(group, generator, g_x, g_y, in create_EC_group() 78 BN_free(g_y); in create_EC_group()
|
| /openbsd/src/sys/dev/pci/drm/amd/display/dc/dce110/ |
| D | dce110_timing_generator.h | 290 uint32_t *r_cr, uint32_t *g_y, uint32_t *b_cb);
|
| D | dce110_timing_generator.c | 2194 uint32_t *r_cr, uint32_t *g_y, uint32_t *b_cb) in dce110_get_crc() argument 2212 *g_y = get_reg_field_value(value, CRTC_CRC0_DATA_RG, CRC0_G_Y); in dce110_get_crc()
|
| /openbsd/src/sys/dev/pci/drm/amd/display/dc/inc/hw/ |
| D | optc.h | 215 uint32_t *g_y,
|
| D | timing_generator.h | 295 uint32_t *r_cr, uint32_t *g_y, uint32_t *b_cb);
|
| /openbsd/src/sys/dev/pci/drm/amd/display/dc/ |
| D | dc_stream.h | 553 uint32_t *g_y,
|
| /openbsd/src/sys/dev/pci/drm/amd/display/dc/dce120/ |
| D | dce120_timing_generator.c | 1141 uint32_t *g_y, uint32_t *b_cb) in dce120_get_crc() argument 1157 *g_y = get_reg_field_value(value, CRTC0_CRTC_CRC0_DATA_RG, CRC0_G_Y); in dce120_get_crc()
|
| /openbsd/src/sys/dev/pci/drm/amd/display/dc/core/ |
| D | amdgpu_dc.c | 704 uint32_t *r_cr, uint32_t *g_y, uint32_t *b_cb) in dc_stream_get_crc() argument 724 return tg->funcs->get_crc(tg, r_cr, g_y, b_cb); in dc_stream_get_crc()
|