Home
last modified time | relevance | path

Searched refs:der_length_short_integer (Results 1 – 8 of 8) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/short_integer/
H A Dder_length_short_integer.c18 int der_length_short_integer(unsigned long num, unsigned long *outlen) in der_length_short_integer() function
H A Dder_encode_short_integer.c32 if ((err = der_length_short_integer(num, &len)) != CRYPT_OK) { in der_encode_short_integer()
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/sequence/
H A Dder_length_sequence.c66 if ((err = der_length_short_integer(*((unsigned long *)data), &x)) != CRYPT_OK) { in der_length_sequence_ex()
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/custom_type/
H A Dder_length_custom_type.c79 if ((err = der_length_short_integer(*((unsigned long *)data), &x)) != CRYPT_OK) { in der_length_custom_type()
H A Dder_decode_custom_type.c202 if ((err = der_length_short_integer(((unsigned long*)data)[0], &z)) != CRYPT_OK) { in der_decode_custom_type_ex()
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/choice/
H A Dder_decode_choice.c68 if (der_length_short_integer(*(unsigned long*)data, &z) == CRYPT_OK) { in der_decode_choice()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_pk.h682 int der_length_short_integer(unsigned long num, unsigned long *outlen);
/optee_os/core/lib/libtomcrypt/
H A Dsub.mk247 srcs-y += src/pk/asn1/der/short_integer/der_length_short_integer.c