input 125 crypto/des.h void des_ecb3_encrypt(des_cblock *input,des_cblock *output,
input 128 crypto/des.h u_int32_t des_cbc_cksum(des_cblock *input,des_cblock *output,
input 130 crypto/des.h void des_cbc_encrypt(des_cblock *input,des_cblock *output,long length,
input 132 crypto/des.h void des_ncbc_encrypt(des_cblock *input,des_cblock *output,long length,
input 134 crypto/des.h void des_3cbc_encrypt(des_cblock *input,des_cblock *output,long length,
input 139 crypto/des.h void des_ecb_encrypt(des_cblock *input,des_cblock *output,
input 143 crypto/des.h void des_ede3_cbc_encrypt(des_cblock *input, des_cblock *output,
input 170 crypto/des.h void des_pcbc_encrypt(des_cblock *input,des_cblock *output,long length,
input 172 crypto/des.h u_int32_t des_quad_cksum(des_cblock *input,des_cblock *output,
input 52 crypto/ecb3_enc.c void des_ecb3_encrypt(input, output, ks1, ks2, ks3, encrypt)
input 53 crypto/ecb3_enc.c des_cblock (*input);
input 64 crypto/ecb3_enc.c in=(unsigned char *)input;
input 55 crypto/ecb_enc.c void des_ecb_encrypt(input, output, ks, encrypt)
input 56 crypto/ecb_enc.c des_cblock (*input);
input 65 crypto/ecb_enc.c in=(unsigned char *)input;
input 65 crypto/md5.c MD5Update(MD5_CTX *ctx, const unsigned char *input, size_t len)
input 78 crypto/md5.c bcopy(input, ctx->buffer + have, need);
input 80 crypto/md5.c input += need;
input 87 crypto/md5.c MD5Transform(ctx->state, input);
input 88 crypto/md5.c input += MD5_BLOCK_LENGTH;
input 95 crypto/md5.c bcopy(input, ctx->buffer + have, len);
input 104 crypto/rmd160.c RMD160Update(RMD160_CTX *ctx, const u_char *input, u_int32_t len)
input 115 crypto/rmd160.c memcpy(ctx->buffer + have, input, need);
input 122 crypto/rmd160.c RMD160Transform(ctx->state, input+off);
input 127 crypto/rmd160.c memcpy(ctx->buffer + have, input+off, len-off);
input 945 dev/ic/pgt.c goto input;
input 983 dev/ic/pgt.c input:
input 72 dev/isa/aps.c u_int8_t input;
input 323 dev/isa/aps.c sc->aps_data.input = bus_space_read_1(iot, ioh, APS_INPUT);
input 371 dev/isa/aps.c (sc->aps_data.input & APS_INPUT_KB) ? 1 : 0;
input 373 dev/isa/aps.c (sc->aps_data.input & APS_INPUT_MS) ? 1 : 0;
input 375 dev/isa/aps.c (sc->aps_data.input & APS_INPUT_LIDOPEN) ? 1 : 0;
input 574 dev/microcode/aic7xxx/aicasm.c int input;
input 583 dev/microcode/aic7xxx/aicasm.c input = getchar();
input 584 dev/microcode/aic7xxx/aicasm.c input = toupper(input);
input 586 dev/microcode/aic7xxx/aicasm.c if (input == 'T') {
input 589 dev/microcode/aic7xxx/aicasm.c } else if (input == 'F') {
input 595 dev/microcode/aic7xxx/aicasm.c putchar(input);
input 118 netbt/bluetooth.h void (*input)(void *, struct mbuf *);
input 854 netbt/hci_link.c (*link->hl_sco->sp_proto->input)(link->hl_sco->sp_upper, m);
input 140 netbt/l2cap_lower.c (*chan->lc_proto->input)(chan->lc_upper, m);
input 978 netbt/rfcomm_session.c (*dlc->rd_proto->input)(dlc->rd_upper, m);