Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/short_integer/
H A Dder_encode_short_integer.c20 int der_encode_short_integer(unsigned long num, unsigned char *out, unsigned long *outlen) in der_encode_short_integer() function
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/sequence/
H A Dder_encode_sequence_ex.c83 … if ((err = der_encode_short_integer(*((unsigned long*)data), out + x, &z)) != CRYPT_OK) { in der_encode_sequence_ex()
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/custom_type/
H A Dder_encode_custom_type.c104 … if ((err = der_encode_short_integer(*((unsigned long*)data), out + x, &z)) != CRYPT_OK) { in der_encode_custom_type()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_pk.h681 int der_encode_short_integer(unsigned long num, unsigned char *out, unsigned long *outlen);
/optee_os/core/lib/libtomcrypt/
H A Dsub.mk246 srcs-y += src/pk/asn1/der/short_integer/der_encode_short_integer.c