Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/utf8/
H A Dder_length_utf8_string.c39 int der_utf8_valid_char(const wchar_t c) in der_utf8_valid_char() function
68 if (!der_utf8_valid_char(in[x])) return CRYPT_INVALID_ARG; in der_length_utf8_string()
H A Dder_encode_utf8_string.c33 if (!der_utf8_valid_char(in[x])) return CRYPT_INVALID_ARG; in der_encode_utf8_string()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_private.h449 int der_utf8_valid_char(const wchar_t c);