Searched refs:cipher_data (Results 51 - 75 of 177) sorted by relevance

12345678

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/evp/
H A Devp_locl.h75 cprefix##_ecb_encrypt(in + i, out + i, &((kstruct *)ctx->cipher_data)->ksched, ctx->encrypt);\
86 cprefix##_ofb##cbits##_encrypt(in, out, (long)EVP_MAXCHUNK, &((kstruct *)ctx->cipher_data)->ksched, ctx->iv, &ctx->num);\
92 cprefix##_ofb##cbits##_encrypt(in, out, (long)inl, &((kstruct *)ctx->cipher_data)->ksched, ctx->iv, &ctx->num);\
101 cprefix##_cbc_encrypt(in, out, (long)EVP_MAXCHUNK, &((kstruct *)ctx->cipher_data)->ksched, ctx->iv, ctx->encrypt);\
107 cprefix##_cbc_encrypt(in, out, (long)inl, &((kstruct *)ctx->cipher_data)->ksched, ctx->iv, ctx->encrypt);\
119 cprefix##_cfb##cbits##_encrypt(in, out, (long)((cbits==1) && !(ctx->flags & EVP_CIPH_FLAG_LENGTH_BITS) ?inl*8:inl), &((kstruct *)ctx->cipher_data)->ksched, ctx->iv, &ctx->num, ctx->encrypt);\
255 #define EVP_C_DATA(kstruct, ctx) ((kstruct *)(ctx)->cipher_data)
H A De_aes.c273 EVP_AES_KEY *dat = (EVP_AES_KEY *) ctx->cipher_data;
278 ret = aesni_set_decrypt_key(key, ctx->key_len * 8, ctx->cipher_data);
283 ret = aesni_set_encrypt_key(key, ctx->key_len * 8, ctx->cipher_data);
304 aesni_cbc_encrypt(in, out, len, ctx->cipher_data, ctx->iv, ctx->encrypt);
317 aesni_ecb_encrypt(in, out, len, ctx->cipher_data, ctx->encrypt);
345 EVP_AES_GCM_CTX *gctx = ctx->cipher_data;
381 EVP_AES_XTS_CTX *xctx = ctx->cipher_data;
419 EVP_AES_CCM_CTX *cctx = ctx->cipher_data;
553 EVP_AES_KEY *dat = (EVP_AES_KEY *) ctx->cipher_data;
560 aes_t4_set_decrypt_key(key, bits, ctx->cipher_data);
[all...]
H A De_xcbc_d.c80 # define data(ctx) ((DESX_CBC_KEY *)(ctx)->cipher_data)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/evp/
H A Devp_locl.h74 cprefix##_ecb_encrypt(in + i, out + i, &((kstruct *)ctx->cipher_data)->ksched, ctx->encrypt);\
85 cprefix##_ofb##cbits##_encrypt(in, out, (long)EVP_MAXCHUNK, &((kstruct *)ctx->cipher_data)->ksched, ctx->iv, &ctx->num);\
91 cprefix##_ofb##cbits##_encrypt(in, out, (long)inl, &((kstruct *)ctx->cipher_data)->ksched, ctx->iv, &ctx->num);\
100 cprefix##_cbc_encrypt(in, out, (long)EVP_MAXCHUNK, &((kstruct *)ctx->cipher_data)->ksched, ctx->iv, ctx->encrypt);\
106 cprefix##_cbc_encrypt(in, out, (long)inl, &((kstruct *)ctx->cipher_data)->ksched, ctx->iv, ctx->encrypt);\
118 cprefix##_cfb##cbits##_encrypt(in, out, (long)((cbits==1) && !(ctx->flags & EVP_CIPH_FLAG_LENGTH_BITS) ?inl*8:inl), &((kstruct *)ctx->cipher_data)->ksched, ctx->iv, &ctx->num, ctx->encrypt);\
255 #define EVP_C_DATA(kstruct, ctx) ((kstruct *)(ctx)->cipher_data)
H A De_xcbc_d.c82 #define data(ctx) ((DESX_CBC_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 Devp_locl.h75 cprefix##_ecb_encrypt(in + i, out + i, &((kstruct *)ctx->cipher_data)->ksched, ctx->encrypt);\
86 cprefix##_ofb##cbits##_encrypt(in, out, (long)EVP_MAXCHUNK, &((kstruct *)ctx->cipher_data)->ksched, ctx->iv, &ctx->num);\
92 cprefix##_ofb##cbits##_encrypt(in, out, (long)inl, &((kstruct *)ctx->cipher_data)->ksched, ctx->iv, &ctx->num);\
101 cprefix##_cbc_encrypt(in, out, (long)EVP_MAXCHUNK, &((kstruct *)ctx->cipher_data)->ksched, ctx->iv, ctx->encrypt);\
107 cprefix##_cbc_encrypt(in, out, (long)inl, &((kstruct *)ctx->cipher_data)->ksched, ctx->iv, ctx->encrypt);\
119 cprefix##_cfb##cbits##_encrypt(in, out, (long)((cbits==1) && !(ctx->flags & EVP_CIPH_FLAG_LENGTH_BITS) ?inl*8:inl), &((kstruct *)ctx->cipher_data)->ksched, ctx->iv, &ctx->num, ctx->encrypt);\
255 #define EVP_C_DATA(kstruct, ctx) ((kstruct *)(ctx)->cipher_data)
H A De_aes.c273 EVP_AES_KEY *dat = (EVP_AES_KEY *) ctx->cipher_data;
278 ret = aesni_set_decrypt_key(key, ctx->key_len * 8, ctx->cipher_data);
283 ret = aesni_set_encrypt_key(key, ctx->key_len * 8, ctx->cipher_data);
304 aesni_cbc_encrypt(in, out, len, ctx->cipher_data, ctx->iv, ctx->encrypt);
317 aesni_ecb_encrypt(in, out, len, ctx->cipher_data, ctx->encrypt);
345 EVP_AES_GCM_CTX *gctx = ctx->cipher_data;
381 EVP_AES_XTS_CTX *xctx = ctx->cipher_data;
419 EVP_AES_CCM_CTX *cctx = ctx->cipher_data;
553 EVP_AES_KEY *dat = (EVP_AES_KEY *) ctx->cipher_data;
560 aes_t4_set_decrypt_key(key, bits, ctx->cipher_data);
[all...]
H A De_xcbc_d.c80 # define data(ctx) ((DESX_CBC_KEY *)(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 Devp_locl.h74 cprefix##_ecb_encrypt(in + i, out + i, &((kstruct *)ctx->cipher_data)->ksched, ctx->encrypt);\
85 cprefix##_ofb##cbits##_encrypt(in, out, (long)EVP_MAXCHUNK, &((kstruct *)ctx->cipher_data)->ksched, ctx->iv, &ctx->num);\
91 cprefix##_ofb##cbits##_encrypt(in, out, (long)inl, &((kstruct *)ctx->cipher_data)->ksched, ctx->iv, &ctx->num);\
100 cprefix##_cbc_encrypt(in, out, (long)EVP_MAXCHUNK, &((kstruct *)ctx->cipher_data)->ksched, ctx->iv, ctx->encrypt);\
106 cprefix##_cbc_encrypt(in, out, (long)inl, &((kstruct *)ctx->cipher_data)->ksched, ctx->iv, ctx->encrypt);\
118 cprefix##_cfb##cbits##_encrypt(in, out, (long)((cbits==1) && !(ctx->flags & EVP_CIPH_FLAG_LENGTH_BITS) ?inl*8:inl), &((kstruct *)ctx->cipher_data)->ksched, ctx->iv, &ctx->num, ctx->encrypt);\
255 #define EVP_C_DATA(kstruct, ctx) ((kstruct *)(ctx)->cipher_data)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/engines/ccgost/
H A Dgost_crypt.c188 struct ossl_gost_cipher_ctx *c = ctx->cipher_data;
192 ctx->app_data = ctx->cipher_data;
205 struct ossl_gost_cipher_ctx *c = ctx->cipher_data;
305 gost_crypt_mesh(ctx->cipher_data, ctx->iv, ctx->buf);
324 gost_crypt_mesh(ctx->cipher_data, ctx->iv, ctx->buf);
365 gost_cnt_next(ctx->cipher_data, ctx->iv, ctx->buf);
378 gost_cnt_next(ctx->cipher_data, ctx->iv, ctx->buf);
392 gost_destroy(&((struct ossl_gost_cipher_ctx *)ctx->cipher_data)->cctx);
432 struct ossl_gost_cipher_ctx *c = ctx->cipher_data;
477 struct ossl_gost_cipher_ctx *c = ctx->cipher_data;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/engines/ccgost/
H A Dgost_crypt.c180 struct ossl_gost_cipher_ctx *c=ctx->cipher_data;
184 ctx->app_data = ctx->cipher_data;
195 struct ossl_gost_cipher_ctx *c=ctx->cipher_data;
296 gost_crypt_mesh(ctx->cipher_data,ctx->iv,ctx->buf);
311 gost_crypt_mesh(ctx->cipher_data,ctx->iv,ctx->buf);
356 gost_cnt_next(ctx->cipher_data,ctx->iv,ctx->buf);
367 gost_cnt_next(ctx->cipher_data,ctx->iv,ctx->buf);
384 gost_destroy(&((struct ossl_gost_cipher_ctx *)ctx->cipher_data)->cctx);
424 struct ossl_gost_cipher_ctx *c = ctx->cipher_data;
473 struct ossl_gost_cipher_ctx *c=ctx->cipher_data;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/engines/ccgost/
H A Dgost_crypt.c180 struct ossl_gost_cipher_ctx *c=ctx->cipher_data;
184 ctx->app_data = ctx->cipher_data;
195 struct ossl_gost_cipher_ctx *c=ctx->cipher_data;
296 gost_crypt_mesh(ctx->cipher_data,ctx->iv,ctx->buf);
311 gost_crypt_mesh(ctx->cipher_data,ctx->iv,ctx->buf);
356 gost_cnt_next(ctx->cipher_data,ctx->iv,ctx->buf);
367 gost_cnt_next(ctx->cipher_data,ctx->iv,ctx->buf);
384 gost_destroy(&((struct ossl_gost_cipher_ctx *)ctx->cipher_data)->cctx);
424 struct ossl_gost_cipher_ctx *c = ctx->cipher_data;
473 struct ossl_gost_cipher_ctx *c=ctx->cipher_data;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/engines/ccgost/
H A Dgost_crypt.c188 struct ossl_gost_cipher_ctx *c = ctx->cipher_data;
192 ctx->app_data = ctx->cipher_data;
205 struct ossl_gost_cipher_ctx *c = ctx->cipher_data;
305 gost_crypt_mesh(ctx->cipher_data, ctx->iv, ctx->buf);
324 gost_crypt_mesh(ctx->cipher_data, ctx->iv, ctx->buf);
365 gost_cnt_next(ctx->cipher_data, ctx->iv, ctx->buf);
378 gost_cnt_next(ctx->cipher_data, ctx->iv, ctx->buf);
392 gost_destroy(&((struct ossl_gost_cipher_ctx *)ctx->cipher_data)->cctx);
432 struct ossl_gost_cipher_ctx *c = ctx->cipher_data;
477 struct ossl_gost_cipher_ctx *c = ctx->cipher_data;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/engines/ccgost/
H A Dgost_crypt.c188 struct ossl_gost_cipher_ctx *c = ctx->cipher_data;
192 ctx->app_data = ctx->cipher_data;
205 struct ossl_gost_cipher_ctx *c = ctx->cipher_data;
305 gost_crypt_mesh(ctx->cipher_data, ctx->iv, ctx->buf);
324 gost_crypt_mesh(ctx->cipher_data, ctx->iv, ctx->buf);
365 gost_cnt_next(ctx->cipher_data, ctx->iv, ctx->buf);
378 gost_cnt_next(ctx->cipher_data, ctx->iv, ctx->buf);
392 gost_destroy(&((struct ossl_gost_cipher_ctx *)ctx->cipher_data)->cctx);
432 struct ossl_gost_cipher_ctx *c = ctx->cipher_data;
477 struct ossl_gost_cipher_ctx *c = ctx->cipher_data;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/engines/ccgost/
H A Dgost_crypt.c180 struct ossl_gost_cipher_ctx *c=ctx->cipher_data;
184 ctx->app_data = ctx->cipher_data;
195 struct ossl_gost_cipher_ctx *c=ctx->cipher_data;
296 gost_crypt_mesh(ctx->cipher_data,ctx->iv,ctx->buf);
311 gost_crypt_mesh(ctx->cipher_data,ctx->iv,ctx->buf);
356 gost_cnt_next(ctx->cipher_data,ctx->iv,ctx->buf);
367 gost_cnt_next(ctx->cipher_data,ctx->iv,ctx->buf);
384 gost_destroy(&((struct ossl_gost_cipher_ctx *)ctx->cipher_data)->cctx);
424 struct ossl_gost_cipher_ctx *c = ctx->cipher_data;
473 struct ossl_gost_cipher_ctx *c=ctx->cipher_data;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/evp/
H A De_aes.c273 EVP_AES_KEY *dat = (EVP_AES_KEY *) ctx->cipher_data;
278 ret = aesni_set_decrypt_key(key, ctx->key_len * 8, ctx->cipher_data);
283 ret = aesni_set_encrypt_key(key, ctx->key_len * 8, ctx->cipher_data);
304 aesni_cbc_encrypt(in, out, len, ctx->cipher_data, ctx->iv, ctx->encrypt);
317 aesni_ecb_encrypt(in, out, len, ctx->cipher_data, ctx->encrypt);
345 EVP_AES_GCM_CTX *gctx = ctx->cipher_data;
381 EVP_AES_XTS_CTX *xctx = ctx->cipher_data;
419 EVP_AES_CCM_CTX *cctx = ctx->cipher_data;
553 EVP_AES_KEY *dat = (EVP_AES_KEY *) ctx->cipher_data;
560 aes_t4_set_decrypt_key(key, bits, ctx->cipher_data);
[all...]
H A De_xcbc_d.c80 # define data(ctx) ((DESX_CBC_KEY *)(ctx)->cipher_data)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/libcli/samsync/
H A Ddecrypt.c132 netlogon_creds_arcfour_crypt(creds, secret->current_cipher.cipher_data,
135 netlogon_creds_arcfour_crypt(creds, secret->old_cipher.cipher_data,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/libcli/samsync/
H A Ddecrypt.c132 netlogon_creds_arcfour_crypt(creds, secret->current_cipher.cipher_data,
135 netlogon_creds_arcfour_crypt(creds, secret->old_cipher.cipher_data,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/libcli/samsync/
H A Ddecrypt.c132 netlogon_creds_arcfour_crypt(creds, secret->current_cipher.cipher_data,
135 netlogon_creds_arcfour_crypt(creds, secret->old_cipher.cipher_data,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/demos/engines/zencod/
H A Dhw_zencod.c1335 # define rc4_data(ctx) ( (EVP_RC4_KEY *) ( ctx )->cipher_data )
1398 # define des_data(ctx) ( (DES_EDE_KEY *) ( ctx )->cipher_data )
1608 tmp_rc4_key = (NEW_ZEN_RC4_KEY *) (ctx->cipher_data);
1639 tmp_rc4_key = ((NEW_ZEN_RC4_KEY *) (ctx->cipher_data));
1665 tmp_des_key = (ZEN_DES_KEY *) (ctx->cipher_data);
1695 (unsigned char *)((ZEN_DES_KEY *) (ctx->cipher_data))->des_key;
1697 (unsigned char *)&((ZEN_DES_KEY *) (ctx->cipher_data))->des_key[8];
1699 (unsigned char *)&((ZEN_DES_KEY *) (ctx->cipher_data))->des_key[16];
1702 memcpy(((ZEN_DES_KEY *) (ctx->cipher_data))->des_iv, ctx->iv, 8);
1704 iv.data = (unsigned char *)((ZEN_DES_KEY *) (ctx->cipher_data))
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/demos/engines/zencod/
H A Dhw_zencod.c1272 #define rc4_data(ctx) ( (EVP_RC4_KEY *) ( ctx )->cipher_data )
1340 #define des_data(ctx) ( (DES_EDE_KEY *) ( ctx )->cipher_data )
1554 tmp_rc4_key = (NEW_ZEN_RC4_KEY *) ( ctx->cipher_data ) ;
1584 tmp_rc4_key = ( (NEW_ZEN_RC4_KEY *) ( ctx->cipher_data ) ) ;
1606 tmp_des_key = (ZEN_DES_KEY *) ( ctx->cipher_data ) ;
1635 deskey_1.data = (unsigned char *) ( (ZEN_DES_KEY *) ( ctx->cipher_data ) )->des_key ;
1636 deskey_2.data = (unsigned char *) &( (ZEN_DES_KEY *) ( ctx->cipher_data ) )->des_key [ 8 ] ;
1637 deskey_3.data = (unsigned char *) &( (ZEN_DES_KEY *) ( ctx->cipher_data ) )->des_key [ 16 ] ;
1640 memcpy ( ( (ZEN_DES_KEY *) ( ctx->cipher_data ) )->des_iv, ctx->iv, 8 ) ;
1642 iv.data = (unsigned char *) ( (ZEN_DES_KEY *) ( ctx->cipher_data ) )
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/evp/
H A De_xcbc_d.c82 #define data(ctx) ((DESX_CBC_KEY *)(ctx)->cipher_data)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/demos/engines/zencod/
H A Dhw_zencod.c1272 #define rc4_data(ctx) ( (EVP_RC4_KEY *) ( ctx )->cipher_data )
1340 #define des_data(ctx) ( (DES_EDE_KEY *) ( ctx )->cipher_data )
1554 tmp_rc4_key = (NEW_ZEN_RC4_KEY *) ( ctx->cipher_data ) ;
1584 tmp_rc4_key = ( (NEW_ZEN_RC4_KEY *) ( ctx->cipher_data ) ) ;
1606 tmp_des_key = (ZEN_DES_KEY *) ( ctx->cipher_data ) ;
1635 deskey_1.data = (unsigned char *) ( (ZEN_DES_KEY *) ( ctx->cipher_data ) )->des_key ;
1636 deskey_2.data = (unsigned char *) &( (ZEN_DES_KEY *) ( ctx->cipher_data ) )->des_key [ 8 ] ;
1637 deskey_3.data = (unsigned char *) &( (ZEN_DES_KEY *) ( ctx->cipher_data ) )->des_key [ 16 ] ;
1640 memcpy ( ( (ZEN_DES_KEY *) ( ctx->cipher_data ) )->des_iv, ctx->iv, 8 ) ;
1642 iv.data = (unsigned char *) ( (ZEN_DES_KEY *) ( ctx->cipher_data ) )
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/demos/engines/zencod/
H A Dhw_zencod.c1335 # define rc4_data(ctx) ( (EVP_RC4_KEY *) ( ctx )->cipher_data )
1398 # define des_data(ctx) ( (DES_EDE_KEY *) ( ctx )->cipher_data )
1608 tmp_rc4_key = (NEW_ZEN_RC4_KEY *) (ctx->cipher_data);
1639 tmp_rc4_key = ((NEW_ZEN_RC4_KEY *) (ctx->cipher_data));
1665 tmp_des_key = (ZEN_DES_KEY *) (ctx->cipher_data);
1695 (unsigned char *)((ZEN_DES_KEY *) (ctx->cipher_data))->des_key;
1697 (unsigned char *)&((ZEN_DES_KEY *) (ctx->cipher_data))->des_key[8];
1699 (unsigned char *)&((ZEN_DES_KEY *) (ctx->cipher_data))->des_key[16];
1702 memcpy(((ZEN_DES_KEY *) (ctx->cipher_data))->des_iv, ctx->iv, 8);
1704 iv.data = (unsigned char *)((ZEN_DES_KEY *) (ctx->cipher_data))
[all...]

Completed in 242 milliseconds

12345678