Searched refs:store48 (Results 1 – 8 of 8) sorted by relevance
/third_party/python/Modules/_blake2/impl/ |
D | blake2s-ref.c | 104 store48( P->node_offset, node_offset ); in blake2s_param_set_node_offset() 182 store48( &P->node_offset, 0 ); in blake2s_init() 204 store48( &P->node_offset, 0 ); in blake2s_init_key()
|
D | blake2sp.c | 35 store48( P->node_offset, offset ); in blake2sp_init_leaf() 53 store48( P->node_offset, 0ULL ); in blake2sp_init_root()
|
D | blake2-impl.h | 107 static inline void store48( void *dst, uint64_t w ) in store48() function
|
D | blake2s.c | 141 store48( P->node_offset, node_offset ); in blake2s_param_set_node_offset()
|
/third_party/openssl/crypto/blake2/ |
D | blake2_impl.h | 110 static ossl_inline void store48(uint8_t *dst, uint64_t w) in store48() function
|
D | blake2s.c | 87 store48(P->node_offset, 0); in BLAKE2s_Init()
|
/third_party/python/Modules/_blake2/ |
D | blake2b_impl.c | 166 store48(&(self->param.node_offset), node_offset); in py_blake2b_new_impl()
|
D | blake2s_impl.c | 165 store48(&(self->param.node_offset), node_offset); in py_blake2s_new_impl()
|