Searched refs:qcrypto_der_encode_prim (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/crypto/ |
H A D | der.c | 313 static void qcrypto_der_encode_prim(QCryptoEncodeContext *ctx, uint8_t tag, in qcrypto_der_encode_prim() function 382 qcrypto_der_encode_prim(ctx, tag, src, src_len); in qcrypto_der_encode_oid() 391 qcrypto_der_encode_prim(ctx, tag, src, src_len); in qcrypto_der_encode_int() 399 qcrypto_der_encode_prim(ctx, tag, NULL, 0); in qcrypto_der_encode_null() 408 qcrypto_der_encode_prim(ctx, tag, src, src_len); in qcrypto_der_encode_octet_str()
|