Home
last modified time | relevance | path

Searched refs:FOUR_BYTE_LEN (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/ber/
H A Dencode.c355 #define FOUR_BYTE_LEN 5 macro
390 new_sos->sos_ptr = new_sos->sos_first + ber_calc_taglen( tag ) + FOUR_BYTE_LEN; in ber_start_seqorset()
428 unsigned char ltag = 0x80 + FOUR_BYTE_LEN - 1; in ber_put_seqorset()
448 lenlen = FOUR_BYTE_LEN; in ber_put_seqorset()
461 if (lenlen != FOUR_BYTE_LEN) { in ber_put_seqorset()
469 FOUR_BYTE_LEN, len ); in ber_put_seqorset()
479 - (FOUR_BYTE_LEN - 1), FOUR_BYTE_LEN - 1, 1 ) in ber_put_seqorset()
480 != FOUR_BYTE_LEN - 1 ) in ber_put_seqorset()
510 if (lenlen != FOUR_BYTE_LEN) { in ber_put_seqorset()
518 FOUR_BYTE_LEN, len ); in ber_put_seqorset()
[all …]
/illumos-gate/usr/src/lib/libkmf/ber_der/common/
H A Dencode.c411 #define FOUR_BYTE_LEN 5 macro
448 FOUR_BYTE_LEN; in ber_start_seqorset()
485 unsigned char ltag = 0x80 + FOUR_BYTE_LEN - 1; in ber_put_seqorset()
503 lenlen = FOUR_BYTE_LEN; in ber_put_seqorset()
516 if (lenlen != FOUR_BYTE_LEN) { in ber_put_seqorset()
524 FOUR_BYTE_LEN, len); in ber_put_seqorset()
535 - (FOUR_BYTE_LEN - 1), FOUR_BYTE_LEN - 1, 1) != in ber_put_seqorset()
536 FOUR_BYTE_LEN - 1) in ber_put_seqorset()
566 if (lenlen != FOUR_BYTE_LEN) { in ber_put_seqorset()
574 FOUR_BYTE_LEN, len); in ber_put_seqorset()
[all …]