Home
last modified time | relevance | path

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

/openbmc/qemu/crypto/
H A Dder.c354 QCryptoDerEncodeNode *cons_node = ctx->current_parent; in qcrypto_der_encode_cons_end() local
357 qcrypto_der_encode_length(cons_node->dlen, NULL, &nbytes_len); in qcrypto_der_encode_cons_end()
359 cons_node->parent->dlen += 1 + nbytes_len + cons_node->dlen; in qcrypto_der_encode_cons_end()
360 ctx->current_parent = cons_node->parent; in qcrypto_der_encode_cons_end()