Searched refs:der_encode_object_identifier (Results 1 – 5 of 5) 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() function
|
| /optee_os/core/lib/libtomcrypt/src/pk/asn1/der/sequence/ |
| H A D | der_encode_sequence_ex.c | 117 if ((err = der_encode_object_identifier(data, size, out + x, &z)) != CRYPT_OK) { in der_encode_sequence_ex()
|
| /optee_os/core/lib/libtomcrypt/src/pk/asn1/der/custom_type/ |
| H A D | der_encode_custom_type.c | 138 if ((err = der_encode_object_identifier(data, size, out + x, &z)) != CRYPT_OK) { in der_encode_custom_type()
|
| /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,
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | sub.mk | 228 srcs-y += src/pk/asn1/der/object_identifier/der_encode_object_identifier.c
|