Searched defs:sigbuf (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/libsmbfs/common/ |
H A D | smbfs_signing.c | 190 uint8_t sigbuf[SMB_SIG_SIZE]; local 221 err = smbfs_compute_MAC(ctx, m, rseqno, sigbuf); 235 if (bcmp(sigbuf, sigloc, SMB_SIG_SIZE) == 0) 246 (void) smbfs_compute_MAC(ctx, m, rseqno + fudge, sigbuf); 247 if (bcmp(sigbuf, sigloc, SMB_SIG_SIZE) == 0) 249 (void) smbfs_compute_MAC(ctx, m, rseqno - fudge, sigbuf); 250 if (bcmp(sigbuf, sigloc, SMB_SIG_SIZE) == 0) {
|
H A D | smbfs_rq.c | 276 uint32_t sigbuf[2]; local 356 smbfs_md_get_mem(mbp, (char *)sigbuf, 4, MB_MSYSTEM); 357 if (0 != bcmp(sigbuf, ffsmb, 4)) {
|
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | walkstack.c | 353 char sigbuf[SIG2STR_MAX]; local 361 sigbuf[0] = '?'; 362 sigbuf[1] = 0; 364 (void) sig2str(signo, sigbuf); 367 buffer, (ulong_t)signo, sigbuf);
|
Completed in 31 milliseconds