Home
last modified time | relevance | path

Searched defs:ek (Results 1 – 25 of 25) sorted by relevance

/freebsd/contrib/wpa/src/crypto/
H A Ddes_i.h13 u32 ek[3][32]; member
H A Ddes-internal.c403 u32 ek[32], work[2]; in des_encrypt() local
428 void des_key_setup(const u8 *key, u32 *ek, u32 *dk) in des_key_setup()
435 void des_block_encrypt(const u8 *plain, const u32 *ek, u8 *crypt) in des_block_encrypt()
H A Dcrypto_internal-cipher.c35 u32 ek[32]; member
/freebsd/crypto/openssl/crypto/evp/
H A Dp_dec.c21 int EVP_PKEY_decrypt_old(unsigned char *key, const unsigned char *ek, int ekl, in EVP_PKEY_decrypt_old()
H A Dp_enc.c21 int EVP_PKEY_encrypt_old(unsigned char *ek, const unsigned char *key, in EVP_PKEY_encrypt_old()
H A Dp_open.c19 const unsigned char *ek, int ekl, const unsigned char *iv, in EVP_OpenInit()
H A Dp_seal.c21 unsigned char **ek, int *ekl, unsigned char *iv, in EVP_SealInit()
/freebsd/crypto/openssh/
H A Dcipher-aesctr.h27 u32 ek[4*(AES_MAXROUNDS + 1)]; /* encrypt key schedule */ member
H A Drijndael.h47 u32 ek[4*(AES_MAXROUNDS + 1)]; /* encrypt key schedule */ member
/freebsd/sys/crypto/rijndael/
H A Drijndael.h39 uint32_t ek[4 * (RIJNDAEL_MAXNR + 1)]; /* encrypt key schedule */ member
H A Drijndael-api-fst.h47 uint32_t ek[4*(RIJNDAEL_MAXNR + 1)]; /* CFB1 key schedule (encryption only) */ member
/freebsd/crypto/openssl/crypto/idea/
H A Di_skey.c61 void IDEA_set_decrypt_key(IDEA_KEY_SCHEDULE *ek, IDEA_KEY_SCHEDULE *dk) in IDEA_set_decrypt_key()
/freebsd/contrib/bearssl/tools/
H A Dkeys.c58 const br_ec_private_key *ek; in decode_key() local
H A Dskey.c486 const br_ec_private_key *ek; in decode_key() local
/freebsd/crypto/openssl/crypto/pkcs7/
H A Dpk7_doit.c113 unsigned char *ek = NULL; in pkcs7_encode_rinfo() local
160 unsigned char *ek = NULL; in pkcs7_decrypt_rinfo() local
410 unsigned char *ek = NULL, *tkey = NULL; in PKCS7_dataDecode() local
/freebsd/crypto/heimdal/kdc/
H A Dkerberos5.c324 KDC_REP *rep, const EncTicketPart *et, EncKDCRepPart *ek, in _kdc_encode_reply()
973 EncKDCRepPart ek; in _kdc_as_rep() local
H A Dkrb5tgs.c754 EncKDCRepPart ek; in tgs_make_reply() local
/freebsd/crypto/openssl/crypto/cms/
H A Dcms_env.c479 unsigned char *ek = NULL; in cms_RecipientInfo_ktri_encrypt() local
540 unsigned char *ek = NULL; in cms_RecipientInfo_ktri_decrypt() local
/freebsd/crypto/openssl/crypto/crmf/
H A Dcrmf_lib.c615 unsigned char *ek = NULL; /* decrypted symmetric encryption key */ in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert() local
/freebsd/sys/contrib/openzfs/module/lua/
H A Dltable.c342 static void rehash (lua_State *L, Table *t, const TValue *ek) { in rehash()
/freebsd/sys/dev/cesa/
H A Dcesa.c465 uint32_t ek[4 * (RIJNDAEL_MAXNR + 1)]; in cesa_prep_aes_key() local
/freebsd/crypto/openssl/crypto/aria/
H A Daria.c1198 ARIA_KEY ek; in ossl_aria_set_decrypt_key() local
/freebsd/contrib/lua/src/
H A Dltable.c598 static void rehash (lua_State *L, Table *t, const TValue *ek) { in rehash()
/freebsd/sys/dev/cxgbe/crypto/
H A Dt4_keyctx.c374 uint32_t ek[4 * (RIJNDAEL_MAXNR + 1)]; in t4_aes_getdeckey() local
/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth.c1651 u8 ek[32]; in __wpa_send_eapol() local