Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dtls.c1189 char bitstr[16]; local
1198 (void) sm_snprintf(bitstr, sizeof(bitstr), "%d", b);
1199 macdefine(mac, A_TEMP, macid("{cipher_bits}"), bitstr);
1200 (void) sm_snprintf(bitstr, sizeof(bitstr), "%d", r);
1201 macdefine(mac, A_TEMP, macid("{alg_bits}"), bitstr);
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/snmp/
H A Dsnmpplugin.c1408 uchar_t *bitstr = NULL; in add_thresholds() local
1415 row, (char **)&bitstr, snmp_syserr_p); in add_thresholds()
1421 nbytes = strlen((const char *)bitstr); in add_thresholds()
1435 if (ret < 0 || bitstr == NULL || nbytes == 0 || 2 < nbytes) { in add_thresholds()
1436 if (bitstr) in add_thresholds()
1437 free(bitstr); in add_thresholds()
1449 enabled = bitstr[0]; in add_thresholds()
1451 enabled = bitstr[1]; in add_thresholds()
1453 if (bitstr) { in add_thresholds()
1454 free(bitstr); in add_thresholds()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ldap.c1332 unsigned long bitstr = 0; in decpdu() local
1334 bitstr = \ in decpdu()
1335 ((bitstr) << 8) + ((i < klen)?hexstr[i]:0); in decpdu()
1339 if ((bitstr & \ in decpdu()
/illumos-gate/usr/src/lib/libkmf/ber_der/common/
H A Dclasn1.c393 char *bitstr = NULL; in get_spki() local
402 if (kmfber_scanf(asn1, "B}", &bitstr, &size) == BER_BIT_STRING) { in get_spki()
403 spki->subjectPublicKey.Data = (uchar_t *)bitstr; in get_spki()
411 if (bitstr != NULL) in get_spki()
412 free(bitstr); in get_spki()