Home
last modified time | relevance | path

Searched refs:LTC_ASN1_PC_PRIMITIVE (Results 1 – 6 of 6) sorted by relevance

/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/general/
A Dder_decode_asn1_identifier.c16 LTC_ASN1_PC_PRIMITIVE,
17 LTC_ASN1_PC_PRIMITIVE,
18 LTC_ASN1_PC_PRIMITIVE,
19 LTC_ASN1_PC_PRIMITIVE,
21 LTC_ASN1_PC_PRIMITIVE,
22 LTC_ASN1_PC_PRIMITIVE,
23 LTC_ASN1_PC_PRIMITIVE,
24 LTC_ASN1_PC_PRIMITIVE,
25 LTC_ASN1_PC_PRIMITIVE,
27 LTC_ASN1_PC_PRIMITIVE,
[all …]
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-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/custom_type/
A Dder_length_custom_type.c40 if (root->pc == LTC_ASN1_PC_PRIMITIVE) { in der_length_custom_type()
48 if (root->pc == LTC_ASN1_PC_PRIMITIVE) { in der_length_custom_type()
177 if (root->pc == LTC_ASN1_PC_PRIMITIVE) { in der_length_custom_type()
A Dder_encode_custom_type.c53 if (root->pc == LTC_ASN1_PC_PRIMITIVE) { in der_encode_custom_type()
75 if (root->pc == LTC_ASN1_PC_PRIMITIVE) { in der_encode_custom_type()
A Dder_decode_custom_type.c76 if (root->pc == LTC_ASN1_PC_PRIMITIVE) { in der_decode_custom_type_ex()
102 if (root != NULL && root->pc == LTC_ASN1_PC_PRIMITIVE) { in der_decode_custom_type_ex()
152 if (root != NULL && root->pc == LTC_ASN1_PC_PRIMITIVE && i != 0) { in der_decode_custom_type_ex()
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_pk.h524 LTC_ASN1_PC_PRIMITIVE = 0x0, enumerator
586 …LTC_SET_ASN1_IDENTIFIER(list, LTC_MACRO_temp##__LINE__, Class, LTC_ASN1_PC_PRIMITIVE, Tag); \

Completed in 10 milliseconds