u32                51 lib/armutil/cache.c static inline s32 log_2_n_round_up(u32 n)
u32                54 lib/armutil/cache.c     u32 temp = n;
u32                67 lib/armutil/cache.c static u32 get_clidr(void)
u32                69 lib/armutil/cache.c     u32 clidr;
u32                76 lib/armutil/cache.c static u32 get_ccsidr(void)
u32                78 lib/armutil/cache.c     u32 ccsidr;
u32                85 lib/armutil/cache.c static void set_csselr(u32 level, u32 type)
u32                86 lib/armutil/cache.c {   u32 csselr = level << 1 | type;
u32                92 lib/armutil/cache.c static void v7_inval_dcache_level_setway(u32 level, u32 num_sets,
u32                93 lib/armutil/cache.c                      u32 num_ways, u32 way_shift,
u32                94 lib/armutil/cache.c                      u32 log2_line_len)
u32               116 lib/armutil/cache.c static void v7_clean_inval_dcache_level_setway(u32 level, u32 num_sets,
u32               117 lib/armutil/cache.c                            u32 num_ways, u32 way_shift,
u32               118 lib/armutil/cache.c                            u32 log2_line_len)
u32               143 lib/armutil/cache.c static void v7_maint_dcache_level_setway(u32 level, u32 operation)
u32               145 lib/armutil/cache.c     u32 ccsidr;
u32               146 lib/armutil/cache.c     u32 num_sets, num_ways, log2_line_len, log2_num_ways;
u32               147 lib/armutil/cache.c     u32 way_shift;
u32               178 lib/armutil/cache.c static void v7_maint_dcache_all(u32 operation)
u32               180 lib/armutil/cache.c     u32 level, cache_type, level_start_bit = 0;
u32               182 lib/armutil/cache.c     u32 clidr = get_clidr();
u32               113 modules/md5.c  	u32 buf[4];
u32               114 modules/md5.c  	u32 bits[2];
u32               124 modules/md5.c  static void MD5Transform(u32 buf[4], u32 const in[16]);
u32               175 modules/md5.c      u32 t;
u32               177 modules/md5.c  	t = (u32) ((unsigned) buf[3] << 8 | buf[2]) << 16 |
u32               179 modules/md5.c  	*(u32 *) buf = t;
u32               206 modules/md5.c      u32 t;
u32               211 modules/md5.c      if ((ctx->bits[0] = t + ((u32) len << 3)) < t)
u32               229 modules/md5.c  	MD5Transform(ctx->buf, (u32 *) ctx->in);
u32               238 modules/md5.c  	MD5Transform(ctx->buf, (u32 *) ctx->in);
u32               273 modules/md5.c  	MD5Transform(ctx->buf, (u32 *) ctx->in);
u32               284 modules/md5.c      ((u32 *) ctx->in)[14] = ctx->bits[0];
u32               285 modules/md5.c      ((u32 *) ctx->in)[15] = ctx->bits[1];
u32               287 modules/md5.c      MD5Transform(ctx->buf, (u32 *) ctx->in);
u32               310 modules/md5.c  static void MD5Transform(u32 buf[4], u32 const in[16])
u32               312 modules/md5.c      register u32 a, b, c, d;
u32               373 modules/sha1.c 	u32 state[5];
u32               374 modules/sha1.c 	u32 count[2];
u32               382 modules/sha1.c static void SHA1Update(struct SHA1Context *context, const void *data, u32 len);
u32               385 modules/sha1.c static void SHA1Transform(u32 state[5], const unsigned char buffer[64]);
u32               410 modules/sha1.c 	u32 t[5], _t[5];
u32               413 modules/sha1.c 	u32 carry;
u32               589 modules/sha1.c static void SHA1Transform(u32 state[5], const unsigned char buffer[64])
u32               591 modules/sha1.c 	u32 a, b, c, d, e;
u32               594 modules/sha1.c 		u32 l[16];
u32               598 modules/sha1.c 	u32 workspace[16];
u32               661 modules/sha1.c void SHA1Update(SHA1_CTX* context, const void *_data, u32 len)
u32               663 modules/sha1.c 	u32 i, j;
u32               693 modules/sha1.c 	u32 i;