Home
last modified time | relevance | path

Searched refs:der_encode_asn1_identifier (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/general/
H A Dder_length_asn1_identifier.c20 return der_encode_asn1_identifier(id, NULL, idlen); in der_length_asn1_identifier()
H A Dder_encode_asn1_identifier.c18 int der_encode_asn1_identifier(const ltc_asn1_list *id, unsigned char *out, unsigned long *outlen) in der_encode_asn1_identifier() function
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/custom_type/
H A Dder_encode_custom_type.c219 if ((err = der_encode_asn1_identifier(root, out, &id_len)) != CRYPT_OK) { in der_encode_custom_type()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_private.h426 int der_encode_asn1_identifier(const ltc_asn1_list *id, unsigned char *out, unsigned long *outlen);
/optee_os/core/lib/libtomcrypt/
H A Dsub.mk214 srcs-y += src/pk/asn1/der/general/der_encode_asn1_identifier.c