| /freebsd/sys/dev/ice/ |
| H A D | ice_vlan_mode.c | 87 * @get_params: structure FW fills in based on the current VLAN mode config 93 struct ice_aqc_get_vlan_mode *get_params) in ice_aq_get_vlan_mode() argument 97 if (!get_params) in ice_aq_get_vlan_mode() 103 return ice_aq_send_cmd(hw, &desc, get_params, sizeof(*get_params), in ice_aq_get_vlan_mode() 120 struct ice_aqc_get_vlan_mode get_params = { 0 }; in ice_aq_is_dvm_ena() local 123 status = ice_aq_get_vlan_mode(hw, &get_params); in ice_aq_is_dvm_ena() 130 return (get_params.vlan_mode & ICE_AQ_VLAN_MODE_DVM_ENA); in ice_aq_is_dvm_ena()
|
| H A D | ice_common.h | 142 ice_aq_get_rss_lut(struct ice_hw *hw, struct ice_aq_get_set_rss_lut_params *get_params);
|
| /freebsd/crypto/openssl/crypto/evp/ |
| H A D | kdf_lib.c | 132 if (ctx->meth->get_params != NULL in EVP_KDF_CTX_get_kdf_size() 133 && ctx->meth->get_params(params)) in EVP_KDF_CTX_get_kdf_size() 155 if (kdf->get_params != NULL) in EVP_KDF_get_params() 156 return kdf->get_params(params); in EVP_KDF_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 | mac_lib.c | 93 } else if (ctx->meth->get_params != NULL) { in get_size_t_ctx_param() 94 if (ctx->meth->get_params(params)) in get_size_t_ctx_param() 205 if (mac->get_params != NULL) in EVP_MAC_get_params() 206 return mac->get_params(params); in EVP_MAC_get_params()
|
| H A D | evp_rand.c | 45 OSSL_FUNC_rand_get_params_fn *get_params; member 215 if (rand->get_params != NULL) in evp_rand_from_algorithm() 217 rand->get_params = OSSL_FUNC_rand_get_params(fns); in evp_rand_from_algorithm() 327 if (rand->get_params != NULL) in EVP_RAND_get_params() 328 return rand->get_params(params); in EVP_RAND_get_params()
|
| H A D | keymgmt_meth.c | 140 if (keymgmt->get_params == NULL) { in keymgmt_from_algorithm() 142 keymgmt->get_params = OSSL_FUNC_keymgmt_get_params(fns); in keymgmt_from_algorithm() 486 if (keymgmt->get_params == NULL) in evp_keymgmt_get_params() 488 return keymgmt->get_params(keydata, params); in evp_keymgmt_get_params()
|
| H A D | kdf_meth.c | 122 if (kdf->get_params != NULL) in evp_kdf_from_algorithm() 124 kdf->get_params = OSSL_FUNC_kdf_get_params(fns); in evp_kdf_from_algorithm()
|
| H A D | mac_meth.c | 129 if (mac->get_params != NULL) in evp_mac_from_algorithm() 131 mac->get_params = OSSL_FUNC_mac_get_params(fns); in evp_mac_from_algorithm()
|
| H A D | digest.c | 763 if (digest != NULL && digest->get_params != NULL) in EVP_MD_get_params() 764 return digest->get_params(params); in EVP_MD_get_params() 1091 if (md->get_params == NULL) in evp_md_from_algorithm() 1092 md->get_params = OSSL_FUNC_digest_get_params(fns); in evp_md_from_algorithm()
|
| H A D | evp_local.h | 108 OSSL_FUNC_keymgmt_get_params_fn *get_params; member
|
| H A D | evp_enc.c | 1636 if (cipher != NULL && cipher->get_params != NULL) in EVP_CIPHER_get_params() 1637 return cipher->get_params(params); in EVP_CIPHER_get_params() 1990 if (cipher->get_params != NULL) in evp_cipher_from_algorithm() 1992 cipher->get_params = OSSL_FUNC_cipher_get_params(fns); in evp_cipher_from_algorithm()
|
| /freebsd/crypto/openssl/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 | encoder_meth.c | 242 if (encoder->get_params == NULL) in encoder_from_algorithm() 243 encoder->get_params = OSSL_FUNC_encoder_get_params(fns); in encoder_from_algorithm() 589 if (encoder != NULL && encoder->get_params != NULL) in OSSL_ENCODER_get_params() 590 return encoder->get_params(params); in OSSL_ENCODER_get_params()
|
| H A D | decoder_meth.c | 242 if (decoder->get_params == NULL) in ossl_decoder_from_algorithm() 243 decoder->get_params = OSSL_FUNC_decoder_get_params(fns); in ossl_decoder_from_algorithm() 602 if (decoder != NULL && decoder->get_params != NULL) in OSSL_DECODER_get_params() 603 return decoder->get_params(params); in OSSL_DECODER_get_params()
|
| /freebsd/sys/contrib/openzfs/cmd/ |
| H A D | zarcsummary | 108 def get_params(base): function 113 return get_params('vfs.zfs') 116 return get_params('vfs.zfs.vdev') 141 def get_params(basepath): function 155 return get_params(SPL_PATH) 158 return get_params(TUNABLES_PATH) 161 return get_params(TUNABLES_PATH)
|
| /freebsd/crypto/openssl/test/ |
| H A D | ossl_store_test.c | 141 static int get_params(const char *uri, const char *type) in get_params() function 215 if (!TEST_true(get_params(uri, type))) in test_store_get_params()
|
| H A D | params_test.c | 277 int (*get_params)(void *obj, OSSL_PARAM *params); member 458 if (!TEST_true(prov->get_params(obj, params)) in test_case_variant() 509 if (!TEST_true(prov->get_params(obj, params)) in test_case_variant()
|
| /freebsd/crypto/openssl/include/crypto/ |
| H A D | evp.h | 226 OSSL_FUNC_mac_get_params_fn *get_params; member 247 OSSL_FUNC_kdf_get_params_fn *get_params; member 291 OSSL_FUNC_digest_get_params_fn *get_params; member 351 OSSL_FUNC_cipher_get_params_fn *get_params; member
|
| /freebsd/crypto/krb5/src/clients/ksu/ |
| H A D | ksu.h | 190 extern krb5_error_code get_params (int *, int, char **, char ***);
|
| H A D | main.c | 210 if ((retval = get_params( & optind, pargc, pargv, ¶ms))){ in main() 291 if ((retval = get_params( & optind, pargc, pargv, ¶ms))){ in main() 1026 get_params(int *optindex, int pargc, char **pargv, char ***params) in get_params() function
|
| /freebsd/crypto/openssl/doc/internal/man3/ |
| H A D | evp_keymgmt_newdata.pod | 50 evp_keymgmt_get_params() calls the method's get_params() function.
|
| /freebsd/sbin/fdisk/ |
| H A D | fdisk.c | 251 static int get_params(void); 742 if (get_params() == -1) { in open_disk() 815 get_params(void) in get_params() function
|
| /freebsd/crypto/openssl/crypto/ |
| H A D | provider_core.c | 175 OSSL_FUNC_provider_get_params_fn *get_params; member 1071 prov->get_params = OSSL_FUNC_provider_get_params(provider_dispatch); in provider_init() 1814 if (prov->get_params == NULL) in ossl_provider_get_params() 1817 ret = prov->get_params(prov->provctx, params); in ossl_provider_get_params()
|
| /freebsd/usr.sbin/freebsd-update/ |
| H A D | freebsd-update.sh | 3509 get_params () { function 3632 get_params "$@"
|