Home
last modified time | relevance | path

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

/minix/crypto/external/bsd/openssl/dist/crypto/evp/
H A Dencode.c224 ctx->expect_nl = 0; in EVP_DecodeInit()
241 exp_nl = ctx->expect_nl; in EVP_DecodeUpdate()
363 ctx->expect_nl = exp_nl; in EVP_DecodeUpdate()
H A Devp.h459 int expect_nl; member
/minix/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dstore.c850 int expect_nl = 0; in krb5_ret_stringnl() local
860 expect_nl = 1; in krb5_ret_stringnl()
863 if (expect_nl && c != '\n') { in krb5_ret_stringnl()