Searched refs:plen (Results 1 - 3 of 3) sorted by relevance

/openwrt/package/kernel/lantiq/ltq-deu/src/
H A Difxmips_tcrypt.h27 unsigned int plen; /* per-update length */ member in struct:hash_speed
65 { .blen = 16, .plen = 16, },
66 { .blen = 64, .plen = 16, },
67 { .blen = 64, .plen = 64, },
68 { .blen = 256, .plen = 16, },
69 { .blen = 256, .plen = 64, },
70 { .blen = 256, .plen = 256, },
71 { .blen = 1024, .plen = 16, },
72 { .blen = 1024, .plen = 256, },
73 { .blen = 1024, .plen
[all...]
/openwrt/target/linux/at91/image/dfboot/src/
H A Dcom.c110 int plen = strlen (prompt); /* prompt length */ local
117 col = plen;
/openwrt/package/utils/px5g-standalone/src/library/
H A Dbignum.c436 size_t plen; local
447 plen = strlen( p );
454 if( fwrite( p, 1, plen, fout ) != plen ||

Completed in 181 milliseconds