Searched refs:cipher_data (Results 1 - 25 of 177) sorted by relevance

12345678

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/evp/
H A De_des.c78 DES_ecb_encrypt((DES_cblock *)(in + i), (DES_cblock *)(out + i), ctx->cipher_data, ctx->encrypt);
87 DES_ofb64_encrypt(in, out, (long)EVP_MAXCHUNK, ctx->cipher_data,
94 DES_ofb64_encrypt(in, out, (long)inl, ctx->cipher_data,
104 DES_ncbc_encrypt(in, out, (long)EVP_MAXCHUNK, ctx->cipher_data,
111 DES_ncbc_encrypt(in, out, (long)inl, ctx->cipher_data,
121 DES_cfb64_encrypt(in,out, (long)EVP_MAXCHUNK, ctx->cipher_data,
128 DES_cfb64_encrypt(in, out, (long)inl, ctx->cipher_data,
148 DES_cfb_encrypt(c,d,1,1,ctx->cipher_data,(DES_cblock *)ctx->iv,
167 DES_cfb_encrypt(in,out,8,(long)EVP_MAXCHUNK,ctx->cipher_data,
174 DES_cfb_encrypt(in,out,8,(long)inl,ctx->cipher_data,
[all...]
H A De_idea.c79 idea_ecb_encrypt(in + i, out + i, ctx->cipher_data);
105 if (enc) idea_set_encrypt_key(key,ctx->cipher_data);
111 idea_set_decrypt_key(&tmp,ctx->cipher_data);
H A De_seed.c79 SEED_set_key(key, ctx->cipher_data);
H A De_aes.c107 ret=AES_set_encrypt_key(key, ctx->key_len * 8, ctx->cipher_data);
109 ret=AES_set_decrypt_key(key, ctx->key_len * 8, ctx->cipher_data);
H A Devp_enc.c161 ctx->cipher_data=OPENSSL_malloc(ctx->cipher->ctx_size);
162 if (!ctx->cipher_data)
170 ctx->cipher_data = NULL;
504 if (c->cipher_data)
505 OPENSSL_cleanse(c->cipher_data, c->cipher->ctx_size);
507 if (c->cipher_data)
508 OPENSSL_free(c->cipher_data);
589 if (in->cipher_data && in->cipher->ctx_size)
591 out->cipher_data=OPENSSL_malloc(in->cipher->ctx_size);
592 if (!out->cipher_data)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/evp/
H A De_des.c78 DES_ecb_encrypt((DES_cblock *)(in + i), (DES_cblock *)(out + i), ctx->cipher_data, ctx->encrypt);
87 DES_ofb64_encrypt(in, out, (long)EVP_MAXCHUNK, ctx->cipher_data,
94 DES_ofb64_encrypt(in, out, (long)inl, ctx->cipher_data,
104 DES_ncbc_encrypt(in, out, (long)EVP_MAXCHUNK, ctx->cipher_data,
111 DES_ncbc_encrypt(in, out, (long)inl, ctx->cipher_data,
121 DES_cfb64_encrypt(in,out, (long)EVP_MAXCHUNK, ctx->cipher_data,
128 DES_cfb64_encrypt(in, out, (long)inl, ctx->cipher_data,
148 DES_cfb_encrypt(c,d,1,1,ctx->cipher_data,(DES_cblock *)ctx->iv,
167 DES_cfb_encrypt(in,out,8,(long)EVP_MAXCHUNK,ctx->cipher_data,
174 DES_cfb_encrypt(in,out,8,(long)inl,ctx->cipher_data,
[all...]
H A De_idea.c79 idea_ecb_encrypt(in + i, out + i, ctx->cipher_data);
105 if (enc) idea_set_encrypt_key(key,ctx->cipher_data);
111 idea_set_decrypt_key(&tmp,ctx->cipher_data);
H A De_seed.c79 SEED_set_key(key, ctx->cipher_data);
H A De_aes.c107 ret=AES_set_encrypt_key(key, ctx->key_len * 8, ctx->cipher_data);
109 ret=AES_set_decrypt_key(key, ctx->key_len * 8, ctx->cipher_data);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/evp/
H A De_des.c78 DES_ecb_encrypt((DES_cblock *)(in + i), (DES_cblock *)(out + i), ctx->cipher_data, ctx->encrypt);
87 DES_ofb64_encrypt(in, out, (long)EVP_MAXCHUNK, ctx->cipher_data,
94 DES_ofb64_encrypt(in, out, (long)inl, ctx->cipher_data,
104 DES_ncbc_encrypt(in, out, (long)EVP_MAXCHUNK, ctx->cipher_data,
111 DES_ncbc_encrypt(in, out, (long)inl, ctx->cipher_data,
121 DES_cfb64_encrypt(in,out, (long)EVP_MAXCHUNK, ctx->cipher_data,
128 DES_cfb64_encrypt(in, out, (long)inl, ctx->cipher_data,
148 DES_cfb_encrypt(c,d,1,1,ctx->cipher_data,(DES_cblock *)ctx->iv,
167 DES_cfb_encrypt(in,out,8,(long)EVP_MAXCHUNK,ctx->cipher_data,
174 DES_cfb_encrypt(in,out,8,(long)inl,ctx->cipher_data,
[all...]
H A De_idea.c79 idea_ecb_encrypt(in + i, out + i, ctx->cipher_data);
105 if (enc) idea_set_encrypt_key(key,ctx->cipher_data);
111 idea_set_decrypt_key(&tmp,ctx->cipher_data);
H A De_seed.c79 SEED_set_key(key, ctx->cipher_data);
H A De_aes.c107 ret=AES_set_encrypt_key(key, ctx->key_len * 8, ctx->cipher_data);
109 ret=AES_set_decrypt_key(key, ctx->key_len * 8, ctx->cipher_data);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/evp/
H A De_des.c108 ctx->cipher_data, ctx->encrypt);
116 DES_ofb64_encrypt(in, out, (long)EVP_MAXCHUNK, ctx->cipher_data,
123 DES_ofb64_encrypt(in, out, (long)inl, ctx->cipher_data,
131 EVP_DES_KEY *dat = (EVP_DES_KEY *) ctx->cipher_data;
138 DES_ncbc_encrypt(in, out, (long)EVP_MAXCHUNK, ctx->cipher_data,
145 DES_ncbc_encrypt(in, out, (long)inl, ctx->cipher_data,
154 DES_cfb64_encrypt(in, out, (long)EVP_MAXCHUNK, ctx->cipher_data,
161 DES_cfb64_encrypt(in, out, (long)inl, ctx->cipher_data,
182 DES_cfb_encrypt(c, d, 1, 1, ctx->cipher_data,
202 DES_cfb_encrypt(in, out, 8, (long)EVP_MAXCHUNK, ctx->cipher_data,
[all...]
H A De_idea.c80 idea_ecb_encrypt(in + i, out + i, ctx->cipher_data);
108 idea_set_encrypt_key(key, ctx->cipher_data);
113 idea_set_decrypt_key(&tmp, ctx->cipher_data);
H A De_seed.c78 SEED_set_key(key, ctx->cipher_data);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/evp/
H A De_des.c108 ctx->cipher_data, ctx->encrypt);
116 DES_ofb64_encrypt(in, out, (long)EVP_MAXCHUNK, ctx->cipher_data,
123 DES_ofb64_encrypt(in, out, (long)inl, ctx->cipher_data,
131 EVP_DES_KEY *dat = (EVP_DES_KEY *) ctx->cipher_data;
138 DES_ncbc_encrypt(in, out, (long)EVP_MAXCHUNK, ctx->cipher_data,
145 DES_ncbc_encrypt(in, out, (long)inl, ctx->cipher_data,
154 DES_cfb64_encrypt(in, out, (long)EVP_MAXCHUNK, ctx->cipher_data,
161 DES_cfb64_encrypt(in, out, (long)inl, ctx->cipher_data,
182 DES_cfb_encrypt(c, d, 1, 1, ctx->cipher_data,
202 DES_cfb_encrypt(in, out, 8, (long)EVP_MAXCHUNK, ctx->cipher_data,
[all...]
H A De_idea.c80 idea_ecb_encrypt(in + i, out + i, ctx->cipher_data);
108 idea_set_encrypt_key(key, ctx->cipher_data);
113 idea_set_decrypt_key(&tmp, ctx->cipher_data);
H A De_seed.c78 SEED_set_key(key, ctx->cipher_data);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/evp/
H A De_des.c108 ctx->cipher_data, ctx->encrypt);
116 DES_ofb64_encrypt(in, out, (long)EVP_MAXCHUNK, ctx->cipher_data,
123 DES_ofb64_encrypt(in, out, (long)inl, ctx->cipher_data,
131 EVP_DES_KEY *dat = (EVP_DES_KEY *) ctx->cipher_data;
138 DES_ncbc_encrypt(in, out, (long)EVP_MAXCHUNK, ctx->cipher_data,
145 DES_ncbc_encrypt(in, out, (long)inl, ctx->cipher_data,
154 DES_cfb64_encrypt(in, out, (long)EVP_MAXCHUNK, ctx->cipher_data,
161 DES_cfb64_encrypt(in, out, (long)inl, ctx->cipher_data,
182 DES_cfb_encrypt(c, d, 1, 1, ctx->cipher_data,
202 DES_cfb_encrypt(in, out, 8, (long)EVP_MAXCHUNK, ctx->cipher_data,
[all...]
H A De_idea.c80 idea_ecb_encrypt(in + i, out + i, ctx->cipher_data);
108 idea_set_encrypt_key(key, ctx->cipher_data);
113 idea_set_decrypt_key(&tmp, ctx->cipher_data);
H A De_seed.c78 SEED_set_key(key, ctx->cipher_data);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/lib/hcrypto/
H A Devp-hcrypto.c60 AES_KEY *k = ctx->cipher_data;
74 AES_KEY *k = ctx->cipher_data;
82 memset(ctx->cipher_data, 0, sizeof(AES_KEY));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/lib/hcrypto/
H A Devp-hcrypto.c60 AES_KEY *k = ctx->cipher_data;
74 AES_KEY *k = ctx->cipher_data;
82 memset(ctx->cipher_data, 0, sizeof(AES_KEY));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/heimdal/lib/hcrypto/
H A Devp-hcrypto.c60 AES_KEY *k = ctx->cipher_data;
74 AES_KEY *k = ctx->cipher_data;
82 memset(ctx->cipher_data, 0, sizeof(AES_KEY));

Completed in 265 milliseconds

12345678