Searched refs:store48 (Results 1 - 9 of 9) sorted by relevance
/third_party/python/Modules/_blake2/impl/ |
H A 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()
|
H A D | blake2-impl.h | 107 static inline void store48( void *dst, uint64_t w ) in store48() function
|
H A D | blake2s.c | 141 store48( P->node_offset, node_offset ); in blake2s_param_set_node_offset()
|
/third_party/node/deps/openssl/openssl/providers/implementations/digests/ |
H A D | blake2_impl.h | 99 static ossl_inline void store48(uint8_t *dst, uint64_t w) in store48() function
|
H A D | blake2s_prov.c | 85 store48(P->node_offset, 0); in ossl_blake2s_param_init()
|
/third_party/openssl/providers/implementations/digests/ |
H A D | blake2_impl.h | 99 static ossl_inline void store48(uint8_t *dst, uint64_t w) in store48() function
|
H A D | blake2s_prov.c | 85 store48(P->node_offset, 0); in ossl_blake2s_param_init()
|
/third_party/python/Modules/_blake2/ |
H A D | blake2s_impl.c | 168 store48(&(self->param.node_offset), node_offset); in py_blake2s_new_impl()
|
H A D | blake2b_impl.c | 168 store48(&(self->param.node_offset), node_offset); in py_blake2b_new_impl()
|
Completed in 5 milliseconds