Home
last modified time | relevance | path

Searched refs:der_length_ia5_string (Results 1 – 9 of 9) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/ia5/
H A Dder_encode_ia5_string.c31 if ((err = der_length_ia5_string(in, inlen, &len)) != CRYPT_OK) { in der_encode_ia5_string()
H A Dder_length_ia5_string.c148 int der_length_ia5_string(const unsigned char *octets, unsigned long noctets, unsigned long *outlen) in der_length_ia5_string() function
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/sequence/
H A Dder_length_sequence.c99 if ((err = der_length_ia5_string(data, size, &x)) != CRYPT_OK) { in der_length_sequence_ex()
H A Dder_decode_sequence_flexi.c349 if ((err = der_length_ia5_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 Dder_length_custom_type.c112 if ((err = der_length_ia5_string(data, size, &x)) != CRYPT_OK) { in der_length_custom_type()
H A Dder_decode_custom_type.c284 if ((err = der_length_ia5_string(data, size, &z)) != CRYPT_OK) { in der_decode_custom_type_ex()
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/choice/
H A Dder_decode_choice.c141 if (der_length_ia5_string(data, size, &z) == CRYPT_OK) { in der_decode_choice()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_pk.h715 int der_length_ia5_string(const unsigned char *octets, unsigned long noctets, unsigned long *outlen…
/optee_os/core/lib/libtomcrypt/
H A Dsub.mk223 srcs-y += src/pk/asn1/der/ia5/der_length_ia5_string.c