Searched refs:sigp (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dssh-dss.c46 ssh_dss_sign(const Key *key, u_char **sigp, u_int *lenp, argument
88 if (sigp != NULL) {
89 *sigp = xmalloc(SIGBLOB_LEN);
90 memcpy(*sigp, sigblob, SIGBLOB_LEN);
100 if (sigp != NULL) {
101 *sigp = xmalloc(len);
102 memcpy(*sigp, buffer_ptr(&b), len);
H A Dssh-ecdsa.c47 ssh_ecdsa_sign(const Key *key, u_char **sigp, u_int *lenp, argument
87 if (sigp != NULL) {
88 *sigp = xmalloc(len);
89 memcpy(*sigp, buffer_ptr(&b), len);
H A Dssh-rsa.c40 ssh_rsa_sign(const Key *key, u_char **sigp, u_int *lenp, argument
95 if (sigp != NULL) {
96 *sigp = xmalloc(len);
97 memcpy(*sigp, buffer_ptr(&b), len);
H A Dsshconnect2.c1204 identity_sign(Identity *id, u_char **sigp, u_int *lenp, argument
1212 return (ssh_agent_sign(id->ac, id->key, sigp, lenp,
1219 return (key_sign(id->key, sigp, lenp, data, datalen));
1223 ret = key_sign(prv, sigp, lenp, data, datalen);
1635 ssh_keysign(Key *key, u_char **sigp, u_int *lenp, argument
1705 *sigp = buffer_get_string(&b, lenp);
H A Dauthfd.c418 u_char **sigp, u_int *lenp,
452 *sigp = buffer_get_string(&msg, lenp);
416 ssh_agent_sign(AuthenticationConnection *auth, Key *key, u_char **sigp, u_int *lenp, u_char *data, u_int datalen) argument
H A Dkey.c1625 u_char **sigp, u_int *lenp,
1632 return ssh_dss_sign(key, sigp, lenp, data, datalen);
1636 return ssh_ecdsa_sign(key, sigp, lenp, data, datalen);
1641 return ssh_rsa_sign(key, sigp, lenp, data, datalen);
1623 key_sign( const Key *key, u_char **sigp, u_int *lenp, const u_char *data, u_int datalen) argument
H A Dmonitor_wrap.c214 mm_key_sign(Key *key, u_char **sigp, u_int *lenp, u_char *data, u_int datalen) argument
229 *sigp = buffer_get_string(&m, lenp);
/freebsd-10.0-release/contrib/top/
H A Dcommands.c379 struct sigdesc *sigp; local
410 for (sigp = sigdesc; sigp->name != NULL; sigp++)
412 if (strcmp(sigp->name, str + 1) == 0)
414 signum = sigp->number;
420 if (sigp->name == NULL)
/freebsd-10.0-release/sys/kern/
H A Dvfs_aio.c2364 struct sigevent *sigp, sig; local
2382 sigp = &sig;
2384 sigp = NULL;
2390 (struct aiocb * const *)uap->acb_list, acb_list, nent, sigp,
2401 struct sigevent *sigp, sig; local
2415 sigp = &sig;
2417 sigp = NULL;
2423 nent, sigp, &aiocb_ops);
2983 struct sigevent *sigp, sig; local
3002 sigp
3028 struct sigevent *sigp, sig; local
[all...]

Completed in 89 milliseconds