Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/short_integer/
H A Dder_decode_short_integer.c20 int der_decode_short_integer(const unsigned char *in, unsigned long inlen, unsigned long *num) in der_decode_short_integer() function
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/choice/
H A Dder_decode_choice.c67 if (der_decode_short_integer(in, *inlen, data) == CRYPT_OK) { in der_decode_choice()
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/custom_type/
H A Dder_decode_custom_type.c198 if ((err = der_decode_short_integer(in + x, z, data)) != CRYPT_OK) { in der_decode_custom_type_ex()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_pk.h680 int der_decode_short_integer(const unsigned char *in, unsigned long inlen, unsigned long *num);
/optee_os/core/lib/libtomcrypt/
H A Dsub.mk245 srcs-y += src/pk/asn1/der/short_integer/der_decode_short_integer.c