Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/evp/
Dscrypt.c178 size_t B_bytes = B_blocks * sizeof(block_t); in EVP_PBE_scrypt() local
195 EVP_sha256(), B_bytes, (uint8_t *)B)) { in EVP_PBE_scrypt()
203 if (!PKCS5_PBKDF2_HMAC(password, password_len, (const uint8_t *)B, B_bytes, 1, in EVP_PBE_scrypt()