Searched refs:LTC_ASN1_SETOF (Results 1 – 12 of 12) sorted by relevance
62 case LTC_ASN1_SETOF: in der_encode_sequence_multi()116 case LTC_ASN1_SETOF: in der_encode_sequence_multi()
60 case LTC_ASN1_SETOF: in s_der_decode_sequence_va()111 case LTC_ASN1_SETOF: in s_der_decode_sequence_va()
41 case LTC_ASN1_SETOF: break; in der_sequence_free()
148 case LTC_ASN1_SETOF: in der_length_sequence_ex()
164 case LTC_ASN1_SETOF: in der_encode_sequence_ex()
160 case LTC_ASN1_SETOF: in der_decode_custom_type_ex()340 case LTC_ASN1_SETOF: in der_decode_custom_type_ex()343 …if ((type == LTC_ASN1_SETOF && (in[x] & 0x3F) != 0x31) || (type == LTC_ASN1_SEQUENCE && (in[x] & 0… in der_decode_custom_type_ex()
161 case LTC_ASN1_SETOF: in der_length_custom_type()
185 case LTC_ASN1_SETOF: in der_encode_custom_type()
76 if ((err = der_encode_sequence_ex(list, inlen, buf, outlen, LTC_ASN1_SETOF)) != CRYPT_OK) { in der_encode_setof()
132 C_STRINGIFY(LTC_ASN1_SETOF),
191 case LTC_ASN1_SETOF: in der_decode_choice()
509 LTC_ASN1_SETOF, enumerator
Completed in 9 milliseconds