OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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
;
35
ASN1uint32_t
length;
40
ASN1uint32_t
length;
45
ASN1uint32_t
length;
55
ASN1uint32_t
length;
62
ASN1uint32_t
length;
69
ASN1uint32_t
length;
73
typedef
ASN1uint32_t
ASN1char32_t;
76
ASN1uint32_t
length;
85
ASN1uint32_t
length
[
all
...]
Completed in 51 milliseconds