Home
last modified time | relevance | path

Searched refs:octx (Results 1 – 4 of 4) sorted by relevance

/external/openssh/
Dhmac.c32 struct ssh_digest_ctx *octx; member
53 (ret->octx = ssh_digest_start(alg)) == NULL || in ssh_hmac_start()
84 if (ssh_digest_update(ctx->octx, ctx->buf, ctx->buf_len) < 0) in ssh_hmac_init()
116 if (ssh_digest_copy_state(ctx->octx, ctx->digest) < 0 || in ssh_hmac_final()
128 ssh_digest_free(ctx->octx); in ssh_hmac_free()
Dumac.c1220 struct umac_ctx *ctx, *octx; in umac_new() local
1224 octx = ctx = xcalloc(1, sizeof(*ctx) + ALLOC_BOUNDARY); in umac_new()
1231 ctx->free_ptr = octx; in umac_new()
/external/python/cpython3/Python/
Dcontext.c86 PyContext_Copy(PyObject * octx) in PyContext_Copy() argument
88 ENSURE_Context(octx, NULL) in PyContext_Copy()
89 PyContext *ctx = (PyContext *)octx; in PyContext_Copy()
107 _PyContext_Enter(PyThreadState *ts, PyObject *octx) in _PyContext_Enter() argument
109 ENSURE_Context(octx, -1) in _PyContext_Enter()
110 PyContext *ctx = (PyContext *)octx; in _PyContext_Enter()
130 PyContext_Enter(PyObject *octx) in PyContext_Enter() argument
134 return _PyContext_Enter(ts, octx); in PyContext_Enter()
139 _PyContext_Exit(PyThreadState *ts, PyObject *octx) in _PyContext_Exit() argument
141 ENSURE_Context(octx, -1) in _PyContext_Exit()
[all …]
/external/ethtool/
Dibm_emac.c80 u32 octx; member
191 p->ipgvr, p->stacr, p->octx, p->ocrx); in print_emac_regs()