Home
last modified time | relevance | path

Searched refs:der_encode_sequence_ex (Results 1 – 6 of 6) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/set/
H A Dder_encode_set.c65 err = der_encode_sequence_ex(copy, inlen, out, outlen, LTC_ASN1_SET); in der_encode_set()
H A Dder_encode_setof.c76 if ((err = der_encode_sequence_ex(list, inlen, buf, outlen, LTC_ASN1_SETOF)) != CRYPT_OK) { in der_encode_setof()
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/sequence/
H A Dder_encode_sequence_ex.c22 int der_encode_sequence_ex(const ltc_asn1_list *list, unsigned long inlen, in der_encode_sequence_ex() function
173 if ((err = der_encode_sequence_ex(data, size, out + x, &z, type)) != CRYPT_OK) { in der_encode_sequence_ex()
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/custom_type/
H A Dder_encode_custom_type.c194 if ((err = der_encode_sequence_ex(data, size, out + x, &z, type)) != CRYPT_OK) { in der_encode_custom_type()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_pk.h602 int der_encode_sequence_ex(const ltc_asn1_list *list, unsigned long inlen,
605 #define der_encode_sequence(list, inlen, out, outlen) der_encode_sequence_ex(list, inlen, out, outl…
/optee_os/core/lib/libtomcrypt/
H A Dsub.mk239 srcs-y += src/pk/asn1/der/sequence/der_encode_sequence_ex.c