Searched refs:wchar_t (Results 1 – 7 of 7) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/pk/asn1/der/utf8/ |
| H A D | der_length_utf8_string.c | 16 unsigned long der_utf8_charsize(const wchar_t c) in der_utf8_charsize() 39 int der_utf8_valid_char(const wchar_t c) in der_utf8_valid_char() 58 int der_length_utf8_string(const wchar_t *in, unsigned long noctets, unsigned long *outlen) in der_length_utf8_string()
|
| H A D | der_decode_utf8_string.c | 22 wchar_t *out, unsigned long *outlen) in der_decode_utf8_string() 24 wchar_t tmp; in der_decode_utf8_string() 100 tmp = (tmp << 6) | ((wchar_t)in[x++] & 0x3F); in der_decode_utf8_string()
|
| H A D | der_encode_utf8_string.c | 21 int der_encode_utf8_string(const wchar_t *in, unsigned long inlen, in der_encode_utf8_string()
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_pk.h | 745 typedef ulong32 wchar_t; typedef 749 int der_encode_utf8_string(const wchar_t *in, unsigned long inlen, 753 wchar_t *out, unsigned long *outlen); 754 unsigned long der_utf8_charsize(const wchar_t c); 755 int der_length_utf8_string(const wchar_t *in, unsigned long noctets, unsigned long *outlen);
|
| H A D | tomcrypt_private.h | 449 int der_utf8_valid_char(const wchar_t c);
|
| /optee_os/core/lib/libtomcrypt/src/pk/asn1/der/sequence/ |
| H A D | der_decode_sequence_flexi.c | 271 if ((l->data = XCALLOC(l->size, sizeof(wchar_t))) == NULL) { in s_der_decode_sequence_flexi()
|
| /optee_os/core/lib/zlib/ |
| H A D | zlib.h | 1921 ZEXTERN gzFile ZEXPORT gzopen_w OF((const wchar_t *path,
|