HomeSort by relevance Sort by last modified time
    Searched full:enc (Results 26 - 50 of 333) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/base/include/media/
MediaProfiles.h 84 * enc.vid.width.min - min video frame width
85 * enc.vid.width.max - max video frame width
86 * enc.vid.height.min - min video frame height
87 * enc.vid.height.max - max video frame height
88 * enc.vid.bps.min - min bit rate in bits per second
89 * enc.vid.bps.max - max bit rate in bits per second
90 * enc.vid.fps.min - min frame rate in frames per second
91 * enc.vid.fps.max - max frame rate in frames per second
105 * enc.aud.ch.min - min number of channels
106 * enc.aud.ch.max - max number of channel
    [all...]
  /dalvik/libcore/luni/src/main/java/java/net/
URLEncoder.java 38 * the specified encoding scheme {@code enc}.
75 * using the specified encoding scheme {@code enc}.
84 * @param enc
90 public static String encode(String s, String enc)
93 if (s == null || enc == null) {
97 "".getBytes(enc); //$NON-NLS-1$
107 convert(s.substring(start, i), buf, enc); local
122 convert(s.substring(start, s.length()), buf, enc); local
127 private static void convert(String s, StringBuffer buf, String enc)
129 byte[] bytes = s.getBytes(enc);
    [all...]
URLDecoder.java 83 * @param enc
89 public static String decode(String s, String enc)
92 if (enc == null) {
97 if (enc.length() == 0) {
100 Msg.getString("K00a5", "enc")); //$NON-NLS-1$ //$NON-NLS-2$
116 charset = Charset.forName(enc);
119 enc).initCause(e));
122 enc).initCause(e));
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
crypto_openssl.c 32 #define DES_ecb_encrypt(input, output, ks, enc) \
33 des_ecb_encrypt((input), (output), *(ks), (enc))
251 EVP_CIPHER_CTX enc; member in struct:crypto_cipher
309 EVP_CIPHER_CTX_init(&ctx->enc);
310 EVP_CIPHER_CTX_set_padding(&ctx->enc, 0);
311 if (!EVP_EncryptInit_ex(&ctx->enc, cipher, NULL, NULL, NULL) ||
312 !EVP_CIPHER_CTX_set_key_length(&ctx->enc, key_len) ||
313 !EVP_EncryptInit_ex(&ctx->enc, cipher, NULL, key, iv)) {
314 EVP_CIPHER_CTX_cleanup(&ctx->enc);
324 EVP_CIPHER_CTX_cleanup(&ctx->enc);
    [all...]
  /external/qemu/
aes.h 24 unsigned char *ivec, const int enc);
  /external/tcpdump/
print-enc.c 1 /* $OpenBSD: print-enc.c,v 1.7 2002/02/19 19:39:40 millert Exp $ */
26 "@(#) $Header: /tcpdump/master/tcpdump/print-enc.c,v 1.4 2005/04/06 21:32:39 mcr Exp $ (LBL)";
40 #include "enc.h"
57 printf("[|enc]");
  /external/openssl/crypto/des/
des.h 133 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...]
cbc3_enc.c 64 DES_cblock *iv2, int enc)
70 if (enc == DES_ENCRYPT)
73 (unsigned char*)output,length,&ks1,iv1,enc);
77 (unsigned char*)output,l8,&ks2,iv1,!enc);
79 (unsigned char*)output,l8,&ks1,iv2,enc);
88 (unsigned char*)output,l8,&ks1,iv2,enc);
90 (unsigned char*)output,l8,&ks2,iv1,!enc);
94 (unsigned char*)output,length,&ks1,iv1,enc);
  /external/openssl/include/openssl/
des.h 133 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...]
aes.h 101 const AES_KEY *key, const int enc);
104 unsigned char *ivec, const int enc);
107 unsigned char *ivec, int *num, const int enc);
110 unsigned char *ivec, int *num, const int enc);
113 unsigned char *ivec, int *num, const int enc);
116 unsigned char *ivec,const int enc);
130 unsigned char *ivec, const int enc);
135 const int enc);
pem.h 252 int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
259 enc, kstr, klen, cb, u); \
263 int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
270 enc, kstr, klen, cb, u); \
303 int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
309 enc, kstr, klen, cb, u); \
313 int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
319 enc, kstr, klen, cb, u); \
375 int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
391 int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
    [all...]
  /external/opencore/codecs_v2/video/avc_h264/enc/
Android.mk 35 $(PV_TOP)/codecs_v2/video/avc_h264/enc/src \
36 $(PV_TOP)/codecs_v2/video/avc_h264/enc/include \
  /external/openssl/crypto/aes/
aes.h 101 const AES_KEY *key, const int enc);
104 unsigned char *ivec, const int enc);
107 unsigned char *ivec, int *num, const int enc);
110 unsigned char *ivec, int *num, const int enc);
113 unsigned char *ivec, int *num, const int enc);
116 unsigned char *ivec,const int enc);
130 unsigned char *ivec, const int enc);
135 const int enc);
  /external/srec/srec/include/
pre_desc.h 177 /* ENC */
179 booldata do_whole_enc; /* to enable ENC */
180 booldata do_sub_enc; /* to enable ENC */
183 imeldata **pmc_fixmat; /* ENC matrix */
184 imeldata **pmc_fixinv; /* inverse ENC matrix */
185 covdata **pmc_matrix; /* ENC matrix in float */
186 covdata **pmc_inverse; /* inverse ENC matrix in float */
192 logadd_table_info fbadd; /* logadd-table for ENC */
  /frameworks/base/media/libmedia/
MediaScannerClient.cpp 124 const char* enc = NULL; local
127 enc = "shift-jis";
130 enc = "gbk";
133 enc = "Big5";
136 enc = "EUC-KR";
140 if (enc) {
143 UConverter *conv = ucnv_open(enc, &status);
145 LOGE("could not create UConverter for %s\n", enc);
  /frameworks/base/media/jni/
android_media_MediaProfiles.cpp 86 int minBitRate = sProfiles->getVideoEncoderParamByName("enc.vid.bps.min", encoder);
87 int maxBitRate = sProfiles->getVideoEncoderParamByName("enc.vid.bps.max", encoder);
88 int minFrameRate = sProfiles->getVideoEncoderParamByName("enc.vid.fps.min", encoder);
89 int maxFrameRate = sProfiles->getVideoEncoderParamByName("enc.vid.fps.max", encoder);
90 int minFrameWidth = sProfiles->getVideoEncoderParamByName("enc.vid.width.min", encoder);
91 int maxFrameWidth = sProfiles->getVideoEncoderParamByName("enc.vid.width.max", encoder);
92 int minFrameHeight = sProfiles->getVideoEncoderParamByName("enc.vid.height.min", encoder);
93 int maxFrameHeight = sProfiles->getVideoEncoderParamByName("enc.vid.height.max", encoder);
137 int minBitRate = sProfiles->getAudioEncoderParamByName("enc.aud.bps.min", encoder);
138 int maxBitRate = sProfiles->getAudioEncoderParamByName("enc.aud.bps.max", encoder)
    [all...]
  /dalvik/libcore/xml/src/test/java/tests/api/org/xml/sax/ext/
Locator2ImplTest.java 41 public static final String ENC = "Klingon";
75 inner.setEncoding(ENC);
86 assertEquals(ENC, outer.getEncoding());
146 l.setEncoding(ENC);
147 assertEquals(ENC, l.getEncoding());
  /external/openssl/crypto/pem/
pem.h 252 int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
259 enc, kstr, klen, cb, u); \
263 int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
270 enc, kstr, klen, cb, u); \
303 int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
309 enc, kstr, klen, cb, u); \
313 int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
319 enc, kstr, klen, cb, u); \
375 int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
391 int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
    [all...]
pem_all.c 199 int PEM_write_bio_RSAPrivateKey(BIO *bp, RSA *x, const EVP_CIPHER *enc,
210 ret = PEM_write_bio_PrivateKey(bp, k, enc, kstr, klen, cb, u);
216 int PEM_write_RSAPrivateKey(FILE *fp, RSA *x, const EVP_CIPHER *enc,
228 ret = PEM_write_PrivateKey(fp, k, enc, kstr, klen, cb, u);
271 int PEM_write_bio_DSAPrivateKey(BIO *bp, DSA *x, const EVP_CIPHER *enc,
282 ret = PEM_write_bio_PrivateKey(bp, k, enc, kstr, klen, cb, u);
288 int PEM_write_DSAPrivateKey(FILE *fp, DSA *x, const EVP_CIPHER *enc,
298 ret = PEM_write_PrivateKey(fp, k, enc, kstr, klen, cb, u);
359 int PEM_write_bio_ECPrivateKey(BIO *bp, EC_KEY *x, const EVP_CIPHER *enc,
370 ret = PEM_write_bio_PrivateKey(bp, k, enc, kstr, klen, cb, u)
    [all...]
  /dalvik/libcore/luni/src/main/java/java/io/
OutputStreamWriter.java 71 * stream to write converted characters to and {@code enc} as the character
77 * @param enc
80 * if {@code enc} is {@code null}.
82 * if the encoding specified by {@code enc} cannot be found.
84 public OutputStreamWriter(OutputStream out, final String enc)
87 if (enc == null) {
92 encoder = Charset.forName(enc).newEncoder();
94 throw new UnsupportedEncodingException(enc);
120 * stream to write converted characters to and {@code enc} as the character
125 * @param enc
    [all...]
  /dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
AlgorithmParametersTest.java 107 final byte[] enc = new byte[] { 0x02, 0x01, 0x03 };
111 return enc;
132 assertSame(enc, params.getEncoded());
146 final byte[] enc = new byte[] { 0x02, 0x01, 0x03 };
153 return enc;
174 assertSame(enc, params.getEncoded(strFormatParam));
183 return enc;
189 assertSame(enc, params.getEncoded(null));
494 final byte[] enc = new byte[] { 0x02, 0x01, 0x03 };
499 assertSame(enc, params)
    [all...]
  /external/expat/lib/
xmlparse.c 33 #define MUST_CONVERT(enc, s) (!(enc)->isUtf16 || (((char *)(s) - (char *)NULL) & 1))
41 #define MUST_CONVERT(enc, s) (!(enc)->isUtf8)
330 doProlog(XML_Parser parser, const ENCODING *enc, const char *s,
337 doContent(XML_Parser parser, int startTagLevel, const ENCODING *enc,
365 getAttributeId(XML_Parser parser, const ENCODING *enc, const char *start,
370 storeEntityValue(XML_Parser parser, const ENCODING *enc, const char *start,
373 reportProcessingInstruction(XML_Parser parser, const ENCODING *enc,
376 reportComment(XML_Parser parser, const ENCODING *enc, const char *start
3416 ENCODING *enc; local
3597 const ENCODING *enc = encoding; local
    [all...]
  /external/openssl/crypto/camellia/
camellia.h 84 void (*enc)(const unsigned int *subkey, unsigned int *io); member in struct:camellia_key_st
104 const CAMELLIA_KEY *key, const int enc);
107 unsigned char *ivec, const int enc);
110 unsigned char *ivec, int *num, const int enc);
113 unsigned char *ivec, int *num, const int enc);
116 unsigned char *ivec, int *num, const int enc);
119 unsigned char *ivec,const int enc);
  /external/openssl/apps/
gendsa.c 90 const EVP_CIPHER *enc=NULL; local
135 enc=EVP_des_cbc();
137 enc=EVP_des_ede3_cbc();
141 enc=EVP_idea_cbc();
145 enc=EVP_seed_cbc();
149 enc=EVP_aes_128_cbc();
151 enc=EVP_aes_192_cbc();
153 enc=EVP_aes_256_cbc();
157 enc=EVP_camellia_128_cbc();
159 enc=EVP_camellia_192_cbc()
    [all...]
genrsa.c 99 const EVP_CIPHER *enc=NULL; local
158 enc=EVP_des_cbc();
160 enc=EVP_des_ede3_cbc();
164 enc=EVP_idea_cbc();
168 enc=EVP_seed_cbc();
172 enc=EVP_aes_128_cbc();
174 enc=EVP_aes_192_cbc();
176 enc=EVP_aes_256_cbc();
180 enc=EVP_camellia_128_cbc();
182 enc=EVP_camellia_192_cbc()
    [all...]

Completed in 327 milliseconds

12 3 4 5 6 7 8 91011>>