Searched refs:maxoutlen (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/dev/hptmv/ |
| H A D | access601.h | 46 UCHAR *outdata, ULONG maxoutlen, ULONG *poutlen); 57 #define sx508x_ioctl(pSataAdapter, indata, inlen, outdata, maxoutlen, poutlen) 0 argument
|
| /freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/ |
| H A D | argon2-encoding.c | 156 size_t maxoutlen = ctx->outlen; in decode_string() local 195 BIN(ctx->out, maxoutlen, ctx->outlen); in decode_string()
|
| /freebsd/crypto/openssl/providers/implementations/kem/ |
| H A D | ec_kem.c | 181 size_t maxoutlen) in ecpubkey_todata() argument 189 out, maxoutlen, NULL); in ecpubkey_todata()
|
| /freebsd/contrib/bearssl/test/ |
| H A D | test_crypto.c | 1518 size_t minoutlen, size_t maxoutlen, const char *smsg, const char *sref) in test_SHAKE_MonteCarlo() argument 1525 outlen = maxoutlen; in test_SHAKE_MonteCarlo() 1526 range = maxoutlen - minoutlen + 1; in test_SHAKE_MonteCarlo()
|