Lines Matching refs:maxmem
1311 maxmem: long = 0
1321 long maxmem, long dklen)
1372 if (maxmem < 0 || maxmem > INT_MAX) {
1373 /* OpenSSL 1.1.0 restricts maxmem to 32 MiB. It may change in the
1374 future. The maxmem constant is private to OpenSSL. */
1376 "maxmem must be positive and smaller than %d",
1389 retval = EVP_PBE_scrypt(NULL, 0, NULL, 0, n, r, p, maxmem, NULL, 0);
1391 _setException(PyExc_ValueError, "Invalid parameter combination for n, r, p, maxmem.");
1405 n, r, p, maxmem,