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 D | der_decode_asn1_identifier.c | 16 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 D | der_encode_asn1_identifier.c | 42 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 D | der_length_custom_type.c | 40 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 D | der_encode_custom_type.c | 53 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 D | der_decode_custom_type.c | 76 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 D | tomcrypt_pk.h | 524 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