Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/
H A Dcrypto_scrypt.h55 } escrypt_region_t; typedef
62 typedef escrypt_region_t escrypt_local_t;
68 extern void *alloc_region(escrypt_region_t *region, size_t size);
69 extern int free_region(escrypt_region_t *region);
H A Dscrypt_platform.c41 alloc_region(escrypt_region_t *region, size_t size) in alloc_region()
73 init_region(escrypt_region_t *region) in init_region()
80 free_region(escrypt_region_t *region) in free_region()