Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_blake2/impl/
Dblake2-impl.h25 #define BLAKE2_IMPL_CAT(x,y) x ## y macro
26 #define BLAKE2_IMPL_EVAL(x,y) BLAKE2_IMPL_CAT(x,y)