Lines Matching refs:my_sha256_ctx
103 typedef struct ossl_sha256_ctx my_sha256_ctx; typedef
107 my_sha256_ctx *ctx = (my_sha256_ctx *)in; in my_sha256_init()
123 my_sha256_ctx *ctx = (my_sha256_ctx *)in; in my_sha256_update()
129 my_sha256_ctx *ctx = (my_sha256_ctx *)in; in my_sha256_final()
136 typedef struct sha256_ctx my_sha256_ctx; typedef
158 typedef mbedtls_sha256_context my_sha256_ctx; typedef
191 typedef CC_SHA256_CTX my_sha256_ctx; typedef
217 typedef struct sha256_ctx my_sha256_ctx; typedef
225 my_sha256_ctx *ctx = (my_sha256_ctx *)in; in my_sha256_init()
243 my_sha256_ctx *ctx = (my_sha256_ctx *)in; in my_sha256_update()
249 my_sha256_ctx *ctx = (my_sha256_ctx *)in; in my_sha256_final()
317 typedef struct sha256_state my_sha256_ctx; typedef
516 my_sha256_ctx ctx; in Curl_sha256it()
531 sizeof(my_sha256_ctx), /* Size of hash context structure. */