Searched defs:in1 (Results 1 - 21 of 21) sorted by relevance

/freebsd-current/tools/test/iconv/
H A Dconst-gnuism.c41 char ** in1; local
/freebsd-current/contrib/llvm-project/libcxx/include/__algorithm/
H A Din_in_result.h32 _LIBCPP_NO_UNIQUE_ADDRESS _InIter1 in1; member in struct:ranges::in_in_result
H A Din_in_out_result.h32 _LIBCPP_NO_UNIQUE_ADDRESS _InIter1 in1; member in struct:ranges::in_in_out_result
/freebsd-current/crypto/openssl/crypto/ec/
H A Decp_nistputil.c53 ossl_ec_GFp_nistp_points_make_affine_internal(size_t num, void *point_array, size_t felem_size, void *tmp_felems, void (*felem_one) (void *out), int (*felem_is_zero) (const void *in), void (*felem_assign) (void *out, const void *in), void (*felem_square) (void *out, const void *in), void (*felem_mul) (void *out, const void *in1, const void *in2), void (*felem_inv) (void *out, const void *in), void (*felem_contract) (void *out, const void *in)) argument
H A Decp_nistp521.c488 static void felem_mul_ref(largefelem out, const felem in1, const felem in2) argument
716 felem_mul_wrapper(largefelem out, const felem in1, const felem in2) argument
736 felem_mul_reduce(felem out, const felem in1, const felem in2) argument
[all...]
H A Decp_nistp224.c509 static void felem_mul(widefelem out, const felem in1, const felem in2) argument
598 felem_mul_reduce(felem out, const felem in1, const felem in2) argument
[all...]
H A Decp_nistp256.c690 static void felem_mul(longfelem out, const felem in1, const felem in2) argument
918 static void smallfelem_mul_contract(smallfelem out, const smallfelem in1, argument
/freebsd-current/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_cts.c125 static void do_xor(const unsigned char *in1, const unsigned char *in2, argument
/freebsd-current/sys/contrib/xen/
H A Ddom0_ops.h73 uint32_t in1; member in struct:dom0_msr
/freebsd-current/crypto/openssl/providers/implementations/rands/
H A Ddrbg_hmac.c57 do_hmac(PROV_DRBG_HMAC *hmac, unsigned char inbyte, const unsigned char *in1, size_t in1len, const unsigned char *in2, size_t in2len, const unsigned char *in3, size_t in3len) argument
94 drbg_hmac_update(PROV_DRBG *drbg, const unsigned char *in1, size_t in1len, const unsigned char *in2, size_t in2len, const unsigned char *in3, size_t in3len) argument
[all...]
H A Ddrbg_hash.c131 hash_df1(PROV_DRBG *drbg, unsigned char *out, const unsigned char in_byte, const unsigned char *in1, size_t in1len) argument
H A Ddrbg_ctr.c196 ctr_df(PROV_DRBG_CTR *ctr, const unsigned char *in1, size_t in1len, const unsigned char *in2, size_t in2len, const unsigned char *in3, size_t in3len) argument
259 ctr_update(PROV_DRBG *drbg, const unsigned char *in1, size_t in1len, const unsigned char *in2, size_t in2len, const unsigned char *nonce, size_t noncelen) argument
/freebsd-current/crypto/openssl/crypto/modes/
H A Docb128.c78 static void ocb_block_xor(const unsigned char *in1, argument
/freebsd-current/sbin/ipf/ipfs/
H A Dipfs.c536 nat_save_t ipn, *in, *ipnhead = NULL, *in1, *ipntail = NULL; local
[all...]
/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dcaptoinfo.c624 int in0, in1, in2; local
/freebsd-current/crypto/openssl/providers/implementations/macs/
H A Dkmac_prov.c536 bytepad(unsigned char *out, size_t *out_len, const unsigned char *in1, size_t in1_len, const unsigned char *in2, size_t in2_len, size_t w) argument
/freebsd-current/crypto/openssl/crypto/poly1305/
H A Dpoly1305_ieee754.c228 elem64 in0, in1, in2, in3; local
/freebsd-current/contrib/wireguard-tools/
H A Dcurve25519-fiat32.h104 static __always_inline void fe_freeze(u32 out[10], const u32 in1[10]) argument
222 fe_add_impl(u32 out[10], const u32 in1[10], const u32 in2[10]) argument
265 fe_sub_impl(u32 out[10], const u32 in1[10], const u32 in2[10]) argument
308 fe_mul_impl(u32 out[10], const u32 in1[10], const u32 in2[10]) argument
440 fe_sqr_impl(u32 out[10], const u32 in1[10]) argument
631 fe_mul_121666_impl(u32 out[10], const u32 in1[10]) argument
[all...]
/freebsd-current/sys/contrib/zstd/doc/educational_decoder/
H A Dzstd_decompress.c1874 istream_t in1 = IO_make_sub_istream(in, csize1); local
/freebsd-current/sys/compat/freebsd32/
H A Dfreebsd32_misc.c1566 void *in, *in1, *md; local
[all...]
/freebsd-current/contrib/sqlite3/
H A Dsqlite3.c109463 codeCompare( Parse *pParse, Expr *pLeft, Expr *pRight, int opcode, int in1, int in2, int dest, int jumpIfNull, int isCommuted ) argument
[all...]

Completed in 715 milliseconds