Searched defs:params (Results 76 - 100 of 205) sorted by relevance

123456789

/openbsd-current/lib/libcrypto/dsa/
H A Ddsa_ameth.c83 const unsigned char *key, *params, *p; local
151 unsigned char *params = NULL, *key = NULL; local
211 const unsigned char *key, *params, *p; local
293 unsigned char *params = NULL, *key = NULL; local
463 dsa_param_decode(EVP_PKEY *pkey, const unsigned char **params, int params_len) argument
487 dsa_param_encode(const EVP_PKEY *pkey, unsigned char **params) argument
[all...]
/openbsd-current/usr.sbin/smtpd/
H A Dsmtpc.c42 static struct smtp_params params; variable in typeref:struct:smtp_params
[all...]
H A Dsmtp_client.c79 struct smtp_params params; member in struct:smtp_client
136 smtp_connect(const struct smtp_params *params, void *tag) argument
[all...]
/openbsd-current/sys/dev/ata/
H A Dwd.c1009 wd_get_params(struct wd_softc *wd, u_int8_t flags, struct ataparams *params) argument
[all...]
/openbsd-current/usr.sbin/rpki-client/
H A Dvalidate.c377 X509_VERIFY_PARAM *params; local
/openbsd-current/usr.sbin/radiusd/
H A Dradiusd_file.c54 params; member in struct:module_file
102 struct module_file_params *paramsp, params; local
177 parent_dispatch_main(struct module_file_params *params, struct imsgbuf *ibuf, argument
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dtree-ssa-loop-prefetch.c823 tree addr, addr_base, prefetch, params, write_p; local
/openbsd-current/gnu/gcc/libcpp/
H A Dmacro.c1440 cpp_hashnode **params = local
[all...]
/openbsd-current/usr.bin/ssh/
H A Dxmss_fast.c48 int xmss_set_params(xmss_params *params, int n, int h, int w, int k) argument
85 int xmssmt_set_params(xmssmt_params *params, int n, int h, int d, int w, int k) argument
106 l_tree(unsigned char *leaf, unsigned char *wots_pk, const xmss_params *params, const unsigned char *pub_seed, uint32_t addr[8]) argument
147 gen_leaf_wots(unsigned char *leaf, const unsigned char *sk_seed, const xmss_params *params, const unsigned char *pub_seed, uint32_t ltree_addr[8], uint32_t ots_addr[8]) argument
158 treehash_minheight_on_stack(bds_state* state, const xmss_params *params, const treehash_inst *treehash) argument
173 treehash_setup(unsigned char *node, int height, int index, bds_state *state, const unsigned char *sk_seed, const xmss_params *params, const unsigned char *pub_seed, const uint32_t addr[8]) argument
244 treehash_update(treehash_inst *treehash, bds_state *state, const unsigned char *sk_seed, const xmss_params *params, const unsigned char *pub_seed, const uint32_t addr[8]) argument
291 validate_authpath(unsigned char *root, const unsigned char *leaf, unsigned long leafidx, const unsigned char *authpath, const xmss_params *params, const unsigned char *pub_seed, uint32_t addr[8]) argument
340 bds_treehash_update(bds_state *state, unsigned int updates, const unsigned char *sk_seed, const xmss_params *params, unsigned char *pub_seed, const uint32_t addr[8]) argument
378 bds_state_update(bds_state *state, const unsigned char *sk_seed, const xmss_params *params, unsigned char *pub_seed, const uint32_t addr[8]) argument
441 bds_round(bds_state *state, const unsigned long leaf_idx, const unsigned char *sk_seed, const xmss_params *params, unsigned char *pub_seed, uint32_t addr[8]) argument
517 xmss_keypair(unsigned char *pk, unsigned char *sk, bds_state *state, xmss_params *params) argument
546 xmss_sign(unsigned char *sk, bds_state *state, unsigned char *sig_msg, unsigned long long *sig_msg_len, const unsigned char *msg, unsigned long long msglen, const xmss_params *params) argument
658 xmss_sign_open(unsigned char *msg, unsigned long long *msglen, const unsigned char *sig_msg, unsigned long long sig_msg_len, const unsigned char *pk, const xmss_params *params) argument
745 xmssmt_keypair(unsigned char *pk, unsigned char *sk, bds_state *states, unsigned char *wots_sigs, xmssmt_params *params) argument
782 xmssmt_sign(unsigned char *sk, bds_state *states, unsigned char *wots_sigs, unsigned char *sig_msg, unsigned long long *sig_msg_len, const unsigned char *msg, unsigned long long msglen, const xmssmt_params *params) argument
965 xmssmt_sign_open(unsigned char *msg, unsigned long long *msglen, const unsigned char *sig_msg, unsigned long long sig_msg_len, const unsigned char *pk, const xmssmt_params *params) argument
[all...]
/openbsd-current/usr.bin/snmp/
H A Dusm.c162 struct ber_element *params, *digestelm; local
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn10/
H A Ddcn10_dpp_cm.c364 dpp1_cm_program_regamma_luta_settings( struct dpp *dpp_base, const struct pwl_params *params) argument
393 dpp1_cm_program_regamma_lutb_settings( struct dpp *dpp_base, const struct pwl_params *params) argument
496 dpp1_program_bias_and_scale( struct dpp *dpp_base, struct dc_bias_and_scale *params) argument
517 dpp1_program_degamma_lutb_settings( struct dpp *dpp_base, const struct pwl_params *params) argument
546 dpp1_program_degamma_luta_settings( struct dpp *dpp_base, const struct pwl_params *params) argument
687 dpp1_set_degamma_pwl(struct dpp *dpp_base, const struct pwl_params *params) argument
[all...]
H A Ddcn10_dpp.c203 dpp1_cm_set_regamma_pwl( struct dpp *dpp_base, const struct pwl_params *params, enum opp_regamma mode) argument
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dce120/
H A Ddce120_timing_generator.c543 dce120_timing_generator_set_drr( struct timing_generator *tg, const struct drr_params *params) argument
1093 dce120_configure_crc(struct timing_generator *tg, const struct crc_params *params) argument
[all...]
/openbsd-current/sys/dev/usb/dwc2/
H A Ddwc2_hcdintr.c275 struct dwc2_core_params *params = &hsotg->params; local
[all...]
/openbsd-current/sys/dev/pci/drm/amd/display/dc/bios/
H A Dcommand_table.c200 DIG_ENCODER_CONTROL_PARAMETERS_V2 params = {0}; local
215 DIG_ENCODER_CONTROL_PARAMETERS_V2 params = {0}; local
230 DIG_ENCODER_CONTROL_PARAMETERS_V3 params = {0}; local
276 DIG_ENCODER_CONTROL_PARAMETERS_V4 params = {0}; local
322 ENCODER_STREAM_SETUP_PARAMETERS_V5 params = {0}; local
435 DIG_TRANSMITTER_CONTROL_PARAMETERS_V2 params; local
556 DIG_TRANSMITTER_CONTROL_PARAMETERS_V3 params; local
690 DIG_TRANSMITTER_CONTROL_PARAMETERS_V4 params; local
814 DIG_TRANSMITTER_CONTROL_PARAMETERS_V1_5 params; local
875 DIG_TRANSMITTER_CONTROL_PARAMETERS_V1_6 params; local
979 PIXEL_CLOCK_PARAMETERS_V3 *params; local
1325 ENABLE_SPREAD_SPECTRUM_ON_PPLL params; local
1369 ENABLE_SPREAD_SPECTRUM_ON_PPLL_V2 params; local
1421 ENABLE_SPREAD_SPECTRUM_ON_PPLL_V3 params; local
1521 ADJUST_DISPLAY_PLL_PS_ALLOCATION params = { 0 }; local
1564 ADJUST_DISPLAY_PLL_PS_ALLOCATION_V3 params; local
1651 dac_encoder_control_prepare_params( DAC_ENCODER_CONTROL_PS_ALLOCATION *params, bool enable, uint32_t pixel_clock, uint8_t dac_standard) argument
1676 DAC_ENCODER_CONTROL_PS_ALLOCATION params; local
1697 DAC_ENCODER_CONTROL_PS_ALLOCATION params; local
1749 DISPLAY_DEVICE_OUTPUT_CONTROL_PS_ALLOCATION params; local
1766 DISPLAY_DEVICE_OUTPUT_CONTROL_PS_ALLOCATION params; local
1828 SET_CRTC_TIMING_PARAMETERS_PS_ALLOCATION params = {0}; local
1901 SET_CRTC_USING_DTD_TIMING_PARAMETERS params = {0}; local
2010 ENABLE_CRTC_PARAMETERS params = {0}; local
2060 ENABLE_CRTC_PARAMETERS params = {0}; local
2118 SET_PIXEL_CLOCK_PS_ALLOCATION_V5 params; local
2149 SET_PIXEL_CLOCK_PS_ALLOCATION_V6 params; local
2215 EXTERNAL_ENCODER_CONTROL_PS_ALLOCATION_V3 params; local
2345 ENABLE_DISP_POWER_GATING_PS_ALLOCATION params = {0}; local
2393 SET_DCE_CLOCK_PS_ALLOCATION_V2_1 params; local
[all...]
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn20/
H A Ddcn20_dpp_cm.c116 dpp2_set_degamma_pwl( struct dpp *dpp_base, const struct pwl_params *params) argument
386 dpp20_program_blnd_luta_settings( struct dpp *dpp_base, const struct pwl_params *params) argument
414 dpp20_program_blnd_lutb_settings( struct dpp *dpp_base, const struct pwl_params *params) argument
467 dpp20_program_blnd_lut( struct dpp *dpp_base, const struct pwl_params *params) argument
575 dpp20_program_shaper_luta_settings( struct dpp *dpp_base, const struct pwl_params *params) argument
725 dpp20_program_shaper_lutb_settings( struct dpp *dpp_base, const struct pwl_params *params) argument
876 dpp20_program_shaper( struct dpp *dpp_base, const struct pwl_params *params) argument
1060 dpp20_program_3dlut( struct dpp *dpp_base, struct tetrahedral_params *params) argument
[all...]
/openbsd-current/sys/dev/fdt/
H A Dqcsmem.c38 uint32_t params[2]; member in struct:qcsmem_proc_comm
H A Dtascodec.c351 tascodec_trigger_output(void *cookie, void *start, void *end, int blksize, void (*intr)(void *), void *intrarg, struct audio_params *params) argument
H A Dsncodec.c363 sncodec_trigger_output(void *cookie, void *start, void *end, int blksize, void (*intr)(void *), void *intrarg, struct audio_params *params) argument
/openbsd-current/sys/arch/arm64/dev/
H A Dapldma.c366 apldma_trigger_output(struct apldma_channel *ac, void *start, void *end, int blksize, void (*intr)(void *), void *intrarg, struct audio_params *params) argument
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGCXXABI.cpp121 void CGCXXABI::buildThisParam(CodeGenFunction &CGF, FunctionArgList &params) { argument
/openbsd-current/gnu/llvm/clang/include/clang/Lex/
H A DMacroInfo.h185 ArrayRef<const IdentifierInfo *> params() const { function in class:clang::MacroInfo
/openbsd-current/gnu/llvm/llvm/include/llvm/IR/
H A DDerivedTypes.h130 ArrayRef<Type *> params() const { function in class:llvm::FunctionType
/openbsd-current/sys/dev/pci/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c633 union block_sequence_params *params; local
707 hwss_send_dmcub_cmd(union block_sequence_params *params) argument
716 hwss_program_manual_trigger(union block_sequence_params *params) argument
724 hwss_setup_dpp(union block_sequence_params *params) argument
741 hwss_program_bias_and_scale(union block_sequence_params *params) argument
754 hwss_power_on_mpc_mem_pwr(union block_sequence_params *params) argument
764 hwss_set_output_csc(union block_sequence_params *params) argument
778 hwss_set_ocsc_default(union block_sequence_params *params) argument
[all...]
/openbsd-current/sys/dev/pci/drm/amd/display/modules/power/
H A Dpower_helpers.c245 static void fill_backlight_transform_table(struct dmcu_iram_parameters params, argument
277 static void fill_backlight_transform_table_v_2_2(struct dmcu_iram_parameters params, argument
311 fill_iram_v_2(struct iram_table_v_2 *ram_table, struct dmcu_iram_parameters params) argument
485 fill_iram_v_2_2(struct iram_table_v_2_2 *ram_table, struct dmcu_iram_parameters params) argument
631 fill_iram_v_2_3(struct iram_table_v_2_2 *ram_table, struct dmcu_iram_parameters params, bool big_endian) argument
692 dmub_init_abm_config(struct resource_pool *res_pool, struct dmcu_iram_parameters params, unsigned int inst) argument
766 dmcu_load_iram(struct dmcu *dmcu, struct dmcu_iram_parameters params) argument
[all...]

Completed in 356 milliseconds

123456789