Home
last modified time | relevance | path

Searched refs:nwords (Results 1 – 3 of 3) sorted by relevance

/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/object_identifier/
A Dder_encode_object_identifier.c19 int der_encode_object_identifier(const unsigned long *words, unsigned long nwords, in der_encode_object_identifier() argument
30 if ((err = der_length_object_identifier(words, nwords, &x)) != CRYPT_OK) { in der_encode_object_identifier()
41 for (y = 1; y < nwords; y++) { in der_encode_object_identifier()
44 if (y < nwords - 1) { in der_encode_object_identifier()
60 for (i = 1; i < nwords; i++) { in der_encode_object_identifier()
83 if (i < nwords - 1) { in der_encode_object_identifier()
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() argument
41 if (nwords < 2) { in der_length_object_identifier()
53 for (y = 1; y < nwords; y++) { in der_length_object_identifier()
56 if (y < nwords - 1) { in der_length_object_identifier()
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_pk.h701 int der_encode_object_identifier(const unsigned long *words, unsigned long nwords,
705 int der_length_object_identifier(const unsigned long *words, unsigned long nwords, unsigned long *o…

Completed in 8 milliseconds