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

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/scryptsalsa208sha256/
crypto_scrypt.h 71 typedef int (*escrypt_kdf_t)(escrypt_local_t *__local, const uint8_t *__passwd, typedef in typeref:typename:int (*)(escrypt_local_t * __local,const uint8_t * __passwd,size_t __passwdlen,const uint8_t * __salt,size_t __saltlen,uint64_t __N,uint32_t __r,uint32_t __p,uint8_t * __buf,size_t __buflen)
crypto_scrypt-common.c 141 escrypt_kdf_t escrypt_kdf;
244 escrypt_kdf_t escrypt_kdf;

Completed in 13 milliseconds