Home
last modified time | relevance | path

Searched refs:set_params (Results 1 – 16 of 16) sorted by relevance

/third_party/openssl/crypto/evp/
Dkeymgmt_meth.c115 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()
Devp_enc.c1091 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()
Ddigest.c810 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()
Devp_local.h109 OSSL_FUNC_keymgmt_set_params_fn *set_params; member
/third_party/ltp/testcases/kernel/fs/mongo/
Dmongo.pl62 sub set_params;
482 sub set_params { subroutine
504 set_params ($par_set_n);
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dbtree_set.h75 container_internal::btree<container_internal::set_params<
397 container_internal::btree<container_internal::set_params<
Dbtree_test.cc1194 set_params<ValueType, std::less<ValueType>, std::allocator<ValueType>, in GetTargetNodeSize()
1432 set_params<Key, Cmp, std::allocator<Key>,
/third_party/ffmpeg/libavfilter/
Dvf_frei0r.c143 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()
Dvf_gblur.c267 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()
Daf_aexciter.c80 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()
Dvf_dblur.c162 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/
Da2dp-codec-sbc.c313 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/
Dparams_test.c276 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/
Daplay.c1310 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/
Dgstleaks.c235 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/
Dbtree.h408 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;