Home
last modified time | relevance | path

Searched defs:bytes (Results 26 – 50 of 555) sorted by relevance

12345678910>>...23

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DDataEncoder.cpp169 const char *bytes = data.data(); in AppendData() local
176 const uint8_t *bytes = data.data(); in AppendData() local
183 const char *bytes = data.data(); in AppendCString() local
/freebsd/crypto/openssl/test/helpers/
H A Dpkcs12.c77 static X509 *load_cert_asn1(const unsigned char *bytes, int len) in load_cert_asn1()
88 static EVP_PKEY *load_pkey_asn1(const unsigned char *bytes, int len) in load_pkey_asn1()
383 void add_certbag(PKCS12_BUILDER *pb, const unsigned char *bytes, int len, in add_certbag()
417 void add_keybag(PKCS12_BUILDER *pb, const unsigned char *bytes, int len, in add_keybag()
549 void check_certbag(PKCS12_BUILDER *pb, const unsigned char *bytes, int len, in check_certbag()
583 void check_keybag(PKCS12_BUILDER *pb, const unsigned char *bytes, int len, in check_keybag()
/freebsd/crypto/openssl/crypto/asn1/
H A Dp8_pkey.c93 const unsigned char *bytes, int len) in PKCS8_pkey_add1_attr_by_NID()
101 const unsigned char *bytes, int len) in PKCS8_pkey_add1_attr_by_OBJ()
/freebsd/sys/dev/ixl/
H A Di40e_nvm.c916 u8 *bytes, int *perrno) in i40e_nvmupd_command()
1059 u8 *bytes, int *perrno) in i40e_nvmupd_state_init()
1200 u8 *bytes, int *perrno) in i40e_nvmupd_state_reading()
1244 u8 *bytes, int *perrno) in i40e_nvmupd_state_writing()
1525 u8 *bytes, int *perrno) in i40e_nvmupd_exec_aq()
1610 u8 *bytes, int *perrno) in i40e_nvmupd_get_aq_result()
1679 u8 *bytes, int *perrno) in i40e_nvmupd_get_aq_event()
1714 u8 *bytes, int *perrno) in i40e_nvmupd_nvm_read()
1793 u8 *bytes, int *perrno) in i40e_nvmupd_nvm_write()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DOpcode.h63 Opcode(uint8_t *bytes, size_t length) in Opcode()
189 void SetOpcodeBytes(const void *bytes, size_t length) { in SetOpcodeBytes()
270 uint8_t bytes[16]; // This must be big enough to handle any opcode for any member
/freebsd/lib/libc/isc/
H A Dev_streams.c228 consume(evStream *str, size_t bytes) { in consume()
267 int bytes; in writable() local
290 int bytes; in readable() local
/freebsd/contrib/wpa/wpa_supplicant/
H A Dctrl_iface_named_pipe.c254 static VOID WINAPI ctrl_iface_write_completed(DWORD err, DWORD bytes, in ctrl_iface_write_completed()
345 static VOID WINAPI ctrl_iface_read_completed(DWORD err, DWORD bytes, in ctrl_iface_read_completed()
360 DWORD bytes; in wpa_supplicant_ctrl_iface_receive() local
688 static VOID WINAPI global_iface_write_completed(DWORD err, DWORD bytes, in global_iface_write_completed()
764 static VOID WINAPI global_iface_read_completed(DWORD err, DWORD bytes, in global_iface_read_completed()
780 DWORD bytes; in wpa_supplicant_global_iface_receive() local
/freebsd/crypto/openssl/crypto/whrlpool/
H A Dwp_dgst.c71 int WHIRLPOOL_Update(WHIRLPOOL_CTX *c, const void *_inp, size_t bytes) in WHIRLPOOL_Update()
253 unsigned char *WHIRLPOOL(const void *inp, size_t bytes, unsigned char *md) in WHIRLPOOL()
/freebsd/crypto/openssl/crypto/evp/
H A Devp_pkey.c220 const unsigned char *bytes, int len) in EVP_PKEY_add1_attr_by_OBJ()
229 const unsigned char *bytes, int len) in EVP_PKEY_add1_attr_by_NID()
238 const unsigned char *bytes, int len) in EVP_PKEY_add1_attr_by_txt()
/freebsd/crypto/openssl/include/internal/
H A Dpacket.h817 #define WPACKET_sub_allocate_bytes_u8(pkt, len, bytes) \ argument
819 #define WPACKET_sub_allocate_bytes_u16(pkt, len, bytes) \ argument
821 #define WPACKET_sub_allocate_bytes_u24(pkt, len, bytes) \ argument
823 #define WPACKET_sub_allocate_bytes_u32(pkt, len, bytes) \ argument
855 #define WPACKET_sub_reserve_bytes_u8(pkt, len, bytes) \ argument
857 #define WPACKET_sub_reserve_bytes_u16(pkt, len, bytes) \ argument
859 #define WPACKET_sub_reserve_bytes_u24(pkt, len, bytes) \ argument
861 #define WPACKET_sub_reserve_bytes_u32(pkt, len, bytes) \ argument
/freebsd/tests/sys/kern/pipe/
H A Dpipe_kqueue_test.c244 ssize_t bytes, n; in ATF_TC_BODY() local
297 ssize_t bytes, n; in ATF_TC_BODY() local
/freebsd/contrib/flex/src/
H A Dtables.c286 int bytes, rv; in yytbl_write32() local
305 int bytes, rv; in yytbl_write16() local
323 int bytes, rv; in yytbl_write8() local
/freebsd/crypto/openssl/test/
H A Dwpackettest.c334 unsigned char *bytes; in test_WPACKET_allocate_bytes() local
364 const unsigned char bytes[] = { 0xfe, 0xff }; in test_WPACKET_memcpy() local
461 unsigned char *bytes; in test_WPACKET_quic() local
/freebsd/crypto/openssh/
H A Dxmss_commons.c19 void to_byte(unsigned char *out, unsigned long long in, uint32_t bytes) in to_byte()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolCustom.cpp17 void PDBSymbolCustom::getDataBytes(llvm::SmallVector<uint8_t, 32> &bytes) { in getDataBytes()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DEndian.h22 uint8_t bytes[sizeof(uint32_t)]; member
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dparam.h32 #define btop(bytes) ((bytes) >> PAGE_SHIFT) argument
/freebsd/lib/libc/inet/
H A Dinet_cidr_ntop.c74 decoct(const u_char *src, int bytes, char *dst, size_t size) { in decoct()
111 size_t bytes; in inet_cidr_ntop_ipv4() local
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kMachineFunction.h82 void setCalleeSavedFrameSize(unsigned bytes) { CalleeSavedFrameSize = bytes; } in setCalleeSavedFrameSize()
85 void setBytesToPopOnReturn(unsigned bytes) { BytesToPopOnReturn = bytes; } in setBytesToPopOnReturn()
/freebsd/usr.sbin/bhyve/amd64/
H A Dpost.c38 int port __unused, int bytes, uint32_t *eax, void *arg __unused) in post_data_handler()
/freebsd/contrib/ldns/compat/
H A Dcalloc.c11 # define bzero(buf, bytes) ((void) memset (buf, 0, bytes)) argument
/freebsd/contrib/xz/src/common/
H A Dtuklib_mbstr_width.c21 tuklib_mbstr_width(const char *str, size_t *bytes) in tuklib_mbstr_width()
/freebsd/contrib/sendmail/libsm/
H A Dutf8_valid.c44 const unsigned char *bytes; local
/freebsd/crypto/openssl/crypto/pkcs12/
H A Dp12_attr.c78 const unsigned char *bytes, int len) in PKCS12_add1_attr_by_NID()
87 const unsigned char *bytes, int len) in PKCS12_add1_attr_by_txt()
/freebsd/contrib/kyua/utils/
H A Dunits.hpp74 class bytes { class

12345678910>>...23