Home
last modified time | relevance | path

Searched refs:der_length_object_identifier (Results 1 – 9 of 9) sorted by relevance

/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/object_identifier/
A Dsub.mk3 srcs-y += der_length_object_identifier.c
A Dder_length_object_identifier.c32 int der_length_object_identifier(const unsigned long *words, unsigned long nwords, unsigned long *o… in der_length_object_identifier() function
A Dder_encode_object_identifier.c30 if ((err = der_length_object_identifier(words, nwords, &x)) != CRYPT_OK) { in der_encode_object_identifier()
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/sequence/
A Dder_length_sequence.c92 if ((err = der_length_object_identifier(data, size, &x)) != CRYPT_OK) { in der_length_sequence_ex()
A Dder_decode_sequence_flexi.c250 if ((err = der_length_object_identifier(l->data, l->size, &len)) != CRYPT_OK) { in s_der_decode_sequence_flexi()
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/custom_type/
A Dder_length_custom_type.c105 if ((err = der_length_object_identifier(data, size, &x)) != CRYPT_OK) { in der_length_custom_type()
A Dder_decode_custom_type.c260 if ((err = der_length_object_identifier(data, size, &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.c119 if (der_length_object_identifier(data, size, &z) == CRYPT_OK) { in der_decode_choice()
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_pk.h705 int der_length_object_identifier(const unsigned long *words, unsigned long nwords, unsigned long *o…

Completed in 10 milliseconds