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

/freebsd-10-stable/crypto/openssl/crypto/cms/
H A Dcms_enc.c77 unsigned char *tkey = NULL; local
134 tkey = OPENSSL_malloc(tkeylen);
135 if (!tkey) {
139 if (EVP_CIPHER_CTX_rand_key(ctx, tkey) <= 0)
144 ec->key = tkey;
146 tkey = NULL;
169 ec->key = tkey;
171 tkey = NULL;
207 if (tkey) {
208 OPENSSL_cleanse(tkey, tkeyle
[all...]
/freebsd-10-stable/sys/mips/nlm/dev/sec/
H A Dnlmseclib.c167 uint64_t *k, *tkey; local
169 tkey = (uint64_t *)cmd->des3key;
170 tkey[2] = k[0];
171 tkey[1] = k[1];
172 tkey[0] = k[2];
173 cipkey = (unsigned char *)tkey;
226 uint64_t *k, *tkey; local
228 tkey = (uint64_t *)cmd->des3key;
229 tkey[2] = k[0];
230 tkey[
[all...]
/freebsd-10-stable/contrib/ntp/ntpd/
H A Dcmd_args.c120 u_long tkey; local
123 tkey = (int)atol(p);
124 if (tkey == 0 || tkey > NTP_MAXKEY) {
129 authtrust(tkey, 1);
/freebsd-10-stable/lib/libc/db/btree/
H A Dbt_put.c68 DBT tkey, tdata; local
123 tkey.data = kb;
124 tkey.size = NOVFLSIZE;
130 key = &tkey;
/freebsd-10-stable/crypto/openssl/crypto/pkcs7/
H A Dpk7_doit.c430 unsigned char *ek = NULL, *tkey = NULL; local
591 tkey = OPENSSL_malloc(tkeylen);
592 if (!tkey)
594 if (EVP_CIPHER_CTX_rand_key(evp_ctx, tkey) <= 0)
597 ek = tkey;
599 tkey = NULL;
612 ek = tkey;
614 tkey = NULL;
627 if (tkey) {
628 OPENSSL_cleanse(tkey, tkeyle
[all...]
/freebsd-10-stable/contrib/jemalloc/src/
H A Dckh.c127 const void *key, *data, *tkey, *tdata; local
149 tkey = cell->key; tdata = cell->data;
151 key = tkey; data = tdata;
/freebsd-10-stable/crypto/openssl/ssl/
H A Dd1_clnt.c1267 EC_KEY *tkey; local
1299 tkey = s->session->sess_cert->peer_ecdh_tmp;
1313 tkey = srvr_pub_pkey->pkey.ec;
1316 srvr_group = EC_KEY_get0_group(tkey);
1317 srvr_ecpoint = EC_KEY_get0_public_key(tkey);
1341 tkey = s->cert->key->privatekey->pkey.ec;
1342 priv_key = EC_KEY_get0_private_key(tkey);
H A Ds3_srvr.c2604 const EC_KEY *tkey; local
2617 tkey = s->cert->pkeys[SSL_PKEY_ECC].privatekey->pkey.ec;
2623 tkey = s->s3->tmp.ecdh;
2626 group = EC_KEY_get0_group(tkey);
2627 priv_key = EC_KEY_get0_private_key(tkey);
H A Ds3_clnt.c2654 EC_KEY *tkey; local
2694 tkey = s->session->sess_cert->peer_ecdh_tmp;
2708 tkey = srvr_pub_pkey->pkey.ec;
2711 srvr_group = EC_KEY_get0_group(tkey);
2712 srvr_ecpoint = EC_KEY_get0_public_key(tkey);
2736 tkey = s->cert->key->privatekey->pkey.ec;
2737 priv_key = EC_KEY_get0_private_key(tkey);
/freebsd-10-stable/crypto/heimdal/kdc/
H A Dkrb5tgs.c1159 Key *tkey; local
1240 ap_req.ticket.enc_part.etype, &tkey);
1265 &tkey->key,

Completed in 192 milliseconds