/third_party/openssl/crypto/evp/ |
D | keymgmt_meth.c | 115 if (keymgmt->set_params == NULL) { in keymgmt_from_algorithm() 117 keymgmt->set_params = OSSL_FUNC_keymgmt_set_params(fns); in keymgmt_from_algorithm() 418 if (keymgmt->set_params == NULL) in evp_keymgmt_set_params() 420 return keymgmt->set_params(keydata, params); in evp_keymgmt_set_params()
|
D | evp_enc.c | 1091 int set_params = 1; in EVP_CIPHER_CTX_ctrl() local 1111 set_params = 0; in EVP_CIPHER_CTX_ctrl() 1147 set_params = 0; in EVP_CIPHER_CTX_ctrl() 1160 set_params = 0; /* Fall thru */ in EVP_CIPHER_CTX_ctrl() 1174 set_params = 0; /* Fall thru */ in EVP_CIPHER_CTX_ctrl() 1195 set_params = 0; /* Fall thru */ in EVP_CIPHER_CTX_ctrl() 1272 if (set_params) in EVP_CIPHER_CTX_ctrl()
|
D | digest.c | 810 int set_params = 1; in EVP_MD_CTX_ctrl() local 828 set_params = 0; in EVP_MD_CTX_ctrl() 840 if (set_params) in EVP_MD_CTX_ctrl()
|
D | evp_local.h | 109 OSSL_FUNC_keymgmt_set_params_fn *set_params; member
|
/third_party/ltp/testcases/kernel/fs/mongo/ |
D | mongo.pl | 62 sub set_params; 482 sub set_params { subroutine 504 set_params ($par_set_n);
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
D | btree_set.h | 75 container_internal::btree<container_internal::set_params< 397 container_internal::btree<container_internal::set_params<
|
D | btree_test.cc | 1194 set_params<ValueType, std::less<ValueType>, std::allocator<ValueType>, in GetTargetNodeSize() 1432 set_params<Key, Cmp, std::allocator<Key>,
|
/third_party/ffmpeg/libavfilter/ |
D | vf_frei0r.c | 143 static int set_params(AVFilterContext *ctx, const char *params) in set_params() function 324 return set_params(ctx, s->params); in config_input_props() 384 return set_params(ctx, s->params); in process_command() 464 return set_params(ctx, s->params); in source_config_props()
|
D | vf_gblur.c | 267 static void set_params(float sigma, int steps, float *postscale, float *boundaryscale, float *nu) in set_params() function 286 set_params(s->sigma, s->steps, &s->postscale, &s->boundaryscale, &s->nu); in filter_frame() 287 set_params(s->sigmaV, s->steps, &s->postscaleV, &s->boundaryscaleV, &s->nuV); in filter_frame()
|
D | af_aexciter.c | 80 static void set_params(ChannelParams *p, in set_params() function 269 set_params(&s->cp[i], s->blend, s->drive, inlink->sample_rate, in config_input()
|
D | vf_dblur.c | 162 static void set_params(DBlurContext *s, float angle, float r) in set_params() function 194 set_params(s, s->angle, s->radius); in filter_frame()
|
/third_party/pulseaudio/src/modules/bluetooth/ |
D | a2dp-codec-sbc.c | 313 static void set_params(struct sbc_info *sbc_info) { in set_params() function 436 set_params(sbc_info); in init() 480 set_params(sbc_info); in reset()
|
/third_party/openssl/test/ |
D | params_test.c | 276 int (*set_params)(void *obj, const OSSL_PARAM *params); member 483 if (!TEST_true(prov->set_params(obj, params))) { in test_case_variant()
|
/third_party/alsa-utils/aplay/ |
D | aplay.c | 1310 static void set_params(void) in set_params() function 2390 set_params(); in voc_play() 2448 set_params(); in voc_play() 2461 set_params(); in voc_play() 2838 set_params(); in playback_go() 3227 set_params(); in capture() 3326 set_params(); in playbackv_go() 3380 set_params(); in capturev_go()
|
/third_party/gstreamer/gstreamer/plugins/tracers/ |
D | gstleaks.c | 235 set_params (GstLeaksTracer * self) in set_params() function 527 set_params (self); in gst_leaks_tracer_constructed()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
D | btree.h | 408 struct set_params : common_params<Key, Compare, Alloc, TargetNodeSize, Multi, 411 using slot_type = typename set_params::common_params::slot_type; 413 typename set_params::common_params::original_key_compare;
|