Searched refs:octx (Results 1 – 4 of 4) sorted by relevance
/external/openssh/ |
D | hmac.c | 30 struct ssh_digest_ctx *octx; member 51 (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()
|
D | umac.c | 1215 struct umac_ctx *ctx, *octx; in umac_new() local 1219 octx = ctx = xcalloc(1, sizeof(*ctx) + ALLOC_BOUNDARY); in umac_new() 1226 ctx->free_ptr = octx; in umac_new()
|
/external/python/cpython3/Python/ |
D | context.c | 84 PyContext_Copy(PyObject * octx) in PyContext_Copy() argument 86 ENSURE_Context(octx, NULL) in PyContext_Copy() 87 PyContext *ctx = (PyContext *)octx; in PyContext_Copy() 105 PyContext_Enter(PyObject *octx) in PyContext_Enter() argument 107 ENSURE_Context(octx, -1) in PyContext_Enter() 108 PyContext *ctx = (PyContext *)octx; in PyContext_Enter() 131 PyContext_Exit(PyObject *octx) in PyContext_Exit() argument 133 ENSURE_Context(octx, -1) in PyContext_Exit() 134 PyContext *ctx = (PyContext *)octx; in PyContext_Exit()
|
/external/ethtool/ |
D | ibm_emac.c | 80 u32 octx; member 191 p->ipgvr, p->stacr, p->octx, p->ocrx); in print_emac_regs()
|