Searched refs:p_bytes (Results 1 - 7 of 7) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/libbb/
H A Dpw_encrypt_sha.c144 #define p_bytes key_data /* reuse the buffer as it is of the key_len size */ macro
145 cp = p_bytes; /* was: ... = alloca(key_len); */
177 sha_hash(p_bytes, key_len, &ctx);
185 sha_hash(p_bytes, key_len, &ctx);
190 sha_hash(p_bytes, key_len, &ctx);
274 memset(key_data, 0, key_len); /* also p_bytes */
278 #undef p_bytes macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/libbb/
H A Dpw_encrypt_sha.c144 #define p_bytes key_data /* reuse the buffer as it is of the key_len size */ macro
145 cp = p_bytes; /* was: ... = alloca(key_len); */
177 sha_hash(p_bytes, key_len, &ctx);
185 sha_hash(p_bytes, key_len, &ctx);
190 sha_hash(p_bytes, key_len, &ctx);
274 memset(key_data, 0, key_len); /* also p_bytes */
278 #undef p_bytes macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/libbb/
H A Dpw_encrypt_sha.c144 #define p_bytes key_data /* reuse the buffer as it is of the key_len size */ macro
145 cp = p_bytes; /* was: ... = alloca(key_len); */
177 sha_hash(p_bytes, key_len, &ctx);
185 sha_hash(p_bytes, key_len, &ctx);
190 sha_hash(p_bytes, key_len, &ctx);
274 memset(key_data, 0, key_len); /* also p_bytes */
278 #undef p_bytes macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/pci/asihpi/
H A Dhpi.h1265 u16 adapter_index, u32 dsp_address, char *p_bytes, int *count_bytes);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/pci/asihpi/
H A Dhpi.h1265 u16 adapter_index, u32 dsp_address, char *p_bytes, int *count_bytes);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/telephony/
H A Dixj.c4762 static int daa_load(BYTES * p_bytes, IXJ *j) argument
4764 outb_p(p_bytes->high, j->XILINXbase + 0x03);
4765 outb_p(p_bytes->low, j->XILINXbase + 0x02);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/telephony/
H A Dixj.c4762 static int daa_load(BYTES * p_bytes, IXJ *j) argument
4764 outb_p(p_bytes->high, j->XILINXbase + 0x03);
4765 outb_p(p_bytes->low, j->XILINXbase + 0x02);

Completed in 203 milliseconds