OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:asn1uint32_t
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msber.h
17
extern ASN1_PUBLIC int WINAPI ASN1BEREncCharString(ASN1encoding_t enc,
ASN1uint32_t
tag,
ASN1uint32_t
,ASN1char_t *);
18
extern ASN1_PUBLIC int WINAPI ASN1BEREncChar16String(ASN1encoding_t enc,
ASN1uint32_t
tag,
ASN1uint32_t
,ASN1char16_t *);
19
extern ASN1_PUBLIC int WINAPI ASN1BEREncChar32String(ASN1encoding_t enc,
ASN1uint32_t
tag,
ASN1uint32_t
,ASN1char32_t *);
20
extern ASN1_PUBLIC int WINAPI ASN1BEREncOctetString(ASN1encoding_t enc,
ASN1uint32_t
tag,
ASN1uint32_t
len,ASN1octet_t *val);
21
extern ASN1_PUBLIC int WINAPI ASN1BEREncBitString(ASN1encoding_t enc,
ASN1uint32_t
tag,
ASN1uint32_t
,ASN1octet_t *)
[
all
...]
msasn1.h
19
typedef unsigned __LONG32
ASN1uint32_t
;
39
ASN1uint32_t
length;
44
ASN1uint32_t
length;
49
ASN1uint32_t
length;
59
ASN1uint32_t
length;
66
ASN1uint32_t
length;
73
ASN1uint32_t
length;
77
typedef
ASN1uint32_t
ASN1char32_t;
80
ASN1uint32_t
length;
89
ASN1uint32_t
length
[
all
...]
Completed in 93 milliseconds