Searched refs:Vlen (Results 1 – 2 of 2) sorted by relevance
420 uint64_t i, Blen, Vlen; in scrypt_alg() local470 Vlen = 32 * r * (N + 2) * sizeof(uint32_t); in scrypt_alg()473 if (Blen > UINT64_MAX - Vlen) { in scrypt_alg()482 if (Blen + Vlen > maxmem) { in scrypt_alg()491 B = OPENSSL_malloc((size_t)(Blen + Vlen)); in scrypt_alg()514 OPENSSL_clear_free(B, (size_t)(Blen + Vlen)); in scrypt_alg()
281 bool HasBitField, uint32_t Vlen) in BTFTypeStruct() argument285 BTFType.Info = (HasBitField << 31) | (Kind << 24) | Vlen; in BTFTypeStruct()