Home
last modified time | relevance | path

Searched refs:encode64 (Results 1 – 1 of 1) sorted by last modified time

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/
H A Dcrypto_scrypt-common.c50 encode64(uint8_t *dst, size_t dstlen, const uint8_t *src, size_t srclen) in encode64() function
187 dst = encode64(dst, buflen - (dst - buf), hash, sizeof(hash)); in escrypt_r()
229 dst = encode64(dst, buflen - (dst - buf), src, srclen); in escrypt_gensalt_r()