Home
last modified time | relevance | path

Searched refs:u_char (Results 1 – 10 of 10) sorted by relevance

/system/extras/ext4_utils/
Dsha1.h16 typedef unsigned char u_char; typedef
33 u_char buffer[64];
37 void SHA1Transform(uint32_t[5], const u_char[64]);
39 void SHA1Update(SHA1_CTX *, const u_char *, u_int);
40 void SHA1Final(u_char[SHA1_DIGEST_LENGTH], SHA1_CTX *);
Dsha1.c60 u_char c[64];
128 const u_char buffer[64];
219 const u_char *data;
248 u_char digest[20]; in SHA1Final()
252 u_char finalcount[8];
258 finalcount[i] = (u_char)((context->count[(i >= 4 ? 0 : 1)]
261 SHA1Update(context, (const u_char *)"\200", 1);
263 SHA1Update(context, (const u_char *)"\0", 1);
268 digest[i] = (u_char)
/system/core/toolbox/upstream-netbsd/bin/dd/
Dextern.h77 extern const u_char *ctab;
78 extern const u_char a2e_32V[], a2e_POSIX[];
79 extern const u_char e2a_32V[], e2a_POSIX[];
80 extern const u_char a2ibm_32V[], a2ibm_POSIX[];
81 extern u_char casetab[];
Dconv.c65 u_char *inp; in def()
66 const u_char *t; in def()
122 u_char *inp, *outp; in block()
123 const u_char *t; in block()
233 u_char *inp; in unblock()
234 const u_char *t; in unblock()
267 u_char *t; in unblock_close()
Ddd.h75 u_char *db; /* buffer address */
76 u_char *dbp; /* current buffer I/O address */
Ddd.c87 const u_char *ctab; /* conversion table */
487 u_char *outp; in dd_out()
Dargs.c337 const u_char *ctab;
/system/core/adb/
Dadb_auth_client.cpp81 ret = __b64_pton(buf, (u_char *)&key->key, sizeof(key->key) + 4); in read_keys()
/system/netd/server/
DMDnsSdListener.cpp448 int length = b64_pton(argv[6], (u_char *)dst, 1300); in runCommand()
/system/core/toolbox/
Dnewfs_msdos.c1036 c = (u_char)*src++; in oklabel()