Searched refs:octx (Results 1 – 3 of 3) sorted by relevance
30 struct ssh_digest_ctx *octx; member51 (ret->octx = ssh_digest_start(alg)) == NULL || in ssh_hmac_start()82 if (ssh_digest_update(ctx->octx, ctx->buf, ctx->buf_len) < 0) in ssh_hmac_init()114 if (ssh_digest_copy_state(ctx->octx, ctx->digest) < 0 || in ssh_hmac_final()126 ssh_digest_free(ctx->octx); in ssh_hmac_free()
1215 struct umac_ctx *ctx, *octx; in umac_new() local1219 octx = ctx = xcalloc(1, sizeof(*ctx) + ALLOC_BOUNDARY); in umac_new()1226 ctx->free_ptr = octx; in umac_new()
83 PyContext_Copy(PyObject * octx) in PyContext_Copy() argument85 ENSURE_Context(octx, NULL) in PyContext_Copy()86 PyContext *ctx = (PyContext *)octx; in PyContext_Copy()104 PyContext_Enter(PyObject *octx) in PyContext_Enter() argument106 ENSURE_Context(octx, -1) in PyContext_Enter()107 PyContext *ctx = (PyContext *)octx; in PyContext_Enter()130 PyContext_Exit(PyObject *octx) in PyContext_Exit() argument132 ENSURE_Context(octx, -1) in PyContext_Exit()133 PyContext *ctx = (PyContext *)octx; in PyContext_Exit()