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

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/evp/
H A Dp_dec.c69 int EVP_PKEY_decrypt(unsigned char *key, unsigned char *ek, int ekl, argument
83 ret=RSA_private_decrypt(ekl,ek,key,priv->pkey.rsa,RSA_PKCS1_PADDING);
H A Dp_enc.c69 int EVP_PKEY_encrypt(unsigned char *ek, unsigned char *key, int key_len, argument
82 ret=RSA_public_encrypt(key_len,key,ek,pubk->pkey.rsa,RSA_PKCS1_PADDING);
H A Dp_open.c66 int EVP_OpenInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type, unsigned char *ek, argument
94 i=EVP_PKEY_decrypt(key,ek,ekl,priv);
H A Dp_seal.c69 int EVP_SealInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type, unsigned char **ek, argument
90 ekl[i]=EVP_PKEY_encrypt(ek[i],key,EVP_CIPHER_CTX_key_length(ctx),
H A Devp.h594 int EVP_OpenInit(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *type,unsigned char *ek,
598 int EVP_SealInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type, unsigned char **ek,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Dp_dec.c69 int EVP_PKEY_decrypt(unsigned char *key, const unsigned char *ek, int ekl, argument
83 ret=RSA_private_decrypt(ekl,ek,key,priv->pkey.rsa,RSA_PKCS1_PADDING);
H A Dp_enc.c69 int EVP_PKEY_encrypt(unsigned char *ek, const unsigned char *key, int key_len, argument
82 ret=RSA_public_encrypt(key_len,key,ek,pubk->pkey.rsa,RSA_PKCS1_PADDING);
H A Dp_open.c70 const unsigned char *ek, int ekl, const unsigned char *iv,
98 i=EVP_PKEY_decrypt(key,ek,ekl,priv);
69 EVP_OpenInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type, const unsigned char *ek, int ekl, const unsigned char *iv, EVP_PKEY *priv) argument
H A Dp_seal.c69 int EVP_SealInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type, unsigned char **ek, argument
90 ekl[i]=EVP_PKEY_encrypt(ek[i],key,EVP_CIPHER_CTX_key_length(ctx),
H A Devp.h563 const unsigned char *ek, int ekl, const unsigned char *iv,
568 unsigned char **ek, int *ekl, unsigned char *iv,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/nfsd/
H A Dexport.c76 struct svc_expkey *ek = container_of(h, struct svc_expkey, h); local
79 qword_add(bpp, blen, ek->ek_client->name);
80 snprintf(type, 5, "%d", ek->ek_fsidtype);
82 qword_addhex(bpp, blen, (char*)ek->ek_fsid, key_len(ek->ek_fsidtype));
100 struct svc_expkey *ek; local
145 ek = svc_expkey_lookup(&key);
147 if (!ek)
158 ek = svc_expkey_update(&key, ek);
191 struct svc_expkey *ek ; local
737 struct svc_expkey key, *ek; local
757 struct svc_expkey key, *ek; local
897 struct svc_expkey *ek; local
937 struct svc_expkey *ek; local
1178 struct svc_expkey *ek = exp_find_key(clp, fsid_type, fsidv, reqp); local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/idea/
H A Didea.h90 void idea_set_decrypt_key(IDEA_KEY_SCHEDULE *ek, IDEA_KEY_SCHEDULE *dk);
H A Di_skey.c110 void idea_set_decrypt_key(IDEA_KEY_SCHEDULE *ek, IDEA_KEY_SCHEDULE *dk) argument
116 fp= &(ek->data[8][0]);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/pem/
H A Dpem_seal.c69 unsigned char **ek, int *ekl, unsigned char *iv, EVP_PKEY **pubk,
100 ret=EVP_SealInit(&ctx->cipher,type,ek,ekl,iv,pubk,npubk);
106 j=EVP_EncodeBlock((unsigned char *)s,ek[i],
109 memcpy(ek[i],s,j+1);
68 PEM_SealInit(PEM_ENCODE_SEAL_CTX *ctx, EVP_CIPHER *type, EVP_MD *md_type, unsigned char **ek, int *ekl, unsigned char *iv, EVP_PKEY **pubk, int npubk) argument
H A Dpem.h521 EVP_MD *md_type, unsigned char **ek, int *ekl,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/include/openssl/
H A Didea.h90 void idea_set_decrypt_key(IDEA_KEY_SCHEDULE *ek, IDEA_KEY_SCHEDULE *dk);
H A Devp.h594 int EVP_OpenInit(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *type,unsigned char *ek,
598 int EVP_SealInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type, unsigned char **ek,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Didea.h87 void idea_set_decrypt_key(const IDEA_KEY_SCHEDULE *ek, IDEA_KEY_SCHEDULE *dk);
H A Devp.h563 const unsigned char *ek, int ekl, const unsigned char *iv,
568 unsigned char **ek, int *ekl, unsigned char *iv,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/idea/
H A Didea.h87 void idea_set_decrypt_key(const IDEA_KEY_SCHEDULE *ek, IDEA_KEY_SCHEDULE *dk);
H A Di_skey.c97 void idea_set_decrypt_key(const IDEA_KEY_SCHEDULE *ek, IDEA_KEY_SCHEDULE *dk) argument
104 fp= &(ek->data[8][0]);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/pem/
H A Dpem_seal.c71 unsigned char **ek, int *ekl, unsigned char *iv, EVP_PKEY **pubk,
102 ret=EVP_SealInit(&ctx->cipher,type,ek,ekl,iv,pubk,npubk);
108 j=EVP_EncodeBlock((unsigned char *)s,ek[i],
111 memcpy(ek[i],s,j+1);
70 PEM_SealInit(PEM_ENCODE_SEAL_CTX *ctx, EVP_CIPHER *type, EVP_MD *md_type, unsigned char **ek, int *ekl, unsigned char *iv, EVP_PKEY **pubk, int npubk) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/mach-at91/
H A DMakefile22 obj-$(CONFIG_MACH_AT91RM9200EK) += board-ek.o
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/ssl/
H A Ds2_srvr.c384 int is_export,i,n,keya,ek; local
482 ek=8;
485 ek=5;
493 || (is_export && ((i != ek) || (s->s2->tmp.clear+(unsigned int)i !=
498 i=ek;
512 || (is_export && ((i != ek) || (s->s2->tmp.clear+i !=
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Ds2_srvr.c366 int is_export,i,n,keya,ek; local
464 ek=8;
467 ek=5;
475 || (is_export && ((i != ek) || (s->s2->tmp.clear+(unsigned int)i !=
480 i=ek;
494 || (is_export && ((i != ek) || (s->s2->tmp.clear+i !=

Completed in 204 milliseconds

12