Searched refs:der_encode_sequence_ex (Results 1 – 6 of 6) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/sequence/ |
A D | sub.mk | 4 srcs-y += der_encode_sequence_ex.c
|
A D | der_encode_sequence_ex.c | 22 int der_encode_sequence_ex(const ltc_asn1_list *list, unsigned long inlen, in der_encode_sequence_ex() function 173 if ((err = der_encode_sequence_ex(data, size, out + x, &z, type)) != CRYPT_OK) { in der_encode_sequence_ex()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/set/ |
A D | der_encode_set.c | 65 err = der_encode_sequence_ex(copy, inlen, out, outlen, LTC_ASN1_SET); in der_encode_set()
|
A D | der_encode_setof.c | 76 if ((err = der_encode_sequence_ex(list, inlen, buf, outlen, LTC_ASN1_SETOF)) != CRYPT_OK) { in der_encode_setof()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/custom_type/ |
A D | der_encode_custom_type.c | 194 if ((err = der_encode_sequence_ex(data, size, out + x, &z, type)) != CRYPT_OK) { in der_encode_custom_type()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_pk.h | 600 int der_encode_sequence_ex(const ltc_asn1_list *list, unsigned long inlen, 603 #define der_encode_sequence(list, inlen, out, outlen) der_encode_sequence_ex(list, inlen, out, outl…
|
Completed in 7 milliseconds