Home
last modified time | relevance | path

Searched defs:P (Results 1 – 25 of 33) sorted by relevance

12

/f-stack/freebsd/contrib/libb2/
H A Dblake2s-ref.c78 static inline int blake2s_param_set_digest_length( blake2s_param *P, const uint8_t digest_length ) in blake2s_param_set_digest_length()
84 static inline int blake2s_param_set_fanout( blake2s_param *P, const uint8_t fanout ) in blake2s_param_set_fanout()
90 static inline int blake2s_param_set_max_depth( blake2s_param *P, const uint8_t depth ) in blake2s_param_set_max_depth()
96 static inline int blake2s_param_set_leaf_length( blake2s_param *P, const uint32_t leaf_length ) in blake2s_param_set_leaf_length()
102 static inline int blake2s_param_set_node_offset( blake2s_param *P, const uint64_t node_offset ) in blake2s_param_set_node_offset()
108 static inline int blake2s_param_set_node_depth( blake2s_param *P, const uint8_t node_depth ) in blake2s_param_set_node_depth()
114 static inline int blake2s_param_set_inner_length( blake2s_param *P, const uint8_t inner_length ) in blake2s_param_set_inner_length()
120 static inline int blake2s_param_set_salt( blake2s_param *P, const uint8_t salt[BLAKE2S_SALTBYTES] ) in blake2s_param_set_salt()
162 int blake2s_init_param( blake2s_state *S, const blake2s_param *P ) in blake2s_init_param()
179 blake2s_param P[1]; in blake2s_init() local
[all …]
H A Dblake2b-ref.c85 static inline int blake2b_param_set_digest_length( blake2b_param *P, const uint8_t digest_length ) in blake2b_param_set_digest_length()
91 static inline int blake2b_param_set_fanout( blake2b_param *P, const uint8_t fanout ) in blake2b_param_set_fanout()
97 static inline int blake2b_param_set_max_depth( blake2b_param *P, const uint8_t depth ) in blake2b_param_set_max_depth()
103 static inline int blake2b_param_set_leaf_length( blake2b_param *P, const uint32_t leaf_length ) in blake2b_param_set_leaf_length()
109 static inline int blake2b_param_set_node_offset( blake2b_param *P, const uint64_t node_offset ) in blake2b_param_set_node_offset()
115 static inline int blake2b_param_set_node_depth( blake2b_param *P, const uint8_t node_depth ) in blake2b_param_set_node_depth()
121 static inline int blake2b_param_set_inner_length( blake2b_param *P, const uint8_t inner_length ) in blake2b_param_set_inner_length()
127 static inline int blake2b_param_set_salt( blake2b_param *P, const uint8_t salt[BLAKE2B_SALTBYTES] ) in blake2b_param_set_salt()
169 int blake2b_init_param( blake2b_state *S, const blake2b_param *P ) in blake2b_init_param()
186 blake2b_param P[1]; in blake2b_init() local
[all …]
H A Dblake2b.c127 static inline int blake2b_param_set_digest_length( blake2b_param *P, const uint8_t digest_length ) in blake2b_param_set_digest_length()
133 static inline int blake2b_param_set_fanout( blake2b_param *P, const uint8_t fanout ) in blake2b_param_set_fanout()
139 static inline int blake2b_param_set_max_depth( blake2b_param *P, const uint8_t depth ) in blake2b_param_set_max_depth()
145 static inline int blake2b_param_set_leaf_length( blake2b_param *P, const uint32_t leaf_length ) in blake2b_param_set_leaf_length()
151 static inline int blake2b_param_set_node_offset( blake2b_param *P, const uint64_t node_offset ) in blake2b_param_set_node_offset()
157 static inline int blake2b_param_set_node_depth( blake2b_param *P, const uint8_t node_depth ) in blake2b_param_set_node_depth()
163 static inline int blake2b_param_set_inner_length( blake2b_param *P, const uint8_t inner_length ) in blake2b_param_set_inner_length()
169 static inline int blake2b_param_set_salt( blake2b_param *P, const uint8_t salt[BLAKE2B_SALTBYTES] ) in blake2b_param_set_salt()
213 int blake2b_init_param( blake2b_state *S, const blake2b_param *P ) in blake2b_init_param()
236 const blake2b_param P = in blake2b_init() local
[all …]
H A Dblake2s.c115 static inline int blake2s_param_set_digest_length( blake2s_param *P, const uint8_t digest_length ) in blake2s_param_set_digest_length()
121 static inline int blake2s_param_set_fanout( blake2s_param *P, const uint8_t fanout ) in blake2s_param_set_fanout()
127 static inline int blake2s_param_set_max_depth( blake2s_param *P, const uint8_t depth ) in blake2s_param_set_max_depth()
133 static inline int blake2s_param_set_leaf_length( blake2s_param *P, const uint32_t leaf_length ) in blake2s_param_set_leaf_length()
139 static inline int blake2s_param_set_node_offset( blake2s_param *P, const uint64_t node_offset ) in blake2s_param_set_node_offset()
145 static inline int blake2s_param_set_node_depth( blake2s_param *P, const uint8_t node_depth ) in blake2s_param_set_node_depth()
151 static inline int blake2s_param_set_inner_length( blake2s_param *P, const uint8_t inner_length ) in blake2s_param_set_inner_length()
157 static inline int blake2s_param_set_salt( blake2s_param *P, const uint8_t salt[BLAKE2S_SALTBYTES] ) in blake2s_param_set_salt()
200 int blake2s_init_param( blake2s_state *S, const blake2s_param *P ) in blake2s_init_param()
222 const blake2s_param P = in blake2s_init() local
[all …]
H A Dblake2sp.c29 blake2s_param P[1]; in blake2sp_init_leaf() local
47 blake2s_param P[1]; in blake2sp_init_root() local
H A Dblake2bp.c30 blake2b_param P[1]; in blake2bp_init_leaf() local
49 blake2b_param P[1]; in blake2bp_init_root() local
H A Dblake2-dispatch.c458 int blake2b_init_param_dispatch( blake2b_state *S, const blake2b_param *P ) in blake2b_init_param_dispatch()
492 BLAKE2_API int blake2b_init_param( blake2b_state *S, const blake2b_param *P ) in blake2b_init_param()
524 int blake2s_init_param_dispatch( blake2s_state *S, const blake2s_param *P ) in blake2s_init_param_dispatch()
558 BLAKE2_API int blake2s_init_param( blake2s_state *S, const blake2s_param *P ) in blake2s_init_param()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/
H A Dblake2b-ref.c78 blake2b_param_set_salt(blake2b_param *P, const uint8_t salt[BLAKE2B_SALTBYTES]) in blake2b_param_set_salt()
85 blake2b_param_set_personal(blake2b_param *P, in blake2b_param_set_personal()
107 blake2b_init_param(blake2b_state *S, const blake2b_param *P) in blake2b_init_param()
126 blake2b_param P[1]; in blake2b_init() local
149 blake2b_param P[1]; in blake2b_init_salt_personal() local
180 blake2b_param P[1]; in blake2b_init_key() local
218 blake2b_param P[1]; in blake2b_init_key_salt_personal() local
/f-stack/freebsd/netgraph/atm/uni/
H A Dng_uni_cust.h66 #define INS_FREE(P) ng_uni_free(UNIMEM_INS, P, __FILE__, __LINE__) argument
69 #define UNI_FREE(P) ng_uni_free(UNIMEM_ALL, P, __FILE__, __LINE__) argument
72 #define SIG_FREE(P) ng_uni_free(UNIMEM_SIG, P, __FILE__, __LINE__) argument
75 #define CALL_FREE(P) ng_uni_free(UNIMEM_CALL, P, __FILE__, __LINE__) argument
78 #define PARTY_FREE(P) ng_uni_free(UNIMEM_PARTY, P, __FILE__, __LINE__) argument
/f-stack/freebsd/sys/
H A Drtprio.h57 #define RTP_PRIO_BASE(P) PRI_BASE(P) argument
58 #define RTP_PRIO_IS_REALTIME(P) PRI_IS_REALTIME(P) argument
59 #define RTP_PRIO_NEED_RR(P) PRI_NEED_RR(P) argument
H A Dpriority.h59 #define PRI_BASE(P) ((P) & ~PRI_FIFO_BIT) argument
60 #define PRI_IS_REALTIME(P) (PRI_BASE(P) == PRI_REALTIME) argument
61 #define PRI_NEED_RR(P) ((P) != PRI_FIFO) argument
/f-stack/freebsd/kern/
H A Dksched.c96 #define p4prio_to_rtpprio(P) (RTP_PRIO_MAX - (P)) argument
97 #define rtpprio_to_p4prio(P) (RTP_PRIO_MAX - (P)) argument
99 #define p4prio_to_tsprio(P) ((PRI_MAX_TIMESHARE - PRI_MIN_TIMESHARE) - (P)) argument
100 #define tsprio_to_p4prio(P) ((PRI_MAX_TIMESHARE - PRI_MIN_TIMESHARE) - (P)) argument
/f-stack/dpdk/lib/librte_acl/
H A Dacl_vect.h25 #define ACL_TR_HILO(P, TC, tr0, tr1, lo, hi) do { \ argument
44 #define ACL_TR_CALC_ADDR(P, S, \ argument
/f-stack/tools/compat/include/sys/
H A Dpriority.h57 #define PRI_BASE(P) ((P) & ~PRI_FIFO_BIT) argument
58 #define PRI_IS_REALTIME(P) (PRI_BASE(P) == PRI_REALTIME) argument
59 #define PRI_NEED_RR(P) ((P) != PRI_FIFO) argument
/f-stack/freebsd/contrib/ngatm/netnatm/api/
H A Dccpriv.h136 #define cc_port_log(P, FMT, ARGS...) do { \ argument
141 #define cc_port_log(P, FMT, ...) do { \ argument
148 #define cc_port_log(P, FMT, ARGS...) do { } while (0) argument
150 #define cc_port_log(P, FMT, ...) do { } while (0) argument
388 #define cc_party_log(P, FMT, ARGS...) do { \ argument
393 #define cc_party_log(P, FMT, ...) do { \ argument
400 #define cc_party_log(P, FMT, ARGS...) do { } while (0) argument
402 #define cc_party_log(P, FMT, ...) do { } while (0) argument
/f-stack/freebsd/contrib/ck/include/
H A Dck_pr.h207 #define CK_PR_BIN(K, S, M, T, P, C) \ argument
224 #define CK_PR_BIN_S(K, S, T, P) CK_PR_BIN(K, S, T, T, P, T) argument
476 #define CK_PR_BTX(K, S, M, T, P, C, R) \ argument
490 #define CK_PR_BTX_S(K, S, T, P, R) CK_PR_BTX(K, S, T, T, P, T, R) argument
617 #define CK_PR_UNARY_Z(K, S, M, T, P, C, Z) \ argument
642 #define CK_PR_UNARY_Z_S(K, S, M, P, Z) \ argument
890 #define CK_PR_N(K, S, M, T, P, C) \ argument
925 #define CK_PR_N_S(K, S, M, P) CK_PR_N(K, S, M, M, P, M) argument
H A Dck_cohort.h50 #define CK_COHORT_INIT(N, C, GL, LL, P) ck_cohort_##N##_init(C, GL, LL, P) argument
/f-stack/freebsd/netgraph/atm/
H A Dngatmbase.h51 #define uni_msg_build(P...) _uni_msg_build(__FILE__, __LINE__, P) argument
/f-stack/freebsd/netgraph/atm/ccatm/
H A Dng_ccatm_cust.h54 #define CCFREE(P) do { free((P), M_NG_CCATM); } while (0) argument
/f-stack/freebsd/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.c1941 #define unlink(P, BK, FD) { \ argument
2295 #define check_chunk(A,P) argument
2296 #define check_free_chunk(A,P) argument
2297 #define check_inuse_chunk(A,P) argument
2298 #define check_remalloced_chunk(A,P,N) argument
2299 #define check_malloced_chunk(A,P,N) argument
2304 #define check_chunk(A,P) do_check_chunk(A,P) argument
2305 #define check_free_chunk(A,P) do_check_free_chunk(A,P) argument
2306 #define check_inuse_chunk(A,P) do_check_inuse_chunk(A,P) argument
2307 #define check_remalloced_chunk(A,P,N) do_check_remalloced_chunk(A,P,N) argument
[all …]
/f-stack/freebsd/contrib/libsodium/test/default/
H A Dcore_ed25519.c20 static const unsigned char P[32] = { in add_P() local
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_scalarmult/ed25519/ref10/
H A Dscalarmult_ed25519_ref10.c37 ge25519_p3 P; in crypto_scalarmult_ed25519() local
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_type.h2874 #define IXGBE_PVFCTRL(P) (0x00300 + (4 * (P))) argument
2875 #define IXGBE_PVFSTATUS(P) (0x00008 + (0 * (P))) argument
2876 #define IXGBE_PVFLINKS(P) (0x042A4 + (0 * (P))) argument
2880 #define IXGBE_PVTEICR(P) (0x00B00 + (4 * (P))) argument
2881 #define IXGBE_PVTEICS(P) (0x00C00 + (4 * (P))) argument
2882 #define IXGBE_PVTEIMS(P) (0x00D00 + (4 * (P))) argument
2883 #define IXGBE_PVTEIMC(P) (0x00E00 + (4 * (P))) argument
2884 #define IXGBE_PVTEIAC(P) (0x00F00 + (4 * (P))) argument
2885 #define IXGBE_PVTEIAM(P) (0x04D00 + (4 * (P))) argument
2888 #define IXGBE_PVTIVAR(P) (0x12500 + (4 * (P))) argument
[all …]
/f-stack/freebsd/netgraph/atm/sscop/
H A Dng_sscop_cust.h143 #define MSGQ_FOREACH(P, Q) TAILQ_FOREACH(P, Q, link) argument
313 #define MBUF_UNPAD(M, P) do { if( (P) > 0) m_adj((M), -(P)); } while (0) argument
/f-stack/freebsd/contrib/ngatm/netnatm/sig/
H A Dunipriv.h549 #define TIMER_INIT_PARTY(P,T) _TIMER_INIT(P,T) argument
553 #define TIMER_DESTROY_PARTY(P,T) _TIMER_DESTROY((P)->call->uni, (P)->T) argument
557 #define TIMER_STOP_PARTY(P,T) _TIMER_STOP((P)->call->uni, (P)->T) argument
561 #define TIMER_START_PARTY(P,T,N) _TIMER_START(P->call->uni, P, (P)->T, N, _##T##_func) argument

12