Searched refs:outkey (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/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-9.3-release/sys/kgssapi/krb5/
H A Dkcrypto_des.c101 uint8_t *outkey = ks->ks_key; local
119 outkey[0] = inkey[0];
120 outkey[1] = inkey[1];
121 outkey[2] = inkey[2];
122 outkey[3] = inkey[3];
123 outkey[4] = inkey[4];
124 outkey[5] = inkey[5];
125 outkey[6] = inkey[6];
126 outkey[7] = (((inkey[0] & 1) << 1)
133 des_set_odd_parity((des_cblock *) outkey);
[all...]
H A Dkcrypto_des3.c107 uint8_t *outkey; local
111 for (subkey = 0, outkey = ks->ks_key, inkey = in; subkey < 3;
112 subkey++, outkey += 8, inkey += 7) {
128 outkey[0] = inkey[0];
129 outkey[1] = inkey[1];
130 outkey[2] = inkey[2];
131 outkey[3] = inkey[3];
132 outkey[4] = inkey[4];
133 outkey[5] = inkey[5];
134 outkey[
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Dtkey.h169 dns_tsigkey_t **outkey, dns_tsig_keyring_t *ring);
180 *\li 'outkey' is either NULL or a pointer to NULL
192 isc_buffer_t *outtoken, dns_tsigkey_t **outkey,
220 dns_tsigkey_t **outkey, dns_tsig_keyring_t *ring,
235 * 'outkey' receives the established key, if non-NULL;
/freebsd-9.3-release/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-9.3-release/contrib/amd/amd/
H A Dinfo_nis.c394 char *outkey, *outval; local
401 i = yp_first(indomain, inmap, &outkey, &outkeylen, &outval, &outvallen);
407 outkey,
417 * outval must be freed *before* calling yp_next again, outkey can be
422 outkey_old = outkey;
428 &outkey,
/freebsd-9.3-release/lib/libc/yp/
H A Dyplib.c757 yp_first(char *indomain, char *inmap, char **outkey, int *outkeylen, argument
772 *outkey = *outval = NULL;
805 *outkey = (char *)malloc(*outkeylen+1);
806 bcopy(yprkv.key.keydat_val, *outkey, *outkeylen);
807 (*outkey)[*outkeylen] = '\0';
821 char **outkey, int *outkeylen, char **outval, int *outvallen)
836 *outkey = *outval = NULL;
871 *outkey = (char *)malloc(*outkeylen+1);
872 bcopy(yprkv.key.keydat_val, *outkey, *outkeylen);
873 (*outkey)[*outkeyle
820 yp_next(char *indomain, char *inmap, char *inkey, int inkeylen, char **outkey, int *outkeylen, char **outval, int *outvallen) argument
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dtkey.c1120 dns_tsigkey_t **outkey, dns_tsig_keyring_t *ring)
1140 if (outkey != NULL)
1141 REQUIRE(*outkey == NULL);
1228 rmsg->mctx, ring, outkey);
1250 isc_buffer_t *outtoken, dns_tsigkey_t **outkey,
1266 if (outkey != NULL)
1267 REQUIRE(*outkey == NULL);
1311 ring->mctx, ring, outkey));
1383 dns_tsigkey_t **outkey, dns_tsig_keyring_t *ring,
1397 if (outkey !
1118 dns_tkey_processdhresponse(dns_message_t *qmsg, dns_message_t *rmsg, dst_key_t *key, isc_buffer_t *nonce, dns_tsigkey_t **outkey, dns_tsig_keyring_t *ring) argument
1248 dns_tkey_processgssresponse(dns_message_t *qmsg, dns_message_t *rmsg, dns_name_t *gname, gss_ctx_id_t *context, isc_buffer_t *outtoken, dns_tsigkey_t **outkey, dns_tsig_keyring_t *ring, char **err_message) argument
1381 dns_tkey_gssnegotiate(dns_message_t *qmsg, dns_message_t *rmsg, dns_name_t *server, gss_ctx_id_t *context, dns_tsigkey_t **outkey, dns_tsig_keyring_t *ring, isc_boolean_t win2k, char **err_message) argument
1448 ring->mctx, ring, outkey)); local
[all...]

Completed in 188 milliseconds