Searched refs:outkey (Results 1 - 13 of 13) sorted by last modified time

/freebsd-11-stable/sys/kgssapi/krb5/
H A Dkcrypto_des3.c110 uint8_t *outkey; local
114 for (subkey = 0, outkey = ks->ks_key, inkey = in; subkey < 3;
115 subkey++, outkey += 8, inkey += 7) {
131 outkey[0] = inkey[0];
132 outkey[1] = inkey[1];
133 outkey[2] = inkey[2];
134 outkey[3] = inkey[3];
135 outkey[4] = inkey[4];
136 outkey[5] = inkey[5];
137 outkey[
[all...]
H A Dkcrypto_des.c104 uint8_t *outkey = ks->ks_key; local
122 outkey[0] = inkey[0];
123 outkey[1] = inkey[1];
124 outkey[2] = inkey[2];
125 outkey[3] = inkey[3];
126 outkey[4] = inkey[4];
127 outkey[5] = inkey[5];
128 outkey[6] = inkey[6];
129 outkey[7] = (((inkey[0] & 1) << 1)
136 des_set_odd_parity((des_cblock *) outkey);
[all...]
/freebsd-11-stable/lib/libc/yp/
H A Dyplib.c772 yp_first(char *indomain, char *inmap, char **outkey, int *outkeylen, argument
787 *outkey = *outval = NULL;
820 *outkey = (char *)malloc(*outkeylen+1);
821 if (*outkey == NULL) {
828 bcopy(yprkv.key.keydat_val, *outkey, *outkeylen);
829 (*outkey)[*outkeylen] = '\0';
833 free(*outkey);
851 char **outkey, int *outkeylen, char **outval, int *outvallen)
866 *outkey = *outval = NULL;
901 *outkey
850 yp_next(char *indomain, char *inmap, char *inkey, int inkeylen, char **outkey, int *outkeylen, char **outval, int *outvallen) argument
[all...]
/freebsd-11-stable/contrib/mdocml/
H A Dmansearch.c96 size_t cur, i, maxres, outkey; local
110 outkey = KEY_Nd;
111 if (search->outkey != NULL)
113 if (0 == strcasecmp(search->outkey,
115 outkey = im;
192 mpage->output = buildoutput(outkey, page);
H A Dmansearch.h104 const char *outkey; /* show content of this macro */ member in struct:mansearch
H A Dmain.c173 search.outkey = "Nd";
301 search.outkey = oarg;
613 "[-M path] [-m path] [-O outkey] [-S arch]\n"
618 "[-M path] [-m path] [-O outkey] [-S arch]\n"
842 search.outkey = NULL;
H A Dcgi.c958 search.outkey = "Nd";
/freebsd-11-stable/contrib/amd/amd/
H A Dinfo_nis.c400 char *outkey, *outval; local
407 i = yp_first(indomain, inmap, &outkey, &outkeylen, &outval, &outvallen);
413 outkey,
423 * outval must be freed *before* calling yp_next again, outkey can be
428 outkey_old = outkey;
434 &outkey,
/freebsd-11-stable/usr.sbin/ypldap/
H A Daldap.c444 aldap_first_attr(struct aldap_message *msg, char **outkey, char ***outvalues) argument
463 (*outkey) = utoa(key);
467 (*outkey) = NULL;
473 aldap_next_attr(struct aldap_message *msg, char **outkey, char ***outvalues) argument
497 (*outkey) = utoa(key);
502 (*outkey) = NULL;
/freebsd-11-stable/include/rpcsvc/
H A Dypclnt.h79 int yp_first(char *indomain, char *inmap, char **outkey, int *outkeylen,
82 char **outkey, int *outkeylen, char **outval, int *outvallen);
/freebsd-11-stable/contrib/opie/libopie/
H A Datob8.c31 char *opieatob8 FUNCTION((out, in), struct opie_otpkey *outkey AND char *in)
35 unsigned char *out = (unsigned char *)outkey;
/freebsd-11-stable/usr.sbin/ypserv/common/
H A Dyplib_host.c177 yp_first_host(CLIENT *client, char *indomain, char *inmap, char **outkey, argument
185 *outkey = *outval = NULL;
202 *outkey = malloc(*outkeylen+1);
203 memcpy(*outkey, yprkv.key.keydat_val, *outkeylen);
204 (*outkey)[*outkeylen] = '\0';
217 int inkeylen, char **outkey, int *outkeylen, char **outval, int *outvallen)
224 *outkey = *outval = NULL;
243 *outkey = malloc(*outkeylen+1);
244 memcpy(*outkey, yprkv.key.keydat_val, *outkeylen);
245 (*outkey)[*outkeyle
216 yp_next_host(CLIENT *client, char *indomain, char *inmap, char *inkey, int inkeylen, char **outkey, int *outkeylen, char **outval, int *outvallen) argument
[all...]
H A Dyplib_host.h37 char **outkey, int *outkeylen, char **outval, int *outvallen);
39 int inkeylen, char **outkey, int *outkeylen, char **outval,

Completed in 236 milliseconds