Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/base64/
Dbase64.c274 int seof = -1, eof = 0, rv = -1, v, tmp, exp_nl; in EVP_DecodeUpdate() local
315 if (seof == -1) { in EVP_DecodeUpdate()
316 seof = n; in EVP_DecodeUpdate()
395 if (seof >= 0) { in EVP_DecodeUpdate()