| /src/crypto/external/bsd/openssh/dist/ |
| ssh-ed25519.c | 147 u_char **sigp, size_t *lenp, 158 if (sigp != NULL) 159 *sigp = NULL; 176 sigp, lenp)) != 0) 188 u_char **sigp, size_t *lenp) 196 if (sigp != NULL) 197 *sigp = NULL; 211 if (sigp != NULL) { 212 if ((*sigp = malloc(len)) == NULL) { 216 memcpy(*sigp, sshbuf_ptr(b), len) [all...] |
| ssh-sk.h | 64 u_char **sigp, size_t *lenp, const u_char *data, size_t datalen,
|
| ssh-ecdsa.c | 314 u_char **sigp, size_t *lenp, 328 if (sigp != NULL) 329 *sigp = NULL; 350 sigp, lenp)) != 0) 363 u_char **sigp, size_t *lenp) 371 if (sigp != NULL) 372 *sigp = NULL; 385 if (sigp != NULL) { 386 if ((*sigp = malloc(len)) == NULL) { 390 memcpy(*sigp, sshbuf_ptr(b), len) [all...] |
| ssh-rsa.c | 402 u_char **sigp, size_t *lenp, 413 if (sigp != NULL) 414 *sigp = NULL; 442 sigp, lenp)) != 0) 454 u_char **sigp, size_t *lenp) 462 if (sigp != NULL) 463 *sigp = NULL; 477 if (sigp != NULL) { 478 if ((*sigp = malloc(len)) == NULL) { 482 memcpy(*sigp, sshbuf_ptr(b), len) [all...] |
| ssh-mldsa-eddsa.c | 374 u_char **sigp, size_t *lenp, const u_char *data, size_t datalen, 384 if (sigp != NULL) 385 *sigp = NULL; 406 if (sigp != NULL) { 407 if ((*sigp = malloc(sshbuf_len(b))) == NULL) { 411 memcpy(*sigp, sshbuf_ptr(b), sshbuf_len(b));
|
| authfd.h | 64 u_char **sigp, size_t *lenp,
|
| ssh-pkcs11-client.c | 230 u_char **sigp, size_t *lenp, 242 if (sigp != NULL) 243 *sigp = NULL; 272 if (sigp != NULL) { 273 *sigp = signature;
|
| ssh-sk-client.c | 252 u_char **sigp, size_t *lenp, const u_char *data, size_t datalen, 258 *sigp = NULL; 284 if ((r = sshbuf_get_string(resp, sigp, lenp)) != 0) { 299 freezero(*sigp, *lenp); 300 *sigp = NULL;
|
| ssh-pkcs11.c | 540 u_char **sigp, size_t *lenp, 555 if (sigp != NULL) 556 *sigp = NULL; 616 sigp, lenp)) != 0) 629 u_char **sigp, size_t *lenp, 644 if (sigp != NULL) 645 *sigp = NULL; 698 sigp, lenp)) != 0) 714 u_char **sigp, size_t *lenp, 728 if (sigp != NULL [all...] |
| ssh-sk.c | 638 u_char **sigp, size_t *lenp, const u_char *data, size_t datalen, 652 if (sigp != NULL) 653 *sigp = NULL; 721 if (sigp != NULL) { 722 if ((*sigp = malloc(sshbuf_len(sig))) == NULL) { 726 memcpy(*sigp, sshbuf_ptr(sig), sshbuf_len(sig));
|
| authfd.c | 406 u_char **sigp, size_t *lenp, 415 *sigp = NULL; 452 *sigp = sig;
|
| ssh_api.c | 64 mm_sshkey_sign(struct sshkey *key, u_char **sigp, u_int *lenp, 71 ret = sshkey_sign(key, sigp, &slen, data, datalen, alg,
|
| sshconnect2.c | 1243 identity_sign(struct identity *id, u_char **sigp, size_t *lenp, 1251 *sigp = NULL; 1256 return ssh_agent_sign(id->agent_fd, id->key, sigp, lenp, 1293 if ((r = sshkey_sign(sign_key, sigp, lenp, data, datalen, 1315 (r = sshkey_check_sigtype(*sigp, *lenp, alg)) != 0) { 2183 ssh_keysign(struct ssh *ssh, struct sshkey *key, u_char **sigp, size_t *lenp, 2194 *sigp = NULL; 2284 if ((r = sshbuf_get_string(b, sigp, lenp)) != 0) {
|
| sshkey.c | 486 sshkey_pkey_digest_sign(EVP_PKEY *pkey, int hash_alg, u_char **sigp, 495 *sigp = NULL; 516 *sigp = sig; 2155 u_char **sigp, size_t *lenp, 2163 if (sigp != NULL) 2164 *sigp = NULL; 2174 r = sshsk_sign(sk_provider, key, sigp, lenp, data, 2177 r = pkcs11_sign(key, sigp, lenp, data, datalen, 2183 r = impl->funcs->sign(key, sigp, lenp, data, datalen, 2353 default_key_sign(struct sshkey *key, u_char **sigp, size_t *lenp [all...] |
| ssh-sk-helper.c | 95 u_char **sigp, size_t *lenp,
|
| /src/external/bsd/nvi/dist/ex/ |
| ex_shell.c | 366 const SIGS *sigp; local 370 sigp = &sigs[0]; n < sizeof(sigs) / sizeof(sigs[0]); ++n, ++sigp) 371 if (sigp->number == signo) 372 return (sigp->message);
|
| /src/external/bsd/top/dist/ |
| commands.c | 365 struct sigdesc *sigp; local 413 for (sigp = sigdesc; sigp->name != NULL; sigp++) 416 if (strcasecmp(sigp->name, str) == 0) 418 if (strcmp(sigp->name, str) == 0) 421 signum = sigp->number; 427 if (sigp->name == NULL)
|
| /src/sys/kern/ |
| sys_pipe.c | 373 pipeselwakeup(struct pipe *selp, struct pipe *sigp, int code) 400 if (sigp == NULL || (sigp->pipe_state & PIPE_ASYNC) == 0) 403 fownsignal(sigp->pipe_pgid, SIGIO, code, band, selp);
|
| /src/sys/dev/ic/ |
| siisata.c | 665 siisata_reset_drive(struct ata_drive_datas *drvp, int flags, uint32_t *sigp) 733 if (sigp) 734 *sigp = 0xffffffff; 737 if (sigp) { 738 *sigp = 0; 739 *sigp |= (PRREAD(sc, PRSX(chp->ch_channel, c_slot, 741 *sigp |= PRREAD(sc, PRSX(chp->ch_channel, c_slot,
|
| ahcisata_core.c | 765 ahci_reset_drive(struct ata_drive_datas *drvp, int flags, uint32_t *sigp) 784 ahci_do_reset_drive(chp, drvp->drive, flags, sigp, c_slot); 841 uint32_t *sigp, uint8_t c_slot) 977 if (sigp) 978 *sigp = sig;
|
| /src/bin/ksh/ |
| jobs.c | 720 waitfor(cp, sigp) 722 int *sigp; 732 *sigp = 0; 766 *sigp = 128 + -rv;
|
| /src/sys/netinet/ |
| tcp_syncache.c | 1101 u_int8_t *sigp = NULL; local 1227 sigp = optp; 1257 (void)tcp_signature(m, th, hlen, sav, sigp);
|
| tcp_input.c | 3092 void *sigp = NULL; local 3208 if (sigp && 3209 !consttime_memequal(sigp, cp + 2, TCP_SIGLEN)) 3212 sigp = sigbuf; 3229 if ((sigp ? TF_SIGNATURE : 0) ^ (tp->t_flags & TF_SIGNATURE)) 3232 if (sigp) { 3242 if (!consttime_memequal(sig, sigp, TCP_SIGLEN)) {
|
| tcp_output.c | 1404 u_int8_t *sigp; local 1413 sigp = (char *)th + sizeof(*th) + sigoff; 1414 tcp_signature(m, th, (char *)th - mtod(m, char *), sav, sigp);
|
| /src/external/mpl/bind/dist/lib/dns/ |
| validator.c | 298 find_nsec_signer(dns_validator_t *val, dns_rdataset_t *sigp, 303 dns_rdataset_count(sigp) >= isc_counter_getlimit(val->nvalidations)) 312 for (isc_result_t result = dns_rdataset_first(sigp); 313 result == ISC_R_SUCCESS; result = dns_rdataset_next(sigp)) 316 dns_rdataset_current(sigp, &rdata); 429 dns_rdataset_t *sigp = NULL; local 436 sigp = &sigset; 441 sigp = &val->fsigrdataset; 444 if (sigp != NULL) { 446 if (!find_nsec_signer(val, sigp, signer)) [all...] |