Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/sequence/
A Dsub.mk4 srcs-y += der_encode_sequence_ex.c
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-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/set/
A Dder_encode_set.c65 err = der_encode_sequence_ex(copy, inlen, out, outlen, LTC_ASN1_SET); in der_encode_set()
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-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/custom_type/
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-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_pk.h600 int der_encode_sequence_ex(const ltc_asn1_list *list, unsigned long inlen,
603 #define der_encode_sequence(list, inlen, out, outlen) der_encode_sequence_ex(list, inlen, out, outl…

Completed in 7 milliseconds