OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:der_utf8_charsize
(Results
1 - 3
of
3
) sorted by null
/external/dropbear/libtomcrypt/src/pk/asn1/der/utf8/
der_length_utf8_string.c
24
unsigned long
der_utf8_charsize
(const wchar_t c)
function
56
len +=
der_utf8_charsize
(in[x]);
der_encode_utf8_string.c
43
len +=
der_utf8_charsize
(in[x]);
87
switch (
der_utf8_charsize
(in[y])) {
/external/dropbear/libtomcrypt/src/headers/
tomcrypt_pk.h
510
unsigned long
der_utf8_charsize
(const wchar_t c);
Completed in 435 milliseconds