Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/short_integer/
A Dsub.mk3 srcs-y += der_length_short_integer.c
A Dder_length_short_integer.c18 int der_length_short_integer(unsigned long num, unsigned long *outlen) in der_length_short_integer() function
A Dder_encode_short_integer.c32 if ((err = der_length_short_integer(num, &len)) != CRYPT_OK) { in der_encode_short_integer()
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/sequence/
A Dder_length_sequence.c66 if ((err = der_length_short_integer(*((unsigned long *)data), &x)) != CRYPT_OK) { in der_length_sequence_ex()
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/custom_type/
A Dder_length_custom_type.c79 if ((err = der_length_short_integer(*((unsigned long *)data), &x)) != CRYPT_OK) { in der_length_custom_type()
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-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/choice/
A Dder_decode_choice.c68 if (der_length_short_integer(size, &z) == CRYPT_OK) { in der_decode_choice()
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_pk.h680 int der_length_short_integer(unsigned long num, unsigned long *outlen);

Completed in 9 milliseconds