Searched defs:n_bytes (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libndr/common/
H A Dndr_ops.c298 unsigned long n_bytes, ndr_ref_t *ref)
305 ndo_printf(nds, ref, "pad %d@%-3d", n_bytes, pdu_offset);
307 bzero(data, n_bytes);
321 unsigned long n_bytes, char *buf, int swap_bytes, ndr_ref_t *ref)
329 ndo_hexfmt(data, n_bytes, swap_bytes, hexbuf, NDOBUFSZ);
332 n_bytes, pdu_offset, hexbuf);
335 bcopy(data, buf, n_bytes);
337 nds_bswap(data, (unsigned char *)buf, n_bytes);
351 unsigned long n_bytes, char *buf, int swap_bytes, ndr_ref_t *ref)
359 ndo_hexfmt((uint8_t *)buf, n_bytes,
297 ndo_pad_pdu(ndr_stream_t *nds, unsigned long pdu_offset, unsigned long n_bytes, ndr_ref_t *ref) argument
320 ndo_get_pdu(ndr_stream_t *nds, unsigned long pdu_offset, unsigned long n_bytes, char *buf, int swap_bytes, ndr_ref_t *ref) argument
350 ndo_put_pdu(ndr_stream_t *nds, unsigned long pdu_offset, unsigned long n_bytes, char *buf, int swap_bytes, ndr_ref_t *ref) argument
[all...]
/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c4614 unsigned char *n_bytes; local
4645 n_bytes = (unsigned char *) malloc((size_t) n_len);
4646 if (n_bytes == NULL) {
4650 if (BN_bn2bin(priv->pkey.rsa->n, n_bytes) == 0) {
4651 free (n_bytes);
4658 attrs[nattrs].pValue = n_bytes;
4663 free (n_bytes);

Completed in 28 milliseconds