webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Source
ThirdParty
libwebrtc
Source
third_party
boringssl
src
crypto
asn1
Macros
tasn_typ.c File Reference
#include <
openssl/asn1.h
>
#include <
openssl/asn1t.h
>
Macros
#define
IMPLEMENT_ASN1_STRING_FUNCTIONS
(sname)
Macro Definition Documentation
◆
IMPLEMENT_ASN1_STRING_FUNCTIONS
#define IMPLEMENT_ASN1_STRING_FUNCTIONS
(
sname
)
Value:
IMPLEMENT_ASN1_TYPE
(sname) \
IMPLEMENT_ASN1_ENCODE_FUNCTIONS_fname(sname, sname, sname) \
sname *sname##_new(
void
) \
{ \
return
ASN1_STRING_type_new
(V_##sname); \
} \
void sname##_free(sname *
x
) \
{ \
ASN1_STRING_free(
x
); \
}
ASN1_STRING_type_new
ASN1_STRING * ASN1_STRING_type_new(int type)
Definition:
asn1_lib.c:424
x
EGLSurface EGLint x
Definition:
eglext.h:950
IMPLEMENT_ASN1_TYPE
#define IMPLEMENT_ASN1_TYPE(stname)
Definition:
asn1t.h:721
Generated by
1.8.13