Searched refs:enckey (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/sys/geom/eli/
H A Dg_eli_key.c114 unsigned char enckey[SHA512_MDLEN]; /* Key for encryption. */ local
122 * The key for encryption is: enckey = HMAC_SHA512(Derived-Key, 1)
124 g_eli_crypto_hmac(key, G_ELI_USERKEYLEN, "\x01", 1, enckey, 0);
132 G_ELI_MKEYLEN, enckey, md->md_keylen);
135 explicit_bzero(enckey, sizeof(enckey));
141 explicit_bzero(enckey, sizeof(enckey));
144 explicit_bzero(enckey, sizeof(enckey));
187 unsigned char enckey[SHA512_MDLEN]; /* Key for encryption. */ local
[all...]
/freebsd-13-stable/crypto/openssl/crypto/pkcs12/
H A Dp12_p8e.c48 ASN1_OCTET_STRING *enckey; local
50 enckey =
53 if (!enckey) {
62 ASN1_OCTET_STRING_free(enckey);
66 p8->digest = enckey;
/freebsd-13-stable/crypto/openssl/crypto/asn1/
H A Dn_pkey.c37 X509_SIG *enckey;
43 ASN1_SIMPLE(NETSCAPE_ENCRYPTED_PKEY, enckey, X509_SIG)
/freebsd-13-stable/crypto/openssl/crypto/cms/
H A Dcms_kari.c233 unsigned char *enckey = NULL, *cek = NULL; local
238 enckey = rek->encryptedKey->data;
243 if (!cms_kek_cipher(&cek, &ceklen, enckey, enckeylen, ri->d.kari, 0))
401 unsigned char *enckey; local
406 if (!cms_kek_cipher(&enckey, &enckeylen, ec->key, ec->keylen,
409 ASN1_STRING_set0(rek->encryptedKey, enckey, enckeylen);
/freebsd-13-stable/contrib/tcpdump/
H A Dprint-esp.c454 char *enckey; local
460 enckey = strsep(&line, " \t");
463 if(!init || !icookie || !rcookie || !authkey || !enckey) {
495 if(!espprint_decode_encalgo(ndo, enckey, &sa1)) return;
/freebsd-13-stable/sys/crypto/ccp/
H A Dccp.h84 char enckey[CCP_AES_MAX_KEY_LEN]; member in struct:ccp_session_blkcipher
H A Dccp.c307 memcpy(s->blkcipher.enckey, key, s->blkcipher.key_len);
H A Dccp_hardware.c1544 keydata = s->blkcipher.enckey;
1891 ccp_byteswap(s->blkcipher.enckey, s->blkcipher.key_len);
1903 s->blkcipher.enckey, s->blkcipher.key_len);
/freebsd-13-stable/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c161 char enckey[CHCR_AES_MAX_KEY_LEN]; member in struct:ccr_session_blkcipher
726 memcpy(crwr->key_ctx.key, s->blkcipher.enckey,
733 memcpy(crwr->key_ctx.key, s->blkcipher.enckey,
738 memcpy(crwr->key_ctx.key, s->blkcipher.enckey + key_half,
742 s->blkcipher.enckey, key_half);
1034 memcpy(crwr->key_ctx.key, s->blkcipher.enckey,
1041 memcpy(crwr->key_ctx.key, s->blkcipher.enckey,
1046 memcpy(crwr->key_ctx.key, s->blkcipher.enckey + key_half,
1050 s->blkcipher.enckey, key_half);
1347 memcpy(crwr->key_ctx.key, s->blkcipher.enckey,
[all...]
/freebsd-13-stable/contrib/telnet/libtelnet/
H A Dkrb4encpwd.c277 Block enckey; local
H A Drsaencpwd.c316 Block enckey; local
/freebsd-13-stable/crypto/heimdal/appl/telnet/libtelnet/
H A Drsaencpwd.c320 des_cblock enckey; local
H A Dspx.c203 des_cblock enckey; local

Completed in 194 milliseconds