Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_blake2/impl/
Dblake2-impl.h22 BLAKE2_LOCAL_INLINE(uint32_t) load32( const void *src ) in load32()
38 BLAKE2_LOCAL_INLINE(uint64_t) load64( const void *src ) in load64()
58 BLAKE2_LOCAL_INLINE(void) store32( void *dst, uint32_t w ) in store32()
71 BLAKE2_LOCAL_INLINE(void) store64( void *dst, uint64_t w ) in store64()
88 BLAKE2_LOCAL_INLINE(uint64_t) load48( const void *src ) in load48()
100 BLAKE2_LOCAL_INLINE(void) store48( void *dst, uint64_t w ) in store48()
111 BLAKE2_LOCAL_INLINE(uint32_t) rotl32( const uint32_t w, const unsigned c ) in rotl32()
116 BLAKE2_LOCAL_INLINE(uint64_t) rotl64( const uint64_t w, const unsigned c ) in rotl64()
121 BLAKE2_LOCAL_INLINE(uint32_t) rotr32( const uint32_t w, const unsigned c ) in rotr32()
126 BLAKE2_LOCAL_INLINE(uint64_t) rotr64( const uint64_t w, const unsigned c ) in rotr64()
[all …]
Dblake2s.c64 BLAKE2_LOCAL_INLINE(int) blake2s_set_lastnode( blake2s_state *S ) in blake2s_set_lastnode()
70 BLAKE2_LOCAL_INLINE(int) blake2s_clear_lastnode( blake2s_state *S ) in blake2s_clear_lastnode()
76 BLAKE2_LOCAL_INLINE(int) blake2s_is_lastblock( const blake2s_state *S ) in blake2s_is_lastblock()
81 BLAKE2_LOCAL_INLINE(int) blake2s_set_lastblock( blake2s_state *S ) in blake2s_set_lastblock()
89 BLAKE2_LOCAL_INLINE(int) blake2s_clear_lastblock( blake2s_state *S ) in blake2s_clear_lastblock()
97 BLAKE2_LOCAL_INLINE(int) blake2s_increment_counter( blake2s_state *S, const uint32_t inc ) in blake2s_increment_counter()
108 BLAKE2_LOCAL_INLINE(int) blake2s_param_set_digest_length( blake2s_param *P, const uint8_t digest_le… in blake2s_param_set_digest_length()
114 BLAKE2_LOCAL_INLINE(int) blake2s_param_set_fanout( blake2s_param *P, const uint8_t fanout ) in blake2s_param_set_fanout()
120 BLAKE2_LOCAL_INLINE(int) blake2s_param_set_max_depth( blake2s_param *P, const uint8_t depth ) in blake2s_param_set_max_depth()
126 BLAKE2_LOCAL_INLINE(int) blake2s_param_set_leaf_length( blake2s_param *P, const uint32_t leaf_lengt… in blake2s_param_set_leaf_length()
[all …]
Dblake2b.c70 BLAKE2_LOCAL_INLINE(int) blake2b_set_lastnode( blake2b_state *S ) in blake2b_set_lastnode()
76 BLAKE2_LOCAL_INLINE(int) blake2b_clear_lastnode( blake2b_state *S ) in blake2b_clear_lastnode()
82 BLAKE2_LOCAL_INLINE(int) blake2b_is_lastblock( const blake2b_state *S ) in blake2b_is_lastblock()
87 BLAKE2_LOCAL_INLINE(int) blake2b_set_lastblock( blake2b_state *S ) in blake2b_set_lastblock()
95 BLAKE2_LOCAL_INLINE(int) blake2b_clear_lastblock( blake2b_state *S ) in blake2b_clear_lastblock()
104 BLAKE2_LOCAL_INLINE(int) blake2b_increment_counter( blake2b_state *S, const uint64_t inc ) in blake2b_increment_counter()
121 BLAKE2_LOCAL_INLINE(int) blake2b_param_set_digest_length( blake2b_param *P, const uint8_t digest_le… in blake2b_param_set_digest_length()
127 BLAKE2_LOCAL_INLINE(int) blake2b_param_set_fanout( blake2b_param *P, const uint8_t fanout ) in blake2b_param_set_fanout()
133 BLAKE2_LOCAL_INLINE(int) blake2b_param_set_max_depth( blake2b_param *P, const uint8_t depth ) in blake2b_param_set_max_depth()
139 BLAKE2_LOCAL_INLINE(int) blake2b_param_set_leaf_length( blake2b_param *P, const uint32_t leaf_lengt… in blake2b_param_set_leaf_length()
[all …]
Dblake2b-ref.c48 BLAKE2_LOCAL_INLINE(int) blake2b_set_lastnode( blake2b_state *S ) in blake2b_set_lastnode()
54 BLAKE2_LOCAL_INLINE(int) blake2b_clear_lastnode( blake2b_state *S ) in blake2b_clear_lastnode()
61 BLAKE2_LOCAL_INLINE(int) blake2b_is_lastblock( const blake2b_state *S ) in blake2b_is_lastblock()
66 BLAKE2_LOCAL_INLINE(int) blake2b_set_lastblock( blake2b_state *S ) in blake2b_set_lastblock()
74 BLAKE2_LOCAL_INLINE(int) blake2b_clear_lastblock( blake2b_state *S ) in blake2b_clear_lastblock()
82 BLAKE2_LOCAL_INLINE(int) blake2b_increment_counter( blake2b_state *S, const uint64_t inc ) in blake2b_increment_counter()
92 BLAKE2_LOCAL_INLINE(int) blake2b_param_set_digest_length( blake2b_param *P, const uint8_t digest_le… in blake2b_param_set_digest_length()
98 BLAKE2_LOCAL_INLINE(int) blake2b_param_set_fanout( blake2b_param *P, const uint8_t fanout ) in blake2b_param_set_fanout()
104 BLAKE2_LOCAL_INLINE(int) blake2b_param_set_max_depth( blake2b_param *P, const uint8_t depth ) in blake2b_param_set_max_depth()
110 BLAKE2_LOCAL_INLINE(int) blake2b_param_set_leaf_length( blake2b_param *P, const uint32_t leaf_lengt… in blake2b_param_set_leaf_length()
[all …]
Dblake2s-ref.c43 BLAKE2_LOCAL_INLINE(int) blake2s_set_lastnode( blake2s_state *S ) in blake2s_set_lastnode()
49 BLAKE2_LOCAL_INLINE(int) blake2s_clear_lastnode( blake2s_state *S ) in blake2s_clear_lastnode()
56 BLAKE2_LOCAL_INLINE(int) blake2s_is_lastblock( const blake2s_state *S ) in blake2s_is_lastblock()
61 BLAKE2_LOCAL_INLINE(int) blake2s_set_lastblock( blake2s_state *S ) in blake2s_set_lastblock()
69 BLAKE2_LOCAL_INLINE(int) blake2s_clear_lastblock( blake2s_state *S ) in blake2s_clear_lastblock()
77 BLAKE2_LOCAL_INLINE(int) blake2s_increment_counter( blake2s_state *S, const uint32_t inc ) in blake2s_increment_counter()
85 BLAKE2_LOCAL_INLINE(int) blake2s_param_set_digest_length( blake2s_param *P, const uint8_t digest_le… in blake2s_param_set_digest_length()
91 BLAKE2_LOCAL_INLINE(int) blake2s_param_set_fanout( blake2s_param *P, const uint8_t fanout ) in blake2s_param_set_fanout()
97 BLAKE2_LOCAL_INLINE(int) blake2s_param_set_max_depth( blake2s_param *P, const uint8_t depth ) in blake2s_param_set_max_depth()
103 BLAKE2_LOCAL_INLINE(int) blake2s_param_set_leaf_length( blake2s_param *P, const uint32_t leaf_lengt… in blake2s_param_set_leaf_length()
[all …]
Dblake2.h23 #define BLAKE2_LOCAL_INLINE(type) static type macro
26 #ifndef BLAKE2_LOCAL_INLINE
27 #define BLAKE2_LOCAL_INLINE(type) static inline type macro
/external/python/cpython3/Modules/_blake2/
Dblake2b_impl.c24 #define BLAKE2_LOCAL_INLINE(type) Py_LOCAL_INLINE(type) macro
Dblake2s_impl.c24 #define BLAKE2_LOCAL_INLINE(type) Py_LOCAL_INLINE(type) macro