Searched refs:blake2sp (Results 1 – 3 of 3) sorted by relevance
/dflybsd-src/contrib/libarchive/libarchive/ |
H A D | archive_blake2sp_ref.c | 216 int blake2sp( void *out, size_t outlen, const void *in, size_t inlen, const void *key, size_t keyle… in blake2sp() function 314 blake2sp( hash, BLAKE2S_OUTBYTES, buf, i, key, BLAKE2S_KEYBYTES ); in main()
|
H A D | archive_blake2.h | 184 …int blake2sp( void *out, size_t outlen, const void *in, size_t inlen, const void *key, size_t keyl…
|
H A D | archive_read_support_format_rar5.c | 111 uint8_t blake2sp[32]; member 1265 const int hash_size = sizeof(rar->file.blake2sp); in parse_file_extra_hash() 1271 memcpy(&rar->file.blake2sp, p, hash_size); in parse_file_extra_hash() 4013 if(memcmp(&rar->file.blake2sp, b2_buf, 32) != 0) { in verify_checksums()
|