Searched defs:ctx (Results 1 – 7 of 7) sorted by relevance
51 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
43 SHA1_CTX ctx; in sha1_hash() local
110 SHA_CTX ctx; in main() local
206 struct usb_host_context *ctx; in lsusb_main() local
68 BN_CTX* ctx = BN_CTX_new(); in RSA_to_RSAPublicKey() local
41 static libusb_context *ctx = NULL; variable
348 EVP_MD_CTX ctx; in openssl_sign_data() local