Searched refs:der_encode_utf8_string (Results 1 – 5 of 5) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/utf8/ |
A D | sub.mk | 3 srcs-y += der_encode_utf8_string.c
|
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() function
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/sequence/ |
A D | der_encode_sequence_ex.c | 138 if ((err = der_encode_utf8_string(data, size, out + x, &z)) != CRYPT_OK) { in der_encode_sequence_ex()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/custom_type/ |
A D | der_encode_custom_type.c | 159 if ((err = der_encode_utf8_string(data, size, out + x, &z)) != CRYPT_OK) { in der_encode_custom_type()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_pk.h | 747 int der_encode_utf8_string(const wchar_t *in, unsigned long inlen,
|
Completed in 7 milliseconds