| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/ |
| H A D | kdf_lib.c | 134 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 D | mac_lib.c | 96 } 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 D | evp_utils.c | 74 evp_do_ciph_getparams, get_params, 79 evp_do_md_getparams, get_params,
|
| H A D | keymgmt_meth.c | 102 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 D | evp_rand.c | 46 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 D | kdf_meth.c | 127 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 D | mac_meth.c | 135 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 D | evp_enc.c | 1302 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 D | evp_local.h | 107 OSSL_FUNC_keymgmt_get_params_fn *get_params; member
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/encode_decode/ |
| H A D | encoder_local.h | 35 OSSL_FUNC_encoder_get_params_fn *get_params; member 49 OSSL_FUNC_decoder_get_params_fn *get_params; member
|
| H A D | decoder_meth.c | 252 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 D | encoder_meth.c | 254 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 D | ossl_store_test.c | 72 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 D | params_test.c | 278 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 D | ssvar.h | 48 int (*get_params)(struct ss_softc *); member
|
| H A D | ss.c | 529 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 D | evp.h | 217 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 D | evp_keymgmt_newdata.pod | 50 evp_keymgmt_get_params() calls the method's get_params() function.
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/ |
| H A D | provider_core.c | 175 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 D | Experiment.h | 169 get_params () in get_params() function
|
| H A D | DataSpace.cc | 223 Collection_params *params = exp->get_params (); in compute_metrics()
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
| H A D | Experiment.h | 169 get_params () in get_params() function
|
| H A D | DataSpace.cc | 223 Collection_params *params = exp->get_params (); in compute_metrics()
|
| /netbsd-src/sbin/fdisk/ |
| H A D | fdisk.c | 272 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 D | libgccjit.cc | 1271 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()
|