Searched refs:exp_nl (Results 1 – 2 of 2) sorted by relevance
/external/openssl/crypto/evp/ |
D | encode.c | 238 int seof= -1,eof=0,rv= -1,ret=0,i,v,tmp,n,ln,exp_nl; in EVP_DecodeUpdate() local 244 exp_nl=ctx->expect_nl; in EVP_DecodeUpdate() 285 if (exp_nl) in EVP_DecodeUpdate() 293 if (exp_nl) in EVP_DecodeUpdate() 295 exp_nl=0; in EVP_DecodeUpdate() 299 exp_nl=0; in EVP_DecodeUpdate() 321 if ((v != B64_EOF) && (n >= 64)) exp_nl=1; in EVP_DecodeUpdate() 355 ctx->expect_nl=exp_nl; in EVP_DecodeUpdate()
|
/external/chromium_org/third_party/openssl/openssl/crypto/evp/ |
D | encode.c | 238 int seof= -1,eof=0,rv= -1,ret=0,i,v,tmp,n,ln,exp_nl; in EVP_DecodeUpdate() local 244 exp_nl=ctx->expect_nl; in EVP_DecodeUpdate() 285 if (exp_nl) in EVP_DecodeUpdate() 293 if (exp_nl) in EVP_DecodeUpdate() 295 exp_nl=0; in EVP_DecodeUpdate() 299 exp_nl=0; in EVP_DecodeUpdate() 321 if ((v != B64_EOF) && (n >= 64)) exp_nl=1; in EVP_DecodeUpdate() 355 ctx->expect_nl=exp_nl; in EVP_DecodeUpdate()
|