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

/macosx-10.10/OpenSSH-189/openssh/
H A Dssh-dss.c51 ssh_dss_sign(const Key *key, u_char **sigp, u_int *lenp, argument
93 if (sigp != NULL) {
94 *sigp = xmalloc(SIGBLOB_LEN);
95 memcpy(*sigp, sigblob, SIGBLOB_LEN);
105 if (sigp != NULL) {
106 *sigp = xmalloc(len);
107 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.c45 ssh_rsa_sign(const Key *key, u_char **sigp, u_int *lenp, argument
100 if (sigp != NULL) {
101 *sigp = xmalloc(len);
102 memcpy(*sigp, buffer_ptr(&b), len);
H A Dsshconnect2.c1292 identity_sign(Identity *id, u_char **sigp, u_int *lenp, argument
1300 return (ssh_agent_sign(id->ac, id->key, sigp, lenp,
1307 return (key_sign(id->key, sigp, lenp, data, datalen));
1311 ret = key_sign(prv, sigp, lenp, data, datalen);
1725 ssh_keysign(Key *key, u_char **sigp, u_int *lenp, argument
1795 *sigp = buffer_get_string(&b, lenp);
H A Dauthfd.c423 u_char **sigp, u_int *lenp,
457 *sigp = buffer_get_string(&msg, lenp);
421 ssh_agent_sign(AuthenticationConnection *auth, Key *key, u_char **sigp, u_int *lenp, u_char *data, u_int datalen) argument
H A Dkey.c1670 u_char **sigp, u_int *lenp,
1677 return ssh_dss_sign(key, sigp, lenp, data, datalen);
1681 return ssh_ecdsa_sign(key, sigp, lenp, data, datalen);
1686 return ssh_rsa_sign(key, sigp, lenp, data, datalen);
1668 key_sign( const Key *key, u_char **sigp, u_int *lenp, const u_char *data, u_int datalen) argument
H A Dmonitor_wrap.c220 mm_key_sign(Key *key, u_char **sigp, u_int *lenp, u_char *data, u_int datalen) argument
235 *sigp = buffer_get_string(&m, lenp);
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Daio.h285 struct sigevent *sigp );
/macosx-10.10/ksh-23/ksh/src/lib/libast/sfio/
H A Dsfmode.c235 p->sigp = (!stdio && pid >= 0 && (f->flags&SF_WRITE)) ? 1 : 0;
238 if(p->sigp)
295 if(p->sigp && (_Sfsigp -= 1) <= 0)
H A Dsfhdr.h703 int sigp; /* sigpipe protection needed */ member in struct:_sfproc_s
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_aio.c1303 aio_copy_in_sigev(proc_t procp, user_addr_t sigp, struct user_sigevent *sigev) argument
1307 if (sigp == USER_ADDR_NULL)
1323 result = copyin( sigp, &sigevent64, sizeof(sigevent64) );
1335 result = copyin( sigp, &sigevent32, sizeof(sigevent32) );
1519 if (uap->sigp != USER_ADDR_NULL) {
1520 call_result = aio_copy_in_sigev(p, uap->sigp, &aiosigev);
2013 * signal routine associated with them (sigp == USER_ADDR_NULL).
/macosx-10.10/vim-55/runtime/syntax/
H A Dsicad.vim332 syn keyword sicadStatement sig sigp skk skks sn

Completed in 191 milliseconds