![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0-or-later */ 0002 /* ASN.1 decoder 0003 * 0004 * Copyright (C) 2012 Red Hat, Inc. All Rights Reserved. 0005 * Written by David Howells (dhowells@redhat.com) 0006 */ 0007 0008 #ifndef _LINUX_ASN1_DECODER_H 0009 #define _LINUX_ASN1_DECODER_H 0010 0011 #include <linux/asn1.h> 0012 0013 struct asn1_decoder; 0014 0015 extern int asn1_ber_decoder(const struct asn1_decoder *decoder, 0016 void *context, 0017 const unsigned char *data, 0018 size_t datalen); 0019 0020 #endif /* _LINUX_ASN1_DECODER_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |