Home
last modified time | relevance | path

Searched refs:der_utf8_charsize (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/utf8/
H A Dder_length_utf8_string.c16 unsigned long der_utf8_charsize(const wchar_t c) in der_utf8_charsize() function
69 len += der_utf8_charsize(in[x]); in der_length_utf8_string()
H A Dder_encode_utf8_string.c34 len += der_utf8_charsize(in[x]); in der_encode_utf8_string()
59 switch (der_utf8_charsize(in[y])) { in der_encode_utf8_string()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_pk.h754 unsigned long der_utf8_charsize(const wchar_t c);