Home
last modified time | relevance | path

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

/openbmc/qemu/crypto/
H A Dder.c36 QCryptoDerEncodeNode *current_parent; member
322 node->parent = ctx->current_parent; in qcrypto_der_encode_prim()
335 ctx->current_parent = &ctx->root; in qcrypto_der_encode_ctx_new()
346 node->parent = ctx->current_parent; in qcrypto_der_encode_cons_begin()
347 ctx->current_parent = node; in qcrypto_der_encode_cons_begin()
354 QCryptoDerEncodeNode *cons_node = ctx->current_parent; in qcrypto_der_encode_cons_end()
360 ctx->current_parent = cons_node->parent; in qcrypto_der_encode_cons_end()