Searched refs:asn1_oct_int (Results 1 – 1 of 1) sorted by relevance
137 } asn1_oct_int; typedef143 ASN1_SEQUENCE(asn1_oct_int) = {144 ASN1_SIMPLE(asn1_oct_int, oct, ASN1_OCTET_STRING),145 ASN1_EMBED(asn1_oct_int, num, INT32)146 } static_ASN1_SEQUENCE_END(asn1_oct_int)148 DECLARE_ASN1_ITEM(asn1_oct_int)153 asn1_oct_int atmp;160 if (ASN1_TYPE_pack_sequence(ASN1_ITEM_rptr(asn1_oct_int), &atmp, &a))168 asn1_oct_int *atmp = NULL; in ossl_asn1_type_get_octetstring_int()174 atmp = ASN1_TYPE_unpack_sequence(ASN1_ITEM_rptr(asn1_oct_int), a); in ossl_asn1_type_get_octetstring_int()[all …]
Completed in 4 milliseconds