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

/freebsd-11-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-11-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-11-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-11-stable/lib/libc/db/btree/
H A Dbt_put.c68 DBT tkey, tdata; local
124 tkey.data = kb;
125 tkey.size = NOVFLSIZE;
131 key = &tkey;
/freebsd-11-stable/crypto/openssl/crypto/pkcs7/
H A Dpk7_doit.c435 unsigned char *ek = NULL, *tkey = NULL; local
597 tkey = OPENSSL_malloc(tkeylen);
598 if (!tkey)
600 if (EVP_CIPHER_CTX_rand_key(evp_ctx, tkey) <= 0)
603 ek = tkey;
605 tkey = NULL;
618 ek = tkey;
620 tkey = NULL;
633 if (tkey) {
634 OPENSSL_cleanse(tkey, tkeyle
[all...]
/freebsd-11-stable/contrib/jemalloc/src/
H A Dckh.c127 const void *key, *data, *tkey, *tdata; local
150 tkey = cell->key; tdata = cell->data;
152 key = tkey; data = tdata;
/freebsd-11-stable/contrib/apr-util/crypto/
H A Dapr_crypto_nss.c476 PK11SymKey *tkey; local
567 tkey = PK11_KeyGen(tslot, CKM_AES_ECB, 0, PK11_GetBestKeyLength(tslot, CKM_AES_ECB), 0);
574 secParam = PK11_GenerateNewParam(CKM_AES_ECB, tkey);
591 ctx = PK11_CreateContextBySymKey(CKM_AES_ECB, CKA_ENCRYPT, tkey,
600 key->symKey = PK11_UnwrapSymKeyWithFlags(tkey,
612 PK11_FreeSymKey(tkey);
/freebsd-11-stable/crypto/openssl/ssl/
H A Ds3_clnt.c2817 EC_KEY *tkey; local
2857 tkey = s->session->sess_cert->peer_ecdh_tmp;
2871 tkey = srvr_pub_pkey->pkey.ec;
2874 srvr_group = EC_KEY_get0_group(tkey);
2875 srvr_ecpoint = EC_KEY_get0_public_key(tkey);
2899 tkey = s->cert->key->privatekey->pkey.ec;
2900 priv_key = EC_KEY_get0_private_key(tkey);
H A Ds3_srvr.c2670 const EC_KEY *tkey; local
2683 tkey = s->cert->pkeys[SSL_PKEY_ECC].privatekey->pkey.ec;
2689 tkey = s->s3->tmp.ecdh;
2692 group = EC_KEY_get0_group(tkey);
2693 priv_key = EC_KEY_get0_private_key(tkey);
/freebsd-11-stable/crypto/heimdal/kdc/
H A Dkrb5tgs.c1159 Key *tkey; local
1240 ap_req.ticket.enc_part.etype, &tkey);
1265 &tkey->key,

Completed in 203 milliseconds