HomeSort by relevance Sort by last modified time
    Searched defs:BLAKE2_LOCAL_INLINE (Results 1 - 3 of 3) sorted by null

  /external/python/cpython3/Modules/_blake2/
blake2b_impl.c 26 #define BLAKE2_LOCAL_INLINE(type) Py_LOCAL_INLINE(type)
blake2s_impl.c 26 #define BLAKE2_LOCAL_INLINE(type) Py_LOCAL_INLINE(type)
  /external/python/cpython3/Modules/_blake2/impl/
blake2.h 23 #define BLAKE2_LOCAL_INLINE(type) static type
26 #ifndef BLAKE2_LOCAL_INLINE
27 #define BLAKE2_LOCAL_INLINE(type) static inline type

Completed in 507 milliseconds