Home
last modified time | relevance | path

Searched refs:LTC_ASN1_PC_CONSTRUCTED (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/general/
H A Dder_decode_asn1_identifier.c34 LTC_ASN1_PC_CONSTRUCTED,
35 LTC_ASN1_PC_CONSTRUCTED,
H A Dder_encode_asn1_identifier.c42 if (id->pc < LTC_ASN1_PC_PRIMITIVE || id->pc > LTC_ASN1_PC_CONSTRUCTED) { in der_encode_asn1_identifier()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_pk.h527 LTC_ASN1_PC_CONSTRUCTED = 0x1, enumerator
581 LTC_SET_ASN1_IDENTIFIER(list, LTC_TMPVAR(SACC), Class, LTC_ASN1_PC_CONSTRUCTED, Tag); \
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/sequence/
H A Dder_decode_sequence_flexi.c105 if (l->pc == LTC_ASN1_PC_CONSTRUCTED) { in s_der_decode_sequence_flexi()