Searched refs:text_len (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/shared/
H A Dopencrypto.h39 void hmac_sha1(unsigned char *text, int text_len, unsigned char *key,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Dts_kmp.c48 unsigned int i, q = 0, text_len, consumed = state->offset; local
52 text_len = conf->get_next_block(consumed, &text, conf, state);
54 if (unlikely(text_len == 0))
57 for (i = 0; i < text_len; i++) {
68 consumed += text_len;
H A Dts_bm.c60 unsigned int i, text_len, consumed = state->offset; local
65 text_len = conf->get_next_block(consumed, &text, conf, state);
67 if (unlikely(text_len == 0))
70 while (shift < text_len) {
86 consumed += text_len;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dmd5.h34 void hmac_md5_update(const unsigned char *text, int text_len,
H A Dmd5.c290 hmac_md5_update(const unsigned char *text, int text_len, argument
293 MD5Update(&ctx->ctx, text, text_len); /* then text of datagram */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dhmacmd5.c99 void hmac_md5_update(const uchar* text, int text_len, HMACMD5Context *ctx) argument
101 MD5Update(&ctx->ctx, text, text_len); /* then text of datagram */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dbinfmt_flat.c63 unsigned long text_len; /* Length of text segment */ member in struct:lib_info::__anon7345
305 unsigned long text_len; local
344 text_len = p->lib_list[id].text_len;
346 if (!flat_reloc_valid(r, start_brk - start_data + text_len)) {
348 (int) r,(int)(start_brk-start_code),(int)text_len);
352 if (r < text_len) /* In text segment */
355 addr = r - text_len + start_data;
418 unsigned long text_len, data_len, bss_len, stack_len, flags; local
431 text_len
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m32r/
H A Dflat.h21 m32r_flat_get_addr_from_rp(rp, relval, (text_len) )
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dbnx2.c2614 u32 text_len; local
2618 &text_len);
2627 for (j = 0; j < (fw->text_len / 4); j++, offset += 4) {
2693 u32 text_len; local
2700 &text_len);
2704 load_rv2p_fw(bp, text, text_len, RV2P_PROC1);
2707 &text_len);
2711 load_rv2p_fw(bp, text, text_len, RV2P_PROC2);
H A Dtg3.c5221 unsigned int text_len; member in struct:fw_info
5265 for (i = 0; i < (info->text_len / sizeof(u32)); i++)
5297 info.text_len = TG3_FW_TEXT_LEN;
5859 info.text_len = TG3_TSO5_FW_TEXT_LEN;
5869 cpu_scratch_size = (info.text_len +
5876 info.text_len = TG3_TSO_FW_TEXT_LEN;
H A Dbnx2_fw.h1061 .text_len = 0x7d54,
1774 .text_len = 0x6728,
2266 .text_len = 0x122c,
2722 .text_len = 0x5748,
H A Dbnx2_fw2.h1059 .text_len = 0x7dc0,
2255 .text_len = 0x6ee8,
2964 .text_len = 0x6768,
3255 .text_len = 0x1864,
4069 .text_len = 0x4634,
H A Dbnx2.h6728 const u32 text_len; member in struct:fw_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dosf_sys.c71 osf_set_program_attributes(unsigned long text_start, unsigned long text_len, argument

Completed in 235 milliseconds