Home
last modified time | relevance | path

Searched refs:asn1_enc_string_bin (Results 1 – 5 of 5) sorted by relevance

/dports/misc/libpri/libpri-1.6.0/
H A Drose_address.c73 ASN1_CALL(pos, asn1_enc_string_bin(pos, end, ASN1_TYPE_NUMERIC_STRING, number, in rose_enc_NetworkPartyNumber()
97 ASN1_CALL(pos, asn1_enc_string_bin(pos, end, ASN1_CLASS_CONTEXT_SPECIFIC | 0, in rose_enc_PartyNumber()
106 ASN1_CALL(pos, asn1_enc_string_bin(pos, end, ASN1_CLASS_CONTEXT_SPECIFIC | 2, in rose_enc_PartyNumber()
110 ASN1_CALL(pos, asn1_enc_string_bin(pos, end, ASN1_CLASS_CONTEXT_SPECIFIC | 3, in rose_enc_PartyNumber()
114 ASN1_CALL(pos, asn1_enc_string_bin(pos, end, ASN1_CLASS_CONTEXT_SPECIFIC | 4, in rose_enc_PartyNumber()
123 ASN1_CALL(pos, asn1_enc_string_bin(pos, end, ASN1_CLASS_CONTEXT_SPECIFIC | 8, in rose_enc_PartyNumber()
154 ASN1_CALL(pos, asn1_enc_string_bin(pos, end, ASN1_TYPE_OCTET_STRING, in rose_enc_PartySubaddress()
164 ASN1_CALL(pos, asn1_enc_string_bin(pos, end, ASN1_TYPE_OCTET_STRING, in rose_enc_PartySubaddress()
H A Drose_qsig_name.c69 ASN1_CALL(pos, asn1_enc_string_bin(pos, end, ASN1_TYPE_OCTET_STRING, name->data, in rose_enc_qsig_NameSet()
98 ASN1_CALL(pos, asn1_enc_string_bin(pos, end, ASN1_CLASS_CONTEXT_SPECIFIC | 0, in rose_enc_qsig_Name()
107 ASN1_CALL(pos, asn1_enc_string_bin(pos, end, ASN1_CLASS_CONTEXT_SPECIFIC | 2, in rose_enc_qsig_Name()
H A Drose_q931.c62 return asn1_enc_string_bin(pos, end, tag, q931ie->contents, q931ie->length); in rose_enc_Q931ie()
H A Dasn1.h244 unsigned char *asn1_enc_string_bin(unsigned char *pos, unsigned char *end, unsigned tag,
H A Dasn1_primitive.c1263 unsigned char *asn1_enc_string_bin(unsigned char *pos, unsigned char *end, unsigned tag, in asn1_enc_string_bin() function
1302 return asn1_enc_string_bin(pos, end, tag, str, str_len); in asn1_enc_string_max()