Searched refs:u_int32_t (Results 1 – 4 of 4) sorted by relevance
/system/extras/ext4_utils/ |
D | sha1.c | 71 void do_R01(u_int32_t *a, u_int32_t *b, u_int32_t *c, u_int32_t *d, u_int32_t *e, CHAR64LONG16 *); 72 void do_R2(u_int32_t *a, u_int32_t *b, u_int32_t *c, u_int32_t *d, u_int32_t *e, CHAR64LONG16 *); 73 void do_R3(u_int32_t *a, u_int32_t *b, u_int32_t *c, u_int32_t *d, u_int32_t *e, CHAR64LONG16 *); 74 void do_R4(u_int32_t *a, u_int32_t *b, u_int32_t *c, u_int32_t *d, u_int32_t *e, CHAR64LONG16 *); 83 do_R01(u_int32_t *a, u_int32_t *b, u_int32_t *c, u_int32_t *d, u_int32_t *e, CHAR64LONG16 *block) in do_R01() 93 do_R2(u_int32_t *a, u_int32_t *b, u_int32_t *c, u_int32_t *d, u_int32_t *e, CHAR64LONG16 *block) in do_R2() 103 do_R3(u_int32_t *a, u_int32_t *b, u_int32_t *c, u_int32_t *d, u_int32_t *e, CHAR64LONG16 *block) in do_R3() 113 do_R4(u_int32_t *a, u_int32_t *b, u_int32_t *c, u_int32_t *d, u_int32_t *e, CHAR64LONG16 *block) in do_R4() 127 u_int32_t state[5]; in SHA1Transform() 130 u_int32_t a, b, c, d, e;
|
D | sha1.h | 18 typedef unsigned int u_int32_t; typedef
|
/system/vold/ |
D | hash.h | 61 static inline u_int32_t 62 cshift (u_int32_t x, unsigned int n) in cshift()
|
/system/core/libpixelflinger/codeflinger/ |
D | mips_disassem.c | 578 u_int32_t instr; in mips_disassem() 587 instr = *(u_int32_t *)loc; in mips_disassem()
|