Searched refs:der_length_utf8_string (Results 1 – 8 of 8) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/pk/asn1/der/utf8/ |
| H A D | der_length_utf8_string.c | 58 int der_length_utf8_string(const wchar_t *in, unsigned long noctets, unsigned long *outlen) in der_length_utf8_string() function
|
| /optee_os/core/lib/libtomcrypt/src/pk/asn1/der/sequence/ |
| H A D | der_length_sequence.c | 134 if ((err = der_length_utf8_string(data, size, &x)) != CRYPT_OK) { in der_length_sequence_ex()
|
| H A D | der_decode_sequence_flexi.c | 280 if ((err = der_length_utf8_string(l->data, l->size, &len)) != CRYPT_OK) { in s_der_decode_sequence_flexi()
|
| /optee_os/core/lib/libtomcrypt/src/pk/asn1/der/custom_type/ |
| H A D | der_length_custom_type.c | 147 if ((err = der_length_utf8_string(data, size, &x)) != CRYPT_OK) { in der_length_custom_type()
|
| H A D | der_decode_custom_type.c | 308 if ((err = der_length_utf8_string(data, size, &z)) != CRYPT_OK) { in der_decode_custom_type_ex()
|
| /optee_os/core/lib/libtomcrypt/src/pk/asn1/der/choice/ |
| H A D | der_decode_choice.c | 163 if (der_length_utf8_string(data, size, &z) == CRYPT_OK) { in der_decode_choice()
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_pk.h | 755 int der_length_utf8_string(const wchar_t *in, unsigned long noctets, unsigned long *outlen);
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | sub.mk | 253 srcs-y += src/pk/asn1/der/utf8/der_length_utf8_string.c
|