Searched defs:_inp (Results 1 – 5 of 5) sorted by relevance
83 #define SCTP_INP_LOCK_INIT(_inp) argument84 #define SCTP_INP_LOCK_DESTROY(_inp) argument86 #define SCTP_INP_RLOCK(_inp) argument87 #define SCTP_INP_RUNLOCK(_inp) argument88 #define SCTP_INP_WLOCK(_inp) argument89 #define SCTP_INP_WUNLOCK(_inp) argument90 #define SCTP_INP_RLOCK_ASSERT(_inp) argument91 #define SCTP_INP_WLOCK_ASSERT(_inp) argument92 #define SCTP_INP_INCR_REF(_inp) argument93 #define SCTP_INP_DECR_REF(_inp) argument[all …]
92 #define SCTP_INP_READ_INIT(_inp) argument93 #define SCTP_INP_READ_DESTROY(_inp) argument94 #define SCTP_INP_READ_LOCK(_inp) argument95 #define SCTP_INP_READ_UNLOCK(_inp) argument97 #define SCTP_INP_LOCK_INIT(_inp) argument98 #define SCTP_ASOC_CREATE_LOCK_INIT(_inp) argument99 #define SCTP_INP_LOCK_DESTROY(_inp) argument100 #define SCTP_ASOC_CREATE_LOCK_DESTROY(_inp) argument102 #define SCTP_INP_RLOCK(_inp) argument103 #define SCTP_INP_WLOCK(_inp) argument[all …]
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()
45 int ossl_sha3_update(KECCAK1600_CTX *ctx, const void *_inp, size_t len) in ossl_sha3_update()
13 long _inp; member