Searched refs:tkey (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_dyndns.c425 * space needed for TKEY RDATA as specified by the tkey parameter.
430 * tkey: pointer to DNS TKEY RDATA structure
435 dyndns_build_tkey(uchar_t *buf, size_t buf_sz, const dyndns_tkey_rdata_t *tkey) argument
441 if (tkey == NULL) {
442 syslog(LOG_DEBUG, "dyndns: build_tkey: tkey == NULL");
445 if (tkey->tk_alg_name == NULL) {
450 if (ns_name_pton(tkey->tk_alg_name, alg_buf, sizeof (alg_buf)) == -1) {
456 tkey_len = alg_len + tkey->tk_key_size + tkey->tk_other_size + 16;
466 if (tkey
651 dyndns_build_tkey_msg(res_state statp, uchar_t *buf, int buf_sz, const char *key_name, const dyndns_tkey_rdata_t *tkey) argument
816 dyndns_tkey_rdata_t tkey; local
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/crypto/des/
H A Dafsstring2key.c134 mit_des_cblock ikey, tkey; local
149 memcpy (tkey, ikey, sizeof(tkey));
150 mit_des_fixup_key_parity (tkey);
154 usekey.contents = tkey;
157 tkey, i, &usekey, ikey);
159 memcpy (ikey, tkey, sizeof(ikey));
160 mit_des_fixup_key_parity (tkey);
166 usekey.contents = tkey;
/osnet-11/usr/src/lib/libnsl/key/
H A Dxcrypt.c470 des_block ivec, tkey; local
474 (void) memset(tkey.c, 0, 8);
485 #define KEYLEN sizeof (tkey.c)
506 tkey.c[i] ^= pw[j] << 1;
518 tkey.c[i] ^= mixin[j];
533 tkey.c[i] ^= mixin[j];
545 tkey.c[i] ^= pw[j] << 1;
556 des_setparity_g(&tkey);
562 (void) cbc_crypt(tkey.c, text, tlen, DES_ENCRYPT|DES_HW, ivec.c);
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_put.c74 DBT tkey, tdata; local
130 tkey.data = kb;
131 tkey.size = NOVFLSIZE;
139 key = &tkey;
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DParser.java238 Object tkey = en.nextElement();
240 if (source.get(tkey) == null) {
241 target.remove(tkey);

Completed in 22 milliseconds