Home
last modified time | relevance | path

Searched refs:der_encode_object_identifier (Results 1 – 5 of 5) sorted by relevance

/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/object_identifier/
A Dsub.mk2 srcs-y += der_encode_object_identifier.c
A Dder_encode_object_identifier.c19 int der_encode_object_identifier(const unsigned long *words, unsigned long nwords, in der_encode_object_identifier() function
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/sequence/
A Dder_encode_sequence_ex.c117 if ((err = der_encode_object_identifier(data, size, out + x, &z)) != CRYPT_OK) { in der_encode_sequence_ex()
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/custom_type/
A Dder_encode_custom_type.c138 if ((err = der_encode_object_identifier(data, size, out + x, &z)) != CRYPT_OK) { in der_encode_custom_type()
/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,

Completed in 5 milliseconds