Searched refs:sha256_context (Results 1 – 2 of 2) sorted by relevance
161 } sha256_context; typedef175 sha256_context* ctx = (sha256_context*)context; in CRYPT_SHA256Start()187 static void sha256_process(sha256_context* ctx, const uint8_t data[64]) { in sha256_process()304 sha256_context* ctx = (sha256_context*)context; in CRYPT_SHA256Update()337 sha256_context* ctx = (sha256_context*)context; in CRYPT_SHA256Finish()361 sha256_context ctx; in CRYPT_SHA256Generate()
59 # define SHA256_CTX sha256_context