Home
last modified time | relevance | path

Searched defs:want (Results 1 – 12 of 12) sorted by relevance

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/
H A Dpoly1305_donna.c22 unsigned long long want = (poly1305_block_size - st->leftover); in poly1305_update() local
42 unsigned long long want = (bytes & ~(poly1305_block_size - 1)); in poly1305_update() local
/f-stack/freebsd/kern/
H A Dkern_et.c138 et_find(const char *name, int check, int want) in et_find()
/f-stack/freebsd/netgraph/bluetooth/drivers/h4/
H A Dng_h4_var.h95 u_int32_t want; /* Number of bytes we want to receive */ member
/f-stack/freebsd/contrib/zlib/
H A Dgzguts.h181 unsigned want; /* requested buffer size, default is GZBUFSIZE */ member
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/sse2/
H A Dpoly1305_sse2.c766 unsigned long long want = (poly1305_block_size - st->leftover); in poly1305_update() local
786 unsigned long long want = (bytes & ~(poly1305_block_size - 1)); in poly1305_update() local
/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A Dgzguts.h188 unsigned want; /* requested buffer size, default is GZBUFSIZE */ member
/f-stack/freebsd/security/mac_veriexec/
H A Dveriexec_metadata.c554 char want[MAXFINGERPRINTLEN * 2 + 1]; in mac_veriexec_metadata_fetch_fingerprint_status() local
/f-stack/freebsd/netgraph/
H A Dng_ether.c548 u_char want; in ng_ether_rcvmsg() local
/f-stack/dpdk/drivers/net/ionic/
H A Dionic_dev.c496 ionic_q_has_space(struct ionic_queue *q, uint32_t want) in ionic_q_has_space()
/f-stack/freebsd/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt.c1236 int len, want, got, total; in ubt_isoc_read_one_frame() local
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw2.c1929 u_int32_t *want = (u_int32_t *) in ipfw_chk() local
H A Dip_fw_sockopt.c3836 int len = 0, want; in ipfw_ctl() local