Home
last modified time | relevance | path

Searched refs:_inp (Results 1 – 12 of 12) sorted by relevance

/netbsd/sys/netinet/
H A Dsctp_pcb.h454 #define SCTP_INP_LOCK_DESTROY(_inp) mtx_destroy(&(_inp)->inp_mtx) argument
487 #define SCTP_INP_INCR_REF(_inp) _inp->refcount++ argument
502 #define SCTP_INP_RUNLOCK(_inp) mtx_unlock(&(_inp)->inp_mtx) argument
503 #define SCTP_INP_WUNLOCK(_inp) mtx_unlock(&(_inp)->inp_mtx) argument
504 #define SCTP_ASOC_CREATE_UNLOCK(_inp) mtx_unlock(&(_inp)->inp_create_mtx) argument
562 #define SCTP_INP_LOCK_DESTROY(_inp) mutex_destroy(&(_inp)->inp_mtx) argument
574 #define SCTP_INP_INCR_REF(_inp) atomic_add_int(&((_inp)->refcount), 1) argument
576 #define SCTP_INP_DECR_REF(_inp) atomic_add_int(&((_inp)->refcount), -1) argument
582 #define SCTP_INP_RUNLOCK(_inp) mutex_exit(&(_inp)->inp_mtx) argument
583 #define SCTP_INP_WUNLOCK(_inp) mutex_exit(&(_inp)->inp_mtx) argument
[all …]
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/whrlpool/
H A Dwp_dgst.c65 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()
/netbsd/crypto/external/bsd/openssl/dist/crypto/whrlpool/
H A Dwp_dgst.c71 int WHIRLPOOL_Update(WHIRLPOOL_CTX *c, const void *_inp, size_t bytes) in WHIRLPOOL_Update() argument
79 const unsigned char *inp = _inp; in WHIRLPOOL_Update()
92 void WHIRLPOOL_BitUpdate(WHIRLPOOL_CTX *c, const void *_inp, size_t bits) in WHIRLPOOL_BitUpdate() argument
97 const unsigned char *inp = _inp; in WHIRLPOOL_BitUpdate()
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/aes/asm/
H A Daesni-sha256-x86_64.pl108 $_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
844 &mov ($_inp,"%r12");
853 mov $_inp,%r12 # borrow $a4
[all …]
/netbsd/crypto/external/bsd/openssl/dist/crypto/aes/asm/
H A Daesni-sha256-x86_64.pl110 $_inp="16*$SZ+0*8(%rsp)";
374 #mov $inp,$_inp # saved later
459 mov %r12,$_inp # $a4
566 &mov ("%r12",$_inp); # borrow $a4
577 &mov ($_inp,"%r12");
585 mov $_inp,%r12 # borrow $a4
690 #mov $inp,$_inp # saved later
775 mov %r12,$_inp # $a4
846 &mov ($_inp,"%r12");
855 mov $_inp,%r12 # borrow $a4
[all …]
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/evp/
H A Dm_sha3.c62 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()
/netbsd/crypto/external/bsd/openssl/dist/crypto/sha/
H A Dsha3.c45 int ossl_sha3_update(KECCAK1600_CTX *ctx, const void *_inp, size_t len) in ossl_sha3_update() argument
47 const unsigned char *inp = _inp; in ossl_sha3_update()
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/camellia/asm/
H A Dcmll-x86.pl822 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
/netbsd/crypto/external/bsd/openssl/dist/crypto/camellia/asm/
H A Dcmll-x86.pl821 my $_inp=&DWP(24,"esp"); #copy of wparam(0)
862 &mov ($_inp,$s0); # save copy of inp
884 &mov ($idx,$_inp);
918 &mov ($idx,$_inp); # load inp
933 &mov ($_inp,$idx); # save inp
1025 &mov ($idx,$_inp); # load inp
1035 &mov ($_inp,$idx); # save inp
1064 &mov ($key,$_inp); # use inp as temp ivp
1118 &mov ($idx,$_inp); # load inp
1121 &mov ($_inp,$idx); # save inp
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/sha/asm/
H A Dsha512-x86_64.pl179 $_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
/netbsd/crypto/external/bsd/openssl/dist/crypto/sha/asm/
H A Dsha512-x86_64.pl181 $_inp="16*$SZ+1*8(%rsp)";
328 mov $inp,$_inp # save inp, 2nd arh
808 mov $inp,$_inp # save inp, 2nd arh
1170 mov $inp,$_inp # save inp, 2nd arh
1564 mov $inp,$_inp # save inp, 2nd arh
1934 mov $inp,$_inp # save inp, 2nd arh
1981 #mov $inp,$_inp # offload $inp
2087 #mov $inp,$_inp # offload $inp
2198 #mov `2*$SZ*$rounds+8`(%rsp),$inp # $_inp
2241 #mov `2*$SZ*$rounds+8`(%rsp),$inp # $_inp
/netbsd/crypto/external/bsd/openssl/dist/include/internal/
H A Dsha3.h48 int ossl_sha3_update(KECCAK1600_CTX *ctx, const void *_inp, size_t len);