Searched refs:nwords (Results 1 – 3 of 3) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/pk/asn1/der/object_identifier/ |
| H A D | der_encode_object_identifier.c | 19 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()
|
| H A D | der_length_object_identifier.c | 32 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/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_pk.h | 703 int der_encode_object_identifier(const unsigned long *words, unsigned long nwords, 707 int der_length_object_identifier(const unsigned long *words, unsigned long nwords, unsigned long *o…
|