Home
last modified time | relevance | path

Searched defs:ctx (Results 1 – 5 of 5) sorted by relevance

/system/core/libmincrypt/
Dsha.c51 static void SHA1_Transform(SHA_CTX* ctx) { in SHA1_Transform()
147 void SHA_update(SHA_CTX* ctx, const void* data, int len) { in SHA_update()
171 const uint8_t* SHA_final(SHA_CTX* ctx) { in SHA_final()
195 static void SHA1_transform(SHA_CTX *ctx) { in SHA1_transform()
245 void SHA_update(SHA_CTX *ctx, const void *data, int len) { in SHA_update()
259 const uint8_t *SHA_final(SHA_CTX *ctx) { in SHA_final()
286 void SHA_init(SHA_CTX* ctx) { in SHA_init()
299 SHA_CTX ctx; in SHA() local
/system/extras/ext4_utils/
Duuid.c38 SHA1_CTX ctx; in sha1_hash() local
/system/core/mkbootimg/
Dmkbootimg.c110 SHA_CTX ctx; in main() local
/system/core/toolbox/
Dlsusb.c206 struct usb_host_context *ctx; in lsusb_main() local
/system/core/adb/
Dusb_libusb.c41 static libusb_context *ctx = NULL; variable