HomeSort by: relevance | last modified time | path
    Searched defs:encode64 (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/scryptsalsa208sha256/
crypto_scrypt-common.c 50 encode64(uint8_t *dst, size_t dstlen, const uint8_t *src, size_t srclen) function in typeref:typename:uint8_t *
187 dst = encode64(dst, buflen - (dst - buf), hash, sizeof(hash));
229 dst = encode64(dst, buflen - (dst - buf), src, srclen);

Completed in 10 milliseconds