Home
last modified time | relevance | path

Searched defs:ctx (Results 1 – 7 of 7) 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.c43 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/
Dadb_auth_host.c68 BN_CTX* ctx = BN_CTX_new(); in RSA_to_RSAPublicKey() local
Dusb_libusb.c41 static libusb_context *ctx = NULL; variable
/system/security/softkeymaster/
Dkeymaster_openssl.cpp348 EVP_MD_CTX ctx; in openssl_sign_data() local