This commit is contained in:
刘可亮
2024-09-03 11:16:08 +08:00
parent cf270df8d6
commit 803cac77d5
2931 changed files with 614364 additions and 31222 deletions

View File

@@ -0,0 +1,19 @@
/*
* Copyright (C) 2012-2024 Red Hat, Inc. All Rights Reserved.
*
* SPDX-License-Identifier: Apache-2.0
*
* Written by David Howells (dhowells@redhat.com)
*/
#ifndef __ASN1_DECODER_H
#define __ASN1_DECODER_H
#include <asn1.h>
struct asn1_decoder;
extern int asn1_ber_decoder(const struct asn1_decoder *decoder, void *context,
const unsigned char *data, size_t datalen);
#endif /* __ASN1_DECODER_H */