Home
last modified time | relevance | path

Searched refs:ctxPtr (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/icp/algs/skein/
HDskein_impl.h138 #define Skein_Get_Tweak(ctxPtr, TWK_NUM) ((ctxPtr)->h.T[TWK_NUM]) argument
139 #define Skein_Set_Tweak(ctxPtr, TWK_NUM, tVal) \ argument
141 (ctxPtr)->h.T[TWK_NUM] = (tVal); \
145 #define Skein_Get_T0(ctxPtr) Skein_Get_Tweak(ctxPtr, 0) argument
146 #define Skein_Get_T1(ctxPtr) Skein_Get_Tweak(ctxPtr, 1) argument
147 #define Skein_Set_T0(ctxPtr, T0) Skein_Set_Tweak(ctxPtr, 0, T0) argument
148 #define Skein_Set_T1(ctxPtr, T1) Skein_Set_Tweak(ctxPtr, 1, T1) argument
151 #define Skein_Set_T0_T1(ctxPtr, T0, T1) \ argument
153 Skein_Set_T0(ctxPtr, (T0)); \
154 Skein_Set_T1(ctxPtr, (T1)); \
[all …]
/freebsd-13-stable/sys/crypto/skein/
HDskein.h226 #define Skein_Get_Tweak(ctxPtr,TWK_NUM) ((ctxPtr)->h.T[TWK_NUM]) argument
227 #define Skein_Set_Tweak(ctxPtr,TWK_NUM,tVal) {(ctxPtr)->h.T[TWK_NUM] = (tVal);} argument
229 #define Skein_Get_T0(ctxPtr) Skein_Get_Tweak(ctxPtr,0) argument
230 #define Skein_Get_T1(ctxPtr) Skein_Get_Tweak(ctxPtr,1) argument
231 #define Skein_Set_T0(ctxPtr,T0) Skein_Set_Tweak(ctxPtr,0,T0) argument
232 #define Skein_Set_T1(ctxPtr,T1) Skein_Set_Tweak(ctxPtr,1,T1) argument
235 #define Skein_Set_T0_T1(ctxPtr,T0,T1) \ argument
237 Skein_Set_T0(ctxPtr,(T0)); \
238 Skein_Set_T1(ctxPtr,(T1)); \
241 #define Skein_Set_Type(ctxPtr,BLK_TYPE) \ argument
[all …]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/lz4/
HDlz4.c692 void* ctxPtr = ALLOCATOR(1, sizeof(LZ4_stream_t)); /* malloc-calloc always properly aligned */ in LZ4_compress_fast() local
695 void* const ctxPtr = &ctx; in LZ4_compress_fast()
698 …int const result = LZ4_compress_fast_extState(ctxPtr, source, dest, inputSize, maxOutputSize, acce… in LZ4_compress_fast()
701 FREEMEM(ctxPtr); in LZ4_compress_fast()
/freebsd-13-stable/sys/crypto/skein/amd64/
HDskein_block_asm.S293 StackVar ctxPtr ,8 #context ptr