Home
last modified time | relevance | path

Searched defs:store32 (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/libarchive/libarchive/
H A Darchive_blake2_impl.h92 static BLAKE2_INLINE void store32( void *dst, uint32_t w ) in store32() function
/freebsd-13.1/sys/contrib/libb2/
H A Dblake2-impl.h58 static inline void store32( void *dst, uint32_t w ) in store32() function
/freebsd-13.1/crypto/openssl/crypto/blake2/
H A Dblake2_impl.h63 static ossl_inline void store32(uint8_t *dst, uint32_t w) in store32() function