Symbol: EC
crypto/heimdal/appl/telnet/telnet/commands.c
211
{ "ec", "Send Telnet Erase Character", 1, 0, 0, 2, EC },
crypto/heimdal/appl/telnet/telnet/telnet.c
2184
((*(p+1)&0xff) != EC) && ((*(p+1)&0xff) != EL))
crypto/heimdal/appl/telnet/telnet/telnet.c
2253
NET2ADD(IAC, EC);
crypto/heimdal/appl/telnet/telnet/telnet.c
2254
printoption("SENT", IAC, EC);
crypto/heimdal/appl/telnet/telnetd/state.c
193
case EC:
crypto/heimdal/appl/telnet/telnetd/state.c
202
if (c == EC)
crypto/heimdal/appl/telnet/telnetd/utility.c
197
((*(p+1)&0xff) != EC) && ((*(p+1)&0xff) != EL))
crypto/heimdal/lib/com_err/lex.c
807
{ return EC; }
crypto/heimdal/lib/com_err/lex.c
812
{ return EC; }
crypto/heimdal/lib/com_err/parse.y
117
| EC STRING ',' STRING
crypto/heimdal/lib/com_err/parse.y
59
%token ET INDEX PREFIX EC ID END
crypto/heimdal/lib/gssapi/krb5/cfx.c
1213
token->EC[0] = (padlength >> 8) & 0xFF;
crypto/heimdal/lib/gssapi/krb5/cfx.c
1214
token->EC[1] = (padlength >> 0) & 0xFF;
crypto/heimdal/lib/gssapi/krb5/cfx.c
1225
token->EC[0] = 0;
crypto/heimdal/lib/gssapi/krb5/cfx.c
1226
token->EC[1] = 0;
crypto/heimdal/lib/gssapi/krb5/cfx.c
1341
token->EC[0] = (cksum.checksum.length >> 8) & 0xFF;
crypto/heimdal/lib/gssapi/krb5/cfx.c
1342
token->EC[1] = (cksum.checksum.length >> 0) & 0xFF;
crypto/heimdal/lib/gssapi/krb5/cfx.c
1427
ec = (token->EC[0] << 8) | token->EC[1];
crypto/heimdal/lib/gssapi/krb5/cfx.c
1551
token->EC[0] = 0;
crypto/heimdal/lib/gssapi/krb5/cfx.c
1552
token->EC[1] = 0;
crypto/heimdal/lib/gssapi/krb5/cfx.c
446
token->EC[0] = (ec >> 8) & 0xFF;
crypto/heimdal/lib/gssapi/krb5/cfx.c
447
token->EC[1] = (ec >> 0) & 0xFF;
crypto/heimdal/lib/gssapi/krb5/cfx.c
459
token->EC[0] = 0;
crypto/heimdal/lib/gssapi/krb5/cfx.c
460
token->EC[1] = 0;
crypto/heimdal/lib/gssapi/krb5/cfx.c
621
token->EC[0] = (k5tsize >> 8) & 0xFF;
crypto/heimdal/lib/gssapi/krb5/cfx.c
622
token->EC[1] = (k5tsize >> 0) & 0xFF;
crypto/heimdal/lib/gssapi/krb5/cfx.c
785
ec = (token->EC[0] << 8) | token->EC[1];
crypto/heimdal/lib/gssapi/krb5/cfx.c
984
token->EC[0] = 0;
crypto/heimdal/lib/gssapi/krb5/cfx.c
985
token->EC[1] = 0;
crypto/heimdal/lib/gssapi/krb5/cfx.h
53
u_char EC[2];
crypto/openssl/crypto/err/err_all_legacy.c
83
IMPLEMENT_LEGACY_ERR_LOAD(EC)
crypto/openssl/providers/implementations/encode_decode/decode_der2key.c
1238
MAKE_DECODER("EC", ec, ec, EC);
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
1706
MAKE_ENCODER(ec, ec, EC, der);
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
1707
MAKE_ENCODER(ec, ec, EC, pem);
crypto/openssl/test/endecode_test.c
1009
DOMAIN_KEYS(EC);
crypto/openssl/test/endecode_test.c
1010
IMPLEMENT_TEST_SUITE(EC, "EC", 1)
crypto/openssl/test/endecode_test.c
1011
IMPLEMENT_TEST_SUITE_PARAMS(EC, "EC")
crypto/openssl/test/endecode_test.c
1012
IMPLEMENT_TEST_SUITE_LEGACY(EC, "EC")
crypto/openssl/test/endecode_test.c
1487
MAKE_DOMAIN_KEYS(EC, "EC", EC_params);
crypto/openssl/test/endecode_test.c
1564
ADD_TEST_SUITE(EC);
crypto/openssl/test/endecode_test.c
1565
ADD_TEST_SUITE_PARAMS(EC);
crypto/openssl/test/endecode_test.c
1566
ADD_TEST_SUITE_LEGACY(EC);
crypto/openssl/test/endecode_test.c
1667
FREE_DOMAIN_KEYS(EC);
libexec/getty/subr.c
368
if (EC)
sys/kgssapi/krb5/krb5_mech.c
1486
int flags, EC;
sys/kgssapi/krb5/krb5_mech.c
1509
EC = mlen % mblen;
sys/kgssapi/krb5/krb5_mech.c
1511
EC = 0;
sys/kgssapi/krb5/krb5_mech.c
1512
ctlen = blen + mlen + EC + 16;
sys/kgssapi/krb5/krb5_mech.c
1525
if (M_TRAILINGSPACE(mlast) >= EC + 16 + cklen) {
sys/kgssapi/krb5/krb5_mech.c
1527
mlast->m_len += EC + 16 + cklen;
sys/kgssapi/krb5/krb5_mech.c
1530
tm->m_len = EC + 16 + cklen;
sys/kgssapi/krb5/krb5_mech.c
1546
EC = cklen;
sys/kgssapi/krb5/krb5_mech.c
1593
if (EC) {
sys/kgssapi/krb5/krb5_mech.c
1594
m_copyback(m, 16 + blen + mlen, EC, zpad);
sys/kgssapi/krb5/krb5_mech.c
1596
m_copyback(m, 16 + blen + mlen + EC, 16, p);
sys/kgssapi/krb5/krb5_mech.c
1616
p[4] = EC >> 8;
sys/kgssapi/krb5/krb5_mech.c
1617
p[5] = EC;
sys/kgssapi/krb5/krb5_mech.c
1864
int sealed, flags, EC, RRC;
sys/kgssapi/krb5/krb5_mech.c
1900
EC = (p[4] << 8) + p[5];
sys/kgssapi/krb5/krb5_mech.c
1981
plen = ctlen - blen - 16 - EC;
sys/kgssapi/krb5/krb5_mech.c
1997
tlen = 16 + EC + cklen;
sys/kgssapi/krb5/krb5_mech.c
2010
if (mlen < 16 + cklen || EC != cklen)