| /freebsd-13-stable/sys/netinet/ |
| HD | sctp_lock_bsd.h | 234 #define SCTP_INP_READ_LOCK_INIT(_inp) do { \ argument 235 mtx_init(&(_inp)->inp_rdata_mtx, "sctp-read", "inpr", \ 239 #define SCTP_INP_READ_LOCK_DESTROY(_inp) do { \ argument 240 mtx_destroy(&(_inp)->inp_rdata_mtx); \ 243 #define SCTP_INP_READ_LOCK(_inp) do { \ argument 244 mtx_lock(&(_inp)->inp_rdata_mtx); \ 247 #define SCTP_INP_READ_UNLOCK(_inp) do { \ argument 248 mtx_unlock(&(_inp)->inp_rdata_mtx); \ 251 #define SCTP_INP_READ_LOCK_ASSERT(_inp) do { \ argument 252 KASSERT(mtx_owned(&(_inp)->inp_rdata_mtx), \ [all …]
|
| HD | sctp_os_bsd.h | 417 #define SCTP_IP_OUTPUT(result, o_pak, ro, _inp, vrf_id) \ argument 419 struct sctp_inpcb *local_inp = _inp; \ 429 #define SCTP_IP6_OUTPUT(result, o_pak, ro, ifp, _inp, vrf_id) \ argument 431 struct sctp_inpcb *local_inp = _inp; \
|
| /freebsd-13-stable/crypto/openssl/crypto/whrlpool/ |
| HD | wp_dgst.c | 65 int WHIRLPOOL_Update(WHIRLPOOL_CTX *c, const void *_inp, size_t bytes) in WHIRLPOOL_Update() argument 73 const unsigned char *inp = _inp; in WHIRLPOOL_Update() 86 void WHIRLPOOL_BitUpdate(WHIRLPOOL_CTX *c, const void *_inp, size_t bits) in WHIRLPOOL_BitUpdate() argument 91 const unsigned char *inp = _inp; in WHIRLPOOL_BitUpdate()
|
| /freebsd-13-stable/crypto/openssl/crypto/aes/asm/ |
| HD | aesni-sha256-x86_64.pl | 108 $_inp="16*$SZ+0*8(%rsp)"; 372 #mov $inp,$_inp # saved later 457 mov %r12,$_inp # $a4 564 &mov ("%r12",$_inp); # borrow $a4 575 &mov ($_inp,"%r12"); 583 mov $_inp,%r12 # borrow $a4 688 #mov $inp,$_inp # saved later 773 mov %r12,$_inp # $a4 833 &mov ("%r12",$_inp); # borrow $a4 844 &mov ($_inp,"%r12"); [all …]
|
| /freebsd-13-stable/crypto/openssl/crypto/evp/ |
| HD | m_sha3.c | 62 static int sha3_update(EVP_MD_CTX *evp_ctx, const void *_inp, size_t len) in sha3_update() argument 65 const unsigned char *inp = _inp; in sha3_update() 239 static int s390x_sha3_update(EVP_MD_CTX *evp_ctx, const void *_inp, size_t len) in s390x_sha3_update() argument 242 const unsigned char *inp = _inp; in s390x_sha3_update()
|
| /freebsd-13-stable/crypto/openssl/crypto/camellia/asm/ |
| HD | cmll-x86.pl | 822 my $_inp=&DWP(24,"esp"); #copy of wparam(0) 863 &mov ($_inp,$s0); # save copy of inp 885 &mov ($idx,$_inp); 919 &mov ($idx,$_inp); # load inp 934 &mov ($_inp,$idx); # save inp 1026 &mov ($idx,$_inp); # load inp 1036 &mov ($_inp,$idx); # save inp 1065 &mov ($key,$_inp); # use inp as temp ivp 1119 &mov ($idx,$_inp); # load inp 1122 &mov ($_inp,$idx); # save inp
|
| /freebsd-13-stable/sys/netipsec/ |
| HD | ipsec.h | 253 #define IPSEC_INIT_CTX(_ctx, _mp, _inp, _sav, _af, _enc) do { \ argument 255 (_ctx)->inp = (_inp); \
|
| /freebsd-13-stable/crypto/openssl/crypto/sha/asm/ |
| HD | sha512-x86_64.pl | 179 $_inp="16*$SZ+1*8(%rsp)"; 326 mov $inp,$_inp # save inp, 2nd arh 806 mov $inp,$_inp # save inp, 2nd arh 1168 mov $inp,$_inp # save inp, 2nd arh 1562 mov $inp,$_inp # save inp, 2nd arh 1932 mov $inp,$_inp # save inp, 2nd arh 1979 #mov $inp,$_inp # offload $inp 2085 #mov $inp,$_inp # offload $inp 2196 #mov `2*$SZ*$rounds+8`(%rsp),$inp # $_inp 2239 #mov `2*$SZ*$rounds+8`(%rsp),$inp # $_inp
|