HomeSort by: relevance | last modified time | path
    Searched refs:blake2sp (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/libarchive/dist/libarchive/
archive_blake2sp_ref.c 216 int blake2sp( void *out, size_t outlen, const void *in, size_t inlen, const void *key, size_t keylen ) function
314 blake2sp( hash, BLAKE2S_OUTBYTES, buf, i, key, BLAKE2S_KEYBYTES );
archive_blake2.h 184 int blake2sp( void *out, size_t outlen, const void *in, size_t inlen, const void *key, size_t keylen );
archive_read_support_format_rar5.c 114 uint8_t blake2sp[32]; member in struct:file_header
1274 BLAKE2sp = 0x00
1285 /* The file uses BLAKE2sp checksum algorithm instead of plain old
1287 if(hash_type == BLAKE2sp) {
1289 const int hash_size = sizeof(rar->file.blake2sp);
1295 memcpy(&rar->file.blake2sp, p, hash_size);
2611 /* Check if the file uses an optional BLAKE2sp checksum
4112 * checksum (CRC32 or BLAKE2sp) is the same as what is stored
4147 /* BLAKE2sp is an optional checksum algorithm that is
4153 * value we can use to compare it with the BLAKE2sp
    [all...]

Completed in 32 milliseconds