Searched defs:_inp (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/netinet/ |
H A D | sctp_pcb.h | 447 #define SCTP_INP_LOCK_INIT(_inp) \ argument 450 #define SCTP_ASOC_CREATE_LOCK_INIT(_inp) \ argument 454 #define SCTP_INP_LOCK_DESTROY(_inp) mtx_destroy(&(_inp)->inp_mtx) argument 455 #define SCTP_ASOC_CREATE_LOCK_DESTROY(_inp) mtx_destroy(&(_inp)->inp_create_mtx) argument 458 #define SCTP_INP_RLOCK(_inp) do { \ argument 469 #define SCTP_INP_WLOCK(_inp) do { \ argument 487 #define SCTP_INP_INCR_REF(_inp) _inp->refcount++ argument 489 #define SCTP_INP_DECR_REF(_inp) do { \ argument 496 #define SCTP_ASOC_CREATE_LOCK(_inp) do { \ argument 502 #define SCTP_INP_RUNLOCK(_inp) mtx_unlock(&(_inp)->inp_mtx) argument [all …]
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/whrlpool/ |
H A D | wp_dgst.c | 71 int WHIRLPOOL_Update(WHIRLPOOL_CTX *c, const void *_inp, size_t bytes) in WHIRLPOOL_Update() 92 void WHIRLPOOL_BitUpdate(WHIRLPOOL_CTX *c, const void *_inp, size_t bits) in WHIRLPOOL_BitUpdate()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/whrlpool/ |
H A D | wp_dgst.c | 65 int WHIRLPOOL_Update(WHIRLPOOL_CTX *c, const void *_inp, size_t bytes) in WHIRLPOOL_Update() 86 void WHIRLPOOL_BitUpdate(WHIRLPOOL_CTX *c, const void *_inp, size_t bits) in WHIRLPOOL_BitUpdate()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/sha/ |
H A D | sha3.c | 45 int ossl_sha3_update(KECCAK1600_CTX *ctx, const void *_inp, size_t len) in ossl_sha3_update()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/evp/ |
H A D | m_sha3.c | 62 static int sha3_update(EVP_MD_CTX *evp_ctx, const void *_inp, size_t len) in sha3_update() 239 static int s390x_sha3_update(EVP_MD_CTX *evp_ctx, const void *_inp, size_t len) in s390x_sha3_update()
|