Home
last modified time | relevance | path

Searched defs:blob (Results 1 – 25 of 66) sorted by relevance

123

/freebsd/sys/contrib/openzfs/include/sys/zstd/
H A Dzstd.h156 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 Dextern.h19 struct blob { struct
20 ptrblob global() argument
21 lenblob global() argument
H A Dtoken.c461 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 Dmutator_aux.h61 struct blob { struct
77 int unpack_blob(cbor_item_t *, struct blob *); argument
H A Dlibfuzzer.c84 uint8_t blob[MAXCORPUS], dgst[SHA256_DIGEST_LENGTH]; in save_corpus() local
196 uint8_t blob[MAXCORPUS]; in LLVMFuzzerCustomMutator() local
H A Dfuzz_netlink.c102 uint8_t blob[MAXCORPUS]; in pack_dummy() local
/freebsd/contrib/kyua/utils/sqlite/
H A Dstatement.hpp54 class blob { class
69 blob(const void* memory_, const int size_) : in blob() function in utils::sqlite::blob
H A Dstatement_test.cpp232 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 Dtest_sshbuf_getput_fuzz.c33 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 Dlargeblob.c30 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 DWordData.cs30 ConstData blob; field in WordData
36 ConstData blob, int offset) in WordData()
/freebsd/contrib/wpa/wpa_supplicant/examples/
H A Dwpas-dbus-new-signals.py99 def blobAdded(blob): argument
102 def blobRemoved(blob): argument
/freebsd/crypto/openssh/
H A Dkrl.c76 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 Dsshbuf-io.c40 struct sshbuf *blob; in sshbuf_load_fd() local
H A Dssh-pkcs11-client.c257 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 Dssh-pkcs11-helper.c127 u_char *blob; in process_add() local
190 u_char *blob, *data, *signature = NULL; in process_sign() local
H A Dsshkey.c994 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 Dconfig_none.c41 struct wpa_config_blob *blob; in wpa_config_write() local
H A Dconfig_file.c220 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 Dprgbox.c42 char *blob; in dlg_popen() local
H A Dargv.c33 dlg_string_to_argv(char *blob) in dlg_string_to_argv()
/freebsd/crypto/openssl/engines/
H A De_loader_attic.c168 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 Dcmd_db_exec.cpp96 const sqlite::blob blob = stmt.column_blob(index); in format_cell() local
/freebsd/contrib/wpa/src/eap_peer/
H A Deap_fast_pac.c264 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 Deap_teap_pac.c265 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

123