| /f-stack/freebsd/crypto/rijndael/ |
| H A D | rijndael-api-fst.c | 85 const BYTE *input, int inputLen, BYTE *outBuffer) { in rijndael_blockEncrypt() 201 const BYTE *input, int inputOctets, BYTE *outBuffer) { in rijndael_padEncrypt() 265 const BYTE *input, int inputLen, BYTE *outBuffer) { in rijndael_blockDecrypt() 365 const BYTE *input, int inputOctets, BYTE *outBuffer) { in rijndael_padDecrypt()
|
| /f-stack/dpdk/drivers/common/sfc_efx/base/ |
| H A D | efx_hash.c | 89 efx_hash_dwords( in efx_hash_dwords() 138 efx_hash_bytes( in efx_hash_bytes() 221 efx_hash_bytes( in efx_hash_bytes()
|
| H A D | efx_crc32.c | 84 efx_crc32_calculate( in efx_crc32_calculate()
|
| /f-stack/dpdk/examples/vm_power_manager/ |
| H A D | parse.c | 19 parse_set(const char *input, uint16_t set[], unsigned int num) in parse_set() 84 parse_branch_ratio(const char *input, float *branch_ratio) in parse_branch_ratio()
|
| /f-stack/freebsd/contrib/zstd/lib/common/ |
| H A D | xxhash.c | 285 static U32 XXH32_round(U32 seed, U32 input) in XXH32_round() 293 FORCE_INLINE_TEMPLATE U32 XXH32_endian_align(const void* input, size_t len, U32 seed, XXH_endianess… in XXH32_endian_align() 350 XXH_PUBLIC_API unsigned int XXH32 (const void* input, size_t len, unsigned int seed) in XXH32() 377 static U64 XXH64_round(U64 acc, U64 input) in XXH64_round() 393 FORCE_INLINE_TEMPLATE U64 XXH64_endian_align(const void* input, size_t len, U64 seed, XXH_endianess… in XXH64_endian_align() 462 XXH_PUBLIC_API unsigned long long XXH64 (const void* input, size_t len, unsigned long long seed) in XXH64() 542 FORCE_INLINE_TEMPLATE XXH_errorcode XXH32_update_endian (XXH32_state_t* state, const void* input, s… in XXH32_update_endian() 600 XXH_PUBLIC_API XXH_errorcode XXH32_update (XXH32_state_t* state_in, const void* input, size_t len) in XXH32_update() 662 FORCE_INLINE_TEMPLATE XXH_errorcode XXH64_update_endian (XXH64_state_t* state, const void* input, s… in XXH64_update_endian() 719 XXH_PUBLIC_API XXH_errorcode XXH64_update (XXH64_state_t* state_in, const void* input, size_t len) in XXH64_update()
|
| /f-stack/freebsd/arm/ti/ |
| H A D | ti_adc.c | 212 struct ti_adc_input *input; in ti_adc_input_setup() local 303 struct ti_adc_input *input; in ti_adc_enable_proc() local 335 struct ti_adc_input *input; in ti_adc_open_delay_proc() local 363 struct ti_adc_input *input; in ti_adc_samples_avg_proc() local 393 struct ti_adc_input *input; in ti_adc_read_data() local 601 struct ti_adc_input *input; in ti_adc_inputs_init() local
|
| /f-stack/freebsd/kern/ |
| H A D | subr_pidctrl.c | 85 pidctrl_classic(struct pidctrl *pc, int input) in pidctrl_classic() 116 pidctrl_daemon(struct pidctrl *pc, int input) in pidctrl_daemon()
|
| H A D | md4c.c | 113 MD4Update(MD4_CTX *context, const unsigned char *input, in MD4Update() 259 Encode(unsigned char *output, UINT4 *input, unsigned int len) in Encode() 275 Decode(UINT4 *output, const unsigned char *input, unsigned int len) in Decode()
|
| H A D | md5c.c | 60 Encode (unsigned char *output, u_int32_t *input, unsigned int len) in Encode() 80 Decode (u_int32_t *output, const unsigned char *input, unsigned int len) in Decode() 160 const unsigned char *input = in; local
|
| /f-stack/freebsd/crypto/des/ |
| H A D | des_ecb.c | 100 void des_ecb_encrypt(unsigned char *input, unsigned char *output, in des_ecb_encrypt() 116 void des_ecb3_encrypt(unsigned char *input, unsigned char *output, in des_ecb3_encrypt()
|
| /f-stack/dpdk/lib/librte_pci/ |
| H A D | rte_pci.c | 55 pci_bdf_parse(const char *input, struct rte_pci_addr *dev_addr) in pci_bdf_parse() 73 pci_dbdf_parse(const char *input, struct rte_pci_addr *dev_addr) in pci_dbdf_parse()
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-asm.h | 246 #define CVMX_ES64(result, input) \ argument 251 #define CVMX_ES32(result, input) \ argument 262 #define CVMX_EXTSP(result,input,pos,len) CVMX_EXTS(result,input,pos,(len)-1) argument 265 #define CVMX_DEXTM1(result,input,pos,lenm1) CVMX_DEXT(result,input,pos,(lenm1)+1) argument 268 #define CVMX_EXTM1(result,input,pos,lenm1) CVMX_EXT(result,input,pos,(lenm1)+1) argument 275 #define CVMX_CINSP(result,input,pos,len) CVMX_CINS(result,input,pos,(len)-1) argument 278 #define CVMX_DINSM1(result,input,pos,lenm1) CVMX_DINS(result,input,pos,(lenm1)+1) argument 283 #define CVMX_INSM1(result,input,pos,lenm1) CVMX_INS(result,input,pos,(lenm1)+1) argument 293 #define CVMX_CLZ(result, input) asm ("clz %[rd],%[rs]" : [rd] "=d" (result) : [rs] "d" (input)) argument 295 #define CVMX_CLO(result, input) asm ("clo %[rd],%[rs]" : [rd] "=d" (result) : [rs] "d" (input)) argument [all …]
|
| /f-stack/dpdk/lib/librte_acl/ |
| H A D | acl_run_scalar.c | 69 scan_forward(uint32_t input, uint32_t max) in scan_forward() 76 uint8_t input) in scalar_transition()
|
| /f-stack/freebsd/crypto/chacha20/ |
| H A D | _chacha.h | 12 u_int input[16]; member
|
| /f-stack/dpdk/drivers/net/enic/ |
| H A D | enic_clsf.c | 78 copy_fltr_v1(struct filter_v2 *fltr, const struct rte_eth_fdir_input *input, in copy_fltr_v1() 103 copy_fltr_v2(struct filter_v2 *fltr, const struct rte_eth_fdir_input *input, in copy_fltr_v2()
|
| /f-stack/freebsd/contrib/openzfs/module/icp/core/ |
| H A D | kcf_prov_lib.c | 141 crypto_update_iov(void *ctx, crypto_data_t *input, crypto_data_t *output, in crypto_update_iov() 164 crypto_update_uio(void *ctx, crypto_data_t *input, crypto_data_t *output, in crypto_update_uio()
|
| /f-stack/dpdk/examples/vm_power_manager/guest_cli/ |
| H A D | parse.c | 20 parse_set(const char *input, uint16_t set[], unsigned int num) in parse_set()
|
| /f-stack/dpdk/drivers/bus/dpaa/base/qbman/ |
| H A D | process.c | 239 struct dpaa_ioctl_raw_portal input; in qman_allocate_raw_portal() local 261 struct dpaa_ioctl_raw_portal input; in qman_free_raw_portal() local 273 struct dpaa_ioctl_raw_portal input; in bman_allocate_raw_portal() local 291 struct dpaa_ioctl_raw_portal input; in bman_free_raw_portal() local
|
| /f-stack/dpdk/drivers/net/ice/base/ |
| H A D | ice_fdir.c | 740 ice_fdir_get_prgm_desc(struct ice_hw *hw, struct ice_fdir_fltr *input, in ice_fdir_get_prgm_desc() 977 ice_fdir_get_gen_prgm_pkt(struct ice_hw *hw, struct ice_fdir_fltr *input, in ice_fdir_get_gen_prgm_pkt() 1265 ice_fdir_get_prgm_pkt(struct ice_fdir_fltr *input, u8 *pkt, bool frag) in ice_fdir_get_prgm_pkt() 1429 bool ice_fdir_is_dup_fltr(struct ice_hw *hw, struct ice_fdir_fltr *input) in ice_fdir_is_dup_fltr()
|
| /f-stack/tools/libutil/tests/ |
| H A D | trimdomain_test.c | 61 testit(const char *input, int hostsize, const char *output, const char *test) in testit()
|
| H A D | trimdomain-nodomain_test.c | 61 testit(const char *input, int hostsize, const char *output, const char *test) in testit()
|
| /f-stack/dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_82599.c | 1438 u32 ixgbe_atr_compute_sig_hash_82599(union ixgbe_atr_hash_dword input, in ixgbe_atr_compute_sig_hash_82599() 1505 union ixgbe_atr_hash_dword input, in ixgbe_fdir_add_signature_filter_82599() 1578 void ixgbe_atr_compute_perfect_hash_82599(union ixgbe_atr_input *input, in ixgbe_atr_compute_perfect_hash_82599() 1841 union ixgbe_atr_input *input, in ixgbe_fdir_write_perfect_filter_82599() 1931 union ixgbe_atr_input *input, in ixgbe_fdir_erase_perfect_filter_82599() 1979 union ixgbe_atr_input *input, in ixgbe_fdir_add_perfect_filter_82599()
|
| /f-stack/freebsd/contrib/zstd/examples/ |
| H A D | streaming_decompression.c | 41 ZSTD_inBuffer input = { buffIn, read, 0 }; in decompressFile_orDie() local
|
| /f-stack/freebsd/netinet/ |
| H A D | ip_encap.h | 58 encap_input_t input; member
|
| /f-stack/dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_fdir.c | 780 atr_compute_perfect_hash_82599(union ixgbe_atr_input *input, in atr_compute_perfect_hash_82599() 823 atr_compute_sig_hash_82599(union ixgbe_atr_input *input, in atr_compute_sig_hash_82599() 855 union ixgbe_atr_input *input, uint8_t queue, in fdir_write_perfect_filter_82599() 958 union ixgbe_atr_input *input, u8 queue, uint32_t fdircmd, in fdir_add_signature_filter_82599()
|