Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/
H A Dcrypto_scrypt-common.c34 encode64_uint32(uint8_t *dst, size_t dstlen, uint32_t src, uint32_t srcbits) in encode64_uint32() function
63 dnext = encode64_uint32(dst, dstlen, value, bits); in encode64()
221 dst = encode64_uint32(dst, buflen - (dst - buf), r, 30); in escrypt_gensalt_r()
225 dst = encode64_uint32(dst, buflen - (dst - buf), p, 30); in escrypt_gensalt_r()