Home
last modified time | relevance | path

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

12

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Ddes_i.h13 u32 ek[3][32]; member
H A Dcrypto_internal-cipher.c35 u32 ek[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() argument
435 void des_block_encrypt(const u8 *plain, const u32 *ek, u8 *crypt) in des_block_encrypt() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Ddes_i.h13 u32 ek[3][32]; member
H A Dcrypto_internal-cipher.c35 u32 ek[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() argument
435 void des_block_encrypt(const u8 *plain, const u32 *ek, u8 *crypt) in des_block_encrypt() argument
[all...]
/third_party/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 u_int32_t ek[4*(RIJNDAEL_MAXNR + 1)]; /* CFB1 key schedule (encryption only) */ member
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dp_enc.c21 int EVP_PKEY_encrypt_old(unsigned char *ek, const unsigned char *key, in EVP_PKEY_encrypt_old() argument
H A Dp_dec.c21 int EVP_PKEY_decrypt_old(unsigned char *key, const unsigned char *ek, int ekl, in EVP_PKEY_decrypt_old() argument
H A Dp_open.c18 EVP_OpenInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type, const unsigned char *ek, int ekl, const unsigned char *iv, EVP_PKEY *priv) EVP_OpenInit() argument
H A Dp_seal.c20 EVP_SealInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type, unsigned char **ek, int *ekl, unsigned char *iv, EVP_PKEY **pubk, int npubk) EVP_SealInit() argument
/third_party/openssl/crypto/evp/
H A Dp_enc.c21 int EVP_PKEY_encrypt_old(unsigned char *ek, const unsigned char *key, in EVP_PKEY_encrypt_old() argument
H A Dp_dec.c21 int EVP_PKEY_decrypt_old(unsigned char *key, const unsigned char *ek, int ekl, in EVP_PKEY_decrypt_old() argument
H A Dp_open.c18 EVP_OpenInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type, const unsigned char *ek, int ekl, const unsigned char *iv, EVP_PKEY *priv) EVP_OpenInit() argument
H A Dp_seal.c20 EVP_SealInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type, unsigned char **ek, int *ekl, unsigned char *iv, EVP_PKEY **pubk, int npubk) EVP_SealInit() argument
/third_party/node/deps/openssl/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() argument
/third_party/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() argument
/third_party/node/deps/openssl/openssl/crypto/crmf/
H A Dcrmf_lib.c615 unsigned char *ek = NULL; /* decrypted symmetric encryption key */ in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert() local
/third_party/node/deps/openssl/openssl/crypto/aria/
H A Daria.c1198 ARIA_KEY ek; in ossl_aria_set_decrypt_key() local
/third_party/openssl/crypto/aria/
H A Daria.c1198 ARIA_KEY ek; in ossl_aria_set_decrypt_key() local
/third_party/openssl/crypto/crmf/
H A Dcrmf_lib.c615 unsigned char *ek = NULL; /* decrypted symmetric encryption key */ in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert() local
/third_party/node/deps/openssl/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; PKCS7_dataDecode() local
[all...]
/third_party/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; PKCS7_dataDecode() local
[all...]
/third_party/node/deps/openssl/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
[all...]

Completed in 23 milliseconds

12