Home
last modified time | relevance | path

Searched refs:get_params (Results 1 – 25 of 39) sorted by relevance

12

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/
H A Dkdf_lib.c134 if (ctx->meth->get_params != NULL in EVP_KDF_CTX_get_kdf_size()
135 && ctx->meth->get_params(params)) in EVP_KDF_CTX_get_kdf_size()
157 if (kdf->get_params != NULL) in EVP_KDF_get_params()
158 return kdf->get_params(params); in EVP_KDF_get_params()
H A Dmac_lib.c96 } else if (ctx->meth->get_params != NULL) { in get_size_t_ctx_param()
97 if (ctx->meth->get_params(params)) in get_size_t_ctx_param()
193 if (mac->get_params != NULL) in EVP_MAC_get_params()
194 return mac->get_params(params); in EVP_MAC_get_params()
H A Devp_utils.c74 evp_do_ciph_getparams, get_params,
79 evp_do_md_getparams, get_params,
H A Dkeymgmt_meth.c102 if (keymgmt->get_params == NULL) { in keymgmt_from_algorithm()
104 keymgmt->get_params = OSSL_FUNC_keymgmt_get_params(fns); in keymgmt_from_algorithm()
401 if (keymgmt->get_params == NULL) in evp_keymgmt_get_params()
403 return keymgmt->get_params(keydata, params); in evp_keymgmt_get_params()
H A Devp_rand.c46 OSSL_FUNC_rand_get_params_fn *get_params; member
216 if (rand->get_params != NULL) in evp_rand_from_algorithm()
218 rand->get_params = OSSL_FUNC_rand_get_params(fns); in evp_rand_from_algorithm()
318 if (rand->get_params != NULL) in EVP_RAND_get_params()
319 return rand->get_params(params); in EVP_RAND_get_params()
H A Dkdf_meth.c127 if (kdf->get_params != NULL) in evp_kdf_from_algorithm()
129 kdf->get_params = OSSL_FUNC_kdf_get_params(fns); in evp_kdf_from_algorithm()
H A Dmac_meth.c135 if (mac->get_params != NULL) in evp_mac_from_algorithm()
137 mac->get_params = OSSL_FUNC_mac_get_params(fns); in evp_mac_from_algorithm()
H A Devp_enc.c1302 if (cipher != NULL && cipher->get_params != NULL) in EVP_CIPHER_get_params()
1303 return cipher->get_params(params); in EVP_CIPHER_get_params()
1600 if (cipher->get_params != NULL) in evp_cipher_from_algorithm()
1602 cipher->get_params = OSSL_FUNC_cipher_get_params(fns); in evp_cipher_from_algorithm()
H A Devp_local.h107 OSSL_FUNC_keymgmt_get_params_fn *get_params; member
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/encode_decode/
H A Dencoder_local.h35 OSSL_FUNC_encoder_get_params_fn *get_params; member
49 OSSL_FUNC_decoder_get_params_fn *get_params; member
H A Ddecoder_meth.c252 if (decoder->get_params == NULL) in ossl_decoder_from_algorithm()
253 decoder->get_params = in ossl_decoder_from_algorithm()
623 if (decoder != NULL && decoder->get_params != NULL) in OSSL_DECODER_get_params()
624 return decoder->get_params(params); in OSSL_DECODER_get_params()
H A Dencoder_meth.c254 if (encoder->get_params == NULL) in encoder_from_algorithm()
255 encoder->get_params = in encoder_from_algorithm()
632 if (encoder != NULL && encoder->get_params != NULL) in OSSL_ENCODER_get_params()
633 return encoder->get_params(params); in OSSL_ENCODER_get_params()
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dossl_store_test.c72 static int get_params(const char *uri, const char *type) in get_params() function
146 if (!TEST_true(get_params(uri, type))) in test_store_get_params()
H A Dparams_test.c278 int (*get_params)(void *obj, OSSL_PARAM *params); member
459 if (!TEST_true(prov->get_params(obj, params)) in test_case_variant()
510 if (!TEST_true(prov->get_params(obj, params)) in test_case_variant()
/netbsd-src/sys/dev/scsipi/
H A Dssvar.h48 int (*get_params)(struct ss_softc *); member
H A Dss.c529 if (ss->special && ss->special->get_params) { in ssioctl()
531 error = (ss->special->get_params)(ss); in ssioctl()
/netbsd-src/crypto/external/bsd/openssl/dist/include/crypto/
H A Devp.h217 OSSL_FUNC_mac_get_params_fn *get_params; member
238 OSSL_FUNC_kdf_get_params_fn *get_params; member
281 OSSL_FUNC_digest_get_params_fn *get_params; member
338 OSSL_FUNC_cipher_get_params_fn *get_params; member
/netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man3/
H A Devp_keymgmt_newdata.pod50 evp_keymgmt_get_params() calls the method's get_params() function.
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/
H A Dprovider_core.c175 OSSL_FUNC_provider_get_params_fn *get_params; member
958 prov->get_params = in provider_init()
1578 return prov->get_params == NULL in ossl_provider_get_params()
1579 ? 0 : prov->get_params(prov->provctx, params); in ossl_provider_get_params()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DExperiment.h169 get_params () in get_params() function
H A DDataSpace.cc223 Collection_params *params = exp->get_params (); in compute_metrics()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DExperiment.h169 get_params () in get_params() function
H A DDataSpace.cc223 Collection_params *params = exp->get_params (); in compute_metrics()
/netbsd-src/sbin/fdisk/
H A Dfdisk.c272 static int get_params(void);
2509 if (get_params() == -1) { in open_disk()
2602 get_params(void) in write_disk()
2620 get_params(void) get_params() function
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Dlibgccjit.cc1271 int num_params = func->get_params ().length (); in gcc_jit_function_get_param()
1295 return func->get_params ().length (); in gcc_jit_function_get_param_count()
2224 int min_num_params = func->get_params ().length (); in gcc_jit_context_new_call()

12