Searched refs:enc (Results 1 - 25 of 35) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/router/library/libiconv-1.8/tools/
H A Dcjk_tab_to_h.c107 static void read_table (Encoding* enc) argument
111 enc->charset2uni = (int**) malloc(enc->rows*sizeof(int*));
112 for (row = 0; row < enc->rows; row++)
113 enc->charset2uni[row] = (int*) malloc(enc->cols*sizeof(int));
115 for (row = 0; row < enc->rows; row++)
116 for (col = 0; col < enc->cols; col++)
117 enc->charset2uni[row][col] = 0xfffd;
138 row = enc
173 is_charset2uni_large(Encoding* enc) argument
188 compact_large_charset2uni(Encoding* enc, unsigned int **urows, unsigned int *urowshift) argument
245 find_charset2uni_pages(Encoding* enc) argument
266 find_charset2uni_blocks(Encoding* enc) argument
286 output_charset2uni(const char* name, Encoding* enc) argument
406 output_charset2uni_noholes_monotonic(const char* name, Encoding* enc) argument
523 invert(Encoding* enc) argument
544 output_uni2charset_dense(const char* name, Encoding* enc) argument
674 output_uni2charset_sparse(const char* name, Encoding* enc, bool monotonic) argument
867 Encoding enc; local
892 Encoding enc; local
920 Encoding enc; local
963 Encoding enc; local
983 Encoding enc; local
1023 Encoding enc; local
1042 Encoding enc; local
1064 read_table_ksc5601(Encoding* enc) argument
1136 Encoding enc; local
1183 Encoding enc; local
1228 Encoding enc; local
1271 Encoding enc; local
1303 Encoding enc; local
1346 Encoding enc; local
1391 Encoding enc; local
1414 invert_cp932(Encoding* enc) argument
1437 Encoding enc; local
1480 Encoding enc; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/
H A Daes.h97 const AES_KEY *key, const int enc);
100 unsigned char *ivec, const int enc);
103 unsigned char *ivec, int *num, const int enc);
106 unsigned char *ivec, int *num, const int enc);
109 unsigned char *ivec, int *num, const int enc);
112 unsigned char *ivec,const int enc);
H A Dblowfish.h114 const BF_KEY *key, int enc);
116 const BF_KEY *schedule, unsigned char *ivec, int enc);
118 const BF_KEY *schedule, unsigned char *ivec, int *num, int enc);
H A Dcast.h89 int enc);
93 CAST_KEY *ks, unsigned char *iv, int enc);
96 int *num, int enc);
H A Drc2.h85 int enc);
89 RC2_KEY *ks, unsigned char *iv, int enc);
92 int *num, int enc);
H A Ddes.h133 DES_key_schedule *ks3, int enc);
140 int enc);
143 int enc);
146 const_DES_cblock *inw,const_DES_cblock *outw,int enc);
149 int enc);
151 DES_key_schedule *ks,int enc);
160 DES_key_schedule to use. enc, is non zero specifies encryption,
162 void DES_encrypt1(DES_LONG *data,DES_key_schedule *ks, int enc);
170 void DES_encrypt2(DES_LONG *data,DES_key_schedule *ks, int enc);
179 DES_key_schedule *ks3,DES_cblock *ivec,int enc);
[all...]
H A Didea.h89 long length, IDEA_KEY_SCHEDULE *ks, unsigned char *iv,int enc);
92 int *num,int enc);
H A Dpem.h239 int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
243 return(((int (*)(I2D_OF(type),const char *,FILE *,type *, const EVP_CIPHER *,unsigned char *,int, pem_password_cb *,void *))openssl_fcast(PEM_ASN1_write))(i2d_##asn1,str,fp,x,enc,kstr,klen,cb,u)); \
247 int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
251 return(((int (*)(I2D_OF_const(type),const char *,FILE *,type *, const EVP_CIPHER *,unsigned char *,int, pem_password_cb *,void *))openssl_fcast(PEM_ASN1_write))(i2d_##asn1,str,fp,x,enc,kstr,klen,cb,u)); \
275 int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
278 return(((int (*)(I2D_OF(type),const char *,BIO *,type *,const EVP_CIPHER *,unsigned char *,int,pem_password_cb *,void *))openssl_fcast(PEM_ASN1_write_bio))(i2d_##asn1,str,bp,x,enc,kstr,klen,cb,u)); \
282 int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
285 return(((int (*)(I2D_OF_const(type),const char *,BIO *,type *,const EVP_CIPHER *,unsigned char *,int,pem_password_cb *,void *))openssl_fcast(PEM_ASN1_write_bio))(i2d_##asn1,str,bp,x,enc,kstr,klen,cb,u)); \
340 int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
356 int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
[all...]
H A Ddes_old.h326 _ossl_old_des_key_schedule ks3, int enc);
330 _ossl_old_des_key_schedule schedule,_ossl_old_des_cblock *ivec,int enc);
332 _ossl_old_des_key_schedule schedule,_ossl_old_des_cblock *ivec,int enc);
335 _ossl_old_des_cblock *inw,_ossl_old_des_cblock *outw,int enc);
337 long length,_ossl_old_des_key_schedule schedule,_ossl_old_des_cblock *ivec,int enc);
339 _ossl_old_des_key_schedule ks,int enc);
340 void _ossl_old_des_encrypt(DES_LONG *data,_ossl_old_des_key_schedule ks, int enc);
341 void _ossl_old_des_encrypt2(DES_LONG *data,_ossl_old_des_key_schedule ks, int enc);
348 _ossl_old_des_key_schedule ks3, _ossl_old_des_cblock *ivec, int enc);
351 _ossl_old_des_key_schedule ks3, _ossl_old_des_cblock *ivec, int *num, int enc);
[all...]
H A Dssl2.h213 unsigned int enc; member in struct:ssl2_state_st::__anon11887
H A Devp.h248 const unsigned char *iv, int enc); /* init key */
476 int enc);
479 int enc);
527 const unsigned char *i, int enc);
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/openssl/
H A Dblowfish.h114 const BF_KEY *key, int enc);
116 const BF_KEY *schedule, unsigned char *ivec, int enc);
118 const BF_KEY *schedule, unsigned char *ivec, int *num, int enc);
H A Dcast.h87 int enc);
91 CAST_KEY *ks, unsigned char *iv, int enc);
94 int *num, int enc);
H A Drc2.h85 int enc);
89 RC2_KEY *ks, unsigned char *iv, int enc);
92 int *num, int enc);
H A Ddes.h133 DES_key_schedule *ks3, int enc);
140 int enc);
143 int enc);
146 const_DES_cblock *inw,const_DES_cblock *outw,int enc);
149 int enc);
151 DES_key_schedule *ks,int enc);
160 DES_key_schedule to use. enc, is non zero specifies encryption,
162 void DES_encrypt1(DES_LONG *data,DES_key_schedule *ks, int enc);
170 void DES_encrypt2(DES_LONG *data,DES_key_schedule *ks, int enc);
179 DES_key_schedule *ks3,DES_cblock *ivec,int enc);
[all...]
H A Daes.h91 const AES_KEY *key, const int enc);
94 unsigned char *ivec, const int enc);
97 unsigned char *ivec, int *num, const int enc);
H A Dpem.h228 int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
233 (char *)x,enc,kstr,klen,cb,u)); \
253 int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
257 (char *)x,enc,kstr,klen,cb,u)); \
297 int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
310 int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
355 #define PEM_write_RSAPrivateKey(fp,x,enc,kstr,klen,cb,u) \
357 (char *)x,enc,kstr,klen,cb,u)
361 #define PEM_write_DSAPrivateKey(fp,x,enc,kstr,klen,cb,u) \
363 (char *)x,enc,kst
[all...]
H A Ddes_old.h334 _ossl_old_des_key_schedule ks3, int enc);
338 _ossl_old_des_key_schedule schedule,_ossl_old_des_cblock *ivec,int enc);
340 _ossl_old_des_key_schedule schedule,_ossl_old_des_cblock *ivec,int enc);
343 _ossl_old_des_cblock *inw,_ossl_old_des_cblock *outw,int enc);
345 long length,_ossl_old_des_key_schedule schedule,_ossl_old_des_cblock *ivec,int enc);
347 _ossl_old_des_key_schedule ks,int enc);
348 void _ossl_old_des_encrypt(DES_LONG *data,_ossl_old_des_key_schedule ks, int enc);
349 void _ossl_old_des_encrypt2(DES_LONG *data,_ossl_old_des_key_schedule ks, int enc);
356 _ossl_old_des_key_schedule ks3, _ossl_old_des_cblock *ivec, int enc);
359 _ossl_old_des_key_schedule ks3, _ossl_old_des_cblock *ivec, int *num, int enc);
[all...]
H A Dssl2.h213 unsigned int enc; member in struct:ssl2_state_st::__anon12523
/asus-wl-520gu-7.0.1.45/src/router/attr/getfattr/
H A Dgetfattr.c121 char *enc, *e; local
125 enc = "text";
127 enc = "base64";
129 enc = opt_encoding;
131 if (strcmp(enc, "text") == 0) {
164 } else if (strcmp(enc, "hex") == 0) {
182 } else if (strcmp(enc, "base64") == 0) {
275 const char *enc = encode(value, &length); local
277 if (enc)
278 printf("%s=%s\n", xquote(name), enc);
[all...]
/asus-wl-520gu-7.0.1.45/src/router/LPRng/DOCS/
H A DMakefile.in29 all: license.enc license.txt y2k.txt $(DOC).html $(DOC).pdf LPRng-Reference-Multipart/index.htm purge
36 license.enc: $(LICENSE) Makefile
44 $(DOC).html: $(DOC).sgml $(DOC).dsl Makefile license.enc
50 check: license.enc
126 LPRng-Reference-Multipart/index.htm: $(DOC).sgml $(DOC).dsl Makefile license.enc
H A DMakefile29 all: license.enc license.txt y2k.txt $(DOC).html $(DOC).pdf LPRng-Reference-Multipart/index.htm purge
36 license.enc: $(LICENSE) Makefile
44 $(DOC).html: $(DOC).sgml $(DOC).dsl Makefile license.enc
50 check: license.enc
126 LPRng-Reference-Multipart/index.htm: $(DOC).sgml $(DOC).dsl Makefile license.enc
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/arch/mips/cpu/sb1250/src/
H A Ddiag_l1cache.h133 #define DTAG_HI_PAT(state,coh,check,enc,stream,lu,lru) \
139 _SB_MAKEVALUE(enc,DTAGHI_EXTNC_SHIFT) | \
/asus-wl-520gu-7.0.1.45/src/router/LPRng/PrintingCookbook/source/
H A DMakefile45 $(DOC).html: $(DOC).sgml $(DOC).dsl Makefile license.enc
70 ${DOC}-Multipart/index.htm: $(DOC).sgml $(DOC).dsl Makefile license.enc
/asus-wl-520gu-7.0.1.45/src/router/samba/source/libsmb/
H A Dclikrb5.c57 krb5_error_code krb5_set_default_tgs_ktypes(krb5_context ctx, const krb5_enctype *enc) argument
59 return krb5_set_default_in_tkt_etypes(ctx, enc);

Completed in 144 milliseconds

12