Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmsasn1.h150 } ASN1open_t; typedef
305 extern ASN1_PUBLIC void WINAPI ASN1open_free(ASN1open_t *);
332 extern ASN1_PUBLIC int WINAPI ASN1open_cmp(ASN1open_t *,ASN1open_t *);
369 ASN1open_t notation;
407 ASN1open_t notation;
446 ASN1open_t notation;
H A Dmsber.h34 extern ASN1_PUBLIC int WINAPI ASN1BEREncOpenType(ASN1encoding_t enc,ASN1open_t *);
63 extern ASN1_PUBLIC int WINAPI ASN1BERDecOpenType(ASN1decoding_t dec,ASN1open_t *);
64 extern ASN1_PUBLIC int WINAPI ASN1BERDecOpenType2(ASN1decoding_t dec,ASN1open_t *);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmsasn1.h150 } ASN1open_t; typedef
305 extern ASN1_PUBLIC void WINAPI ASN1open_free(ASN1open_t *);
332 extern ASN1_PUBLIC int WINAPI ASN1open_cmp(ASN1open_t *,ASN1open_t *);
369 ASN1open_t notation;
407 ASN1open_t notation;
446 ASN1open_t notation;
H A Dmsber.h34 extern ASN1_PUBLIC int WINAPI ASN1BEREncOpenType(ASN1encoding_t enc,ASN1open_t *);
63 extern ASN1_PUBLIC int WINAPI ASN1BERDecOpenType(ASN1decoding_t dec,ASN1open_t *);
64 extern ASN1_PUBLIC int WINAPI ASN1BERDecOpenType2(ASN1decoding_t dec,ASN1open_t *);
/dports/net/freerdp/freerdp-2.5.0/winpr/include/winpr/
H A Dasn1.h176 typedef struct tagASN1open_t ASN1open_t; typedef
397 WINPR_API void ASN1open_free(ASN1open_t* open);
430 WINPR_API int ASN1open_cmp(ASN1open_t* open1, ASN1open_t* open2);
479 WINPR_API int ASN1BEREncOpenType(ASN1encoding_t enc, ASN1open_t* val);
523 WINPR_API int ASN1BERDecOpenType(ASN1decoding_t dec, ASN1open_t* val);
524 WINPR_API int ASN1BERDecOpenType2(ASN1decoding_t dec, ASN1open_t* val);