Home
last modified time | relevance | path

Searched refs:LBER_INTEGER (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftASN1.c206 if (ber_printf(key_asn, "to", LBER_INTEGER,
227 if (ber_printf(key_asn, "to", LBER_INTEGER,
410 if (ber_printf(key_asn, "to", LBER_INTEGER,
451 if (ber_printf(p8obj_asn, "{to", LBER_INTEGER,
465 if (ber_printf(p8obj_asn, "to", LBER_INTEGER,
478 if (ber_printf(p8obj_asn, "to}", LBER_INTEGER,
595 if (ber_printf(key_asn, "to", LBER_INTEGER,
636 if (ber_printf(p8obj_asn, "{to", LBER_INTEGER,
649 if (ber_printf(p8obj_asn, "to}", LBER_INTEGER,
768 if (ber_printf(key_asn, "to", LBER_INTEGER,
[all …]
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dpsearch.c152 if ( ber_peek_tag( ber, &len ) == LBER_INTEGER in ldap_parse_entrychange_control()
/illumos-gate/usr/src/head/
H A Dlber.h71 #define LBER_INTEGER 0x02 macro
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ber/
H A Dencode.c221 tag = LBER_INTEGER; in ber_put_int()