/dflybsd-src/sys/dev/drm/ |
H A D | drm_property.c | 510 struct drm_property_blob *blob = in drm_property_free_blob() local 540 struct drm_property_blob *blob; in drm_property_create_blob() local 581 void drm_property_blob_put(struct drm_property_blob *blob) in drm_property_blob_put() 593 struct drm_property_blob *blob, *bt; in drm_property_destroy_user_blobs() local 612 struct drm_property_blob *drm_property_blob_get(struct drm_property_blob *blob) in drm_property_blob_get() 635 struct drm_property_blob *blob = NULL; in drm_property_lookup_blob() local 719 bool drm_property_replace_blob(struct drm_property_blob **blob, in drm_property_replace_blob() 739 struct drm_property_blob *blob; in drm_mode_getblob_ioctl() local 768 struct drm_property_blob *blob; in drm_mode_createblob_ioctl() local 804 struct drm_property_blob *blob = NULL, *bt; in drm_mode_destroyblob_ioctl() local [all …]
|
H A D | drm_plane.c | 66 formats_ptr(struct drm_format_modifier_blob *blob) in formats_ptr() 72 modifiers_ptr(struct drm_format_modifier_blob *blob) in modifiers_ptr() 80 struct drm_property_blob *blob; in create_in_format_blob() local
|
H A D | drm_mode_config.c | 420 struct drm_property_blob *blob, *bt; in drm_mode_config_cleanup() local
|
/dflybsd-src/sys/dev/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm_color.c | 123 struct drm_property_blob *blob = crtc->base.gamma_lut; in amdgpu_dm_set_regamma_lut() local 187 struct drm_property_blob *blob = crtc->base.ctm; in amdgpu_dm_set_ctm() local 244 struct drm_property_blob *blob = crtc_state->degamma_lut; in amdgpu_dm_set_degamma_lut() local
|
/dflybsd-src/crypto/openssh/ |
H A D | krl.c | 76 u_char *blob; member 367 plain_key_blob(const struct sshkey *key, u_char **blob, size_t *blen) in plain_key_blob() 387 revoke_blob(struct revoked_blob_tree *rbt, u_char *blob, size_t len) in revoke_blob() 406 u_char *blob; in ssh_krl_revoke_key_explicit() local 419 u_char *blob; in revoke_by_hash() local 556 u_char *blob; in put_bitmap() local 869 const u_char *blob; in parse_revoked_certs() local
|
H A D | ssh-pkcs11-client.c | 257 u_char *blob = NULL, *signature = NULL; in rsa_encrypt() local 334 u_char *blob = NULL, *signature = NULL; in ecdsa_do_sign() local 590 u_char *blob; in pkcs11_add_provider() local
|
H A D | sshkey.c | 855 u_char *blob = NULL, *ret = NULL; in sshkey_fingerprint_raw() local 1181 struct sshbuf *blob; in sshkey_read() local 1964 sshkey_from_blob(const u_char *blob, size_t blen, struct sshkey **keyp) in sshkey_from_blob() 2748 sshkey_private_to_blob2(struct sshkey *prv, struct sshbuf *blob, in sshkey_private_to_blob2() 2874 private2_uudecode(struct sshbuf *blob, struct sshbuf **decodedp) in private2_uudecode() 3096 sshkey_parse_private2(struct sshbuf *blob, int type, const char *passphrase, in sshkey_parse_private2() 3156 sshkey_parse_private2_pubkey(struct sshbuf *blob, int type, in sshkey_parse_private2_pubkey() 3218 struct sshbuf *blob; in sshkey_private_to_blob_pem_pkcs8() local 3302 sshkey_private_to_fileblob(struct sshkey *key, struct sshbuf *blob, in sshkey_private_to_fileblob() 3424 sshkey_parse_private_pem_fileblob(struct sshbuf *blob, int type, in sshkey_parse_private_pem_fileblob() [all …]
|
H A D | sshbuf-io.c | 40 struct sshbuf *blob; in sshbuf_load_fd() local
|
H A D | ssh-pkcs11-helper.c | 124 u_char *blob; in process_add() local 187 u_char *blob, *data, *signature = NULL; in process_sign() local
|
H A D | authfd.c | 240 const u_char *blob; in deserialise_identity2() local 652 u_char *blob = NULL; in ssh_remove_identity() local
|
H A D | sshbuf.c | 111 sshbuf_from(const void *blob, size_t len) in sshbuf_from()
|
H A D | sshsig.c | 49 sshsig_armor(const struct sshbuf *blob, struct sshbuf **out) in sshsig_armor() 172 struct sshbuf *blob = NULL; in sshsig_wrap_sign() local
|
H A D | serverloop.c | 651 const u_char *blob; in server_input_hostkeys_prove() local
|
/dflybsd-src/sys/dev/drm/include/drm/ |
H A D | drm_property.h | 289 drm_property_reference_blob(struct drm_property_blob *blob) in drm_property_reference_blob() 302 drm_property_unreference_blob(struct drm_property_blob *blob) in drm_property_unreference_blob()
|
/dflybsd-src/contrib/wpa_supplicant/wpa_supplicant/ |
H A D | config_none.c | 40 struct wpa_config_blob *blob; in wpa_config_write() local
|
H A D | config_file.c | 297 struct wpa_config_blob *blob; in wpa_config_read_blob() local 354 struct wpa_config_blob *blob; in wpa_config_process_blob() local 1082 static int wpa_config_write_blob(FILE *f, struct wpa_config_blob *blob) in wpa_config_write_blob() 1562 struct wpa_config_blob *blob; in wpa_config_write() local
|
H A D | config_winreg.c | 52 struct wpa_config_blob *blob; in wpa_config_read_blobs() local 961 static int wpa_config_write_blob(HKEY hk, struct wpa_config_blob *blob) in wpa_config_write_blob() 1002 struct wpa_config_blob *blob; in wpa_config_write() local
|
H A D | preauth_test.c | 166 struct wpa_config_blob *blob) in wpa_supplicant_set_config_blob()
|
/dflybsd-src/contrib/wpa_supplicant/src/eap_peer/ |
H A D | eap_teap_pac.c | 265 const struct wpa_config_blob *blob; in eap_teap_init_pac_data() local 540 struct wpa_config_blob *blob; in eap_teap_write_pac() local 755 const struct wpa_config_blob *blob = NULL; in eap_teap_load_pac_bin() local
|
H A D | eap_fast_pac.c | 264 const struct wpa_config_blob *blob; in eap_fast_init_pac_data() local 539 struct wpa_config_blob *blob; in eap_fast_write_pac() local 751 const struct wpa_config_blob *blob = NULL; in eap_fast_load_pac_bin() local
|
/dflybsd-src/contrib/dialog/ |
H A D | prgbox.c | 42 char *blob; in dlg_popen() local
|
H A D | argv.c | 32 dlg_string_to_argv(char *blob) in dlg_string_to_argv()
|
H A D | dialog.c | 240 void *blob; member 416 char *blob = all_blobs->blob; in handle_leaks() local 546 char *blob; in unescape_argv() local
|
H A D | editbox.c | 56 char *blob = 0; in load_list() local
|
/dflybsd-src/sys/dev/drm/i915/ |
H A D | intel_guc_ct.c | 117 void *blob; in ctch_init() local
|