/freebsd/sys/contrib/openzfs/include/sys/zstd/ |
H A D | zstd.h | 156 zfs_get_hdrmeta(const zfs_zstdhdr_t *blob, zfs_zstdmeta_t *res) in zfs_get_hdrmeta() 193 zfs_get_hdrlevel(const zfs_zstdhdr_t *blob) in zfs_get_hdrlevel() 203 zfs_get_hdrversion(const zfs_zstdhdr_t *blob) in zfs_get_hdrversion() 214 zfs_set_hdrversion(zfs_zstdhdr_t *blob, uint32_t version) in zfs_set_hdrversion() 221 zfs_set_hdrlevel(zfs_zstdhdr_t *blob, uint8_t level) in zfs_set_hdrlevel()
|
/freebsd/contrib/libfido2/tools/ |
H A D | extern.h | 19 struct blob { struct 20 ptrblob global() argument 21 lenblob global() argument
|
H A D | token.c | 461 int blob = 0; in token_get() local 503 int blob = 0; in token_set() local 679 int blob = 0; in token_delete() local
|
/freebsd/contrib/libfido2/fuzz/ |
H A D | mutator_aux.h | 61 struct blob { struct 77 int unpack_blob(cbor_item_t *, struct blob *); argument
|
H A D | libfuzzer.c | 84 uint8_t blob[MAXCORPUS], dgst[SHA256_DIGEST_LENGTH]; in save_corpus() local 196 uint8_t blob[MAXCORPUS]; in LLVMFuzzerCustomMutator() local
|
H A D | fuzz_netlink.c | 102 uint8_t blob[MAXCORPUS]; in pack_dummy() local
|
/freebsd/contrib/kyua/utils/sqlite/ |
H A D | statement.hpp | 54 class blob { class 69 blob(const void* memory_, const int size_) : in blob() function in utils::sqlite::blob
|
H A D | statement_test.cpp | 232 const sqlite::blob blob = stmt.column_blob(1); in ATF_TEST_CASE_BODY() local 338 const sqlite::blob blob = stmt.safe_column_blob("b"); in ATF_TEST_CASE_BODY() local 540 const unsigned char blob[] = {0xca, 0xfe}; in ATF_TEST_CASE_BODY() local
|
/freebsd/crypto/openssh/regress/unittests/sshbuf/ |
H A D | test_sshbuf_getput_fuzz.c | 33 attempt_parse_blob(u_char *blob, size_t len) in attempt_parse_blob() 85 u_char blob[] = { in sshbuf_getput_fuzz_tests() local
|
/freebsd/contrib/libfido2/src/ |
H A D | largeblob.c | 30 largeblob_reset(largeblob_t *blob) in largeblob_reset() 40 largeblob_t *blob; in largeblob_free() local 65 largeblob_decrypt(const largeblob_t *blob, const fido_blob_t *key) in largeblob_decrypt() 96 largeblob_get_nonce(largeblob_t *blob) in largeblob_get_nonce() 118 largeblob_seal(largeblob_t *blob, const fido_blob_t *body, in largeblob_seal() 279 largeblob_t *blob = arg; in largeblob_do_decode() local 312 largeblob_decode(largeblob_t *blob, const cbor_item_t *item) in largeblob_decode() 334 largeblob_t *blob; in largeblob_encode() local 363 largeblob_t blob; in largeblob_array_lookup() local
|
/freebsd/contrib/bearssl/T0/ |
H A D | WordData.cs | 30 ConstData blob; field in WordData 36 ConstData blob, int offset) in WordData()
|
/freebsd/contrib/wpa/wpa_supplicant/examples/ |
H A D | wpas-dbus-new-signals.py | 99 def blobAdded(blob): argument 102 def blobRemoved(blob): argument
|
/freebsd/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 870 const u_char *blob; in parse_revoked_certs() local
|
H A D | sshbuf-io.c | 40 struct sshbuf *blob; in sshbuf_load_fd() local
|
H A D | ssh-pkcs11-client.c | 257 u_char *blob = NULL, *signature = NULL; in rsa_encrypt() local 337 u_char *blob = NULL, *signature = NULL; in ecdsa_do_sign() local 631 u_char *blob; in pkcs11_add_provider() local
|
H A D | ssh-pkcs11-helper.c | 127 u_char *blob; in process_add() local 190 u_char *blob, *data, *signature = NULL; in process_sign() local
|
H A D | sshkey.c | 994 u_char *blob = NULL, *ret = NULL; in sshkey_fingerprint_raw() local 1320 struct sshbuf *blob; in sshkey_read() local 2072 sshkey_from_blob(const u_char *blob, size_t blen, struct sshkey **keyp) in sshkey_from_blob() 2856 sshkey_private_to_blob2(struct sshkey *prv, struct sshbuf *blob, in sshkey_private_to_blob2() 2982 private2_uudecode(struct sshbuf *blob, struct sshbuf **decodedp) in private2_uudecode() 3204 sshkey_parse_private2(struct sshbuf *blob, int type, const char *passphrase, in sshkey_parse_private2() 3264 sshkey_parse_private2_pubkey(struct sshbuf *blob, int type, in sshkey_parse_private2_pubkey() 3326 struct sshbuf *blob; in sshkey_private_to_blob_pem_pkcs8() local 3416 sshkey_private_to_fileblob(struct sshkey *key, struct sshbuf *blob, in sshkey_private_to_fileblob() 3538 sshkey_parse_private_pem_fileblob(struct sshbuf *blob, int type, in sshkey_parse_private_pem_fileblob() [all …]
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | config_none.c | 41 struct wpa_config_blob *blob; in wpa_config_write() local
|
H A D | config_file.c | 220 struct wpa_config_blob *blob; in wpa_config_read_blob() local 277 struct wpa_config_blob *blob; in wpa_config_process_blob() local 1080 static int wpa_config_write_blob(FILE *f, struct wpa_config_blob *blob) in wpa_config_write_blob() 1642 struct wpa_config_blob *blob; in wpa_config_write() local
|
/freebsd/contrib/dialog/ |
H A D | prgbox.c | 42 char *blob; in dlg_popen() local
|
H A D | argv.c | 33 dlg_string_to_argv(char *blob) in dlg_string_to_argv()
|
/freebsd/crypto/openssl/engines/ |
H A D | e_loader_attic.c | 168 BUF_MEM *blob; member 298 const unsigned char *blob, in try_decode_PKCS12() 433 const unsigned char *blob, in try_decode_PKCS8Encrypted() 510 const unsigned char *blob, in try_decode_PrivateKey() 639 const unsigned char *blob, in try_decode_PUBKEY() 675 const unsigned char *blob, in try_decode_params() 752 const unsigned char *blob, in try_decode_X509Certificate() 809 const unsigned char *blob, in try_decode_X509CRL()
|
/freebsd/contrib/kyua/cli/ |
H A D | cmd_db_exec.cpp | 96 const sqlite::blob blob = stmt.column_blob(index); in format_cell() local
|
/freebsd/contrib/wpa/src/eap_peer/ |
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
|
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
|