HomeSort by relevance Sort by last modified time
    Searched refs:enc (Results 76 - 100 of 323) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/libxml2/include/libxml/
xmlIO.h 167 xmlAllocParserInputBuffer (xmlCharEncoding enc);
171 xmlCharEncoding enc);
174 xmlCharEncoding enc);
177 xmlCharEncoding enc);
180 xmlCharEncoding enc);
183 xmlCharEncoding enc);
188 xmlCharEncoding enc);
212 xmlCharEncoding enc);
  /external/openssh/
cipher-acss.c 39 const unsigned char *iv, int enc)
41 acss_setkey(&data(ctx)->ks,key,enc,ACSS_DATA);
kex.c 286 choose_enc(Enc *enc, char *client, char *server)
292 if ((enc->cipher = cipher_by_name(name)) == NULL)
294 enc->name = name;
295 enc->enabled = 0;
296 enc->iv = NULL;
297 enc->key = NULL;
298 enc->key_len = cipher_keylen(enc->cipher);
299 enc->block_size = cipher_blocksize(enc->cipher)
    [all...]
packet.c 276 packet_start_discard(Enc *enc, Mac *mac, u_int packet_length, u_int discard)
278 if (enc == NULL || !cipher_is_cbc(enc->cipher))
735 Enc *enc; local
758 enc = &active_state->newkeys[mode]->enc;
762 xfree(enc->name);
763 xfree(enc->iv)
851 Enc *enc = NULL; local
1240 Enc *enc = NULL; local
    [all...]
cipher-aes.c 54 int enc)
63 if (enc == -1)
64 enc = ctx->encrypt;
66 8*EVP_CIPHER_CTX_key_length(ctx), enc);
monitor_wrap.c 474 Enc *enc; local
486 enc = &newkey->enc;
490 /* Enc structure */
491 enc->name = buffer_get_string(&b, NULL);
492 buffer_get(&b, &enc->cipher, sizeof(enc->cipher));
493 enc->enabled = buffer_get_int(&b);
494 enc->block_size = buffer_get_int(&b)
533 Enc *enc; local
    [all...]
  /external/openssl/crypto/des/
cfb64enc.c 68 DES_cblock *ivec, int *num, int enc)
77 if (enc)
ecb_enc.c 109 DES_key_schedule *ks, int enc)
118 DES_encrypt1(ll,ks,enc);
ncbc_enc.c 68 DES_key_schedule *_schedule, DES_cblock *ivec, int enc)
71 DES_key_schedule *_schedule, DES_cblock *ivec, int enc)
82 if (enc)
pcbc_enc.c 63 DES_cblock *ivec, int enc)
74 if (enc)
  /external/openssl/crypto/evp/
e_camellia.c 66 const unsigned char *iv, int enc);
110 const unsigned char *iv, int enc)
e_rc4.c 80 const unsigned char *iv,int enc);
124 const unsigned char *iv, int enc)
e_rc5.c 70 const unsigned char *iv,int enc);
119 const unsigned char *iv, int enc)
e_xcbc_d.c 70 const unsigned char *iv,int enc);
105 const unsigned char *iv, int enc)
  /external/openssl/crypto/modes/
cfb128.c 69 int enc, block128_f block)
78 if (enc) {
177 unsigned char ivec[16],int enc,
190 if (enc) /* encrypt the input */
212 int enc, block128_f block)
223 cfbr_encrypt_block(c,d,1,key,ivec,enc,block);
232 int enc, block128_f block)
240 cfbr_encrypt_block(&in[n],&out[n],8,key,ivec,enc,block);
  /frameworks/opt/net/voip/src/jni/rtp/
Android.mk 50 frameworks/av/media/libstagefright/codecs/amrnb/enc/include \
51 frameworks/av/media/libstagefright/codecs/amrnb/enc/src \
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
PolicyQualifierInfoTest.java 57 private static final byte[][] enc = new byte [workersNumber][]; field in class:PolicyQualifierInfoTest
189 return enc[intVal];
199 return new ByteArrayInputStream(enc[intVal]);
207 if (enc[intVal] == null) {
212 enc[intVal] = a;
  /external/expat/lib/
xmlparse.c 35 #define MUST_CONVERT(enc, s) (!(enc)->isUtf16 || (((char *)(s) - (char *)NULL) & 1))
43 #define MUST_CONVERT(enc, s) (!(enc)->isUtf8)
332 doProlog(XML_Parser parser, const ENCODING *enc, const char *s,
339 doContent(XML_Parser parser, int startTagLevel, const ENCODING *enc,
367 getAttributeId(XML_Parser parser, const ENCODING *enc, const char *start,
372 storeEntityValue(XML_Parser parser, const ENCODING *enc, const char *start,
375 reportProcessingInstruction(XML_Parser parser, const ENCODING *enc,
378 reportComment(XML_Parser parser, const ENCODING *enc, const char *start
3520 ENCODING *enc; local
3701 const ENCODING *enc = encoding; local
    [all...]
  /external/openssl/crypto/asn1/
x_req.c 94 ASN1_SEQUENCE_enc(X509_REQ_INFO, enc, rinf_cb) = {
  /external/openssl/crypto/pem/
pem.h 241 int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
245 return PEM_ASN1_write((i2d_of_void *)i2d_##asn1,str,fp,x,enc,kstr,klen,cb,u); \
249 int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
253 return PEM_ASN1_write((i2d_of_void *)i2d_##asn1,str,fp,x,enc,kstr,klen,cb,u); \
277 int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
280 return PEM_ASN1_write_bio((i2d_of_void *)i2d_##asn1,str,bp,x,enc,kstr,klen,cb,u); \
284 int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
287 return PEM_ASN1_write_bio((i2d_of_void *)i2d_##asn1,str,bp,(void *)x,enc,kstr,klen,cb,u); \
342 int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
358 int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
    [all...]
  /external/openssl/include/openssl/
pem.h 241 int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
245 return PEM_ASN1_write((i2d_of_void *)i2d_##asn1,str,fp,x,enc,kstr,klen,cb,u); \
249 int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
253 return PEM_ASN1_write((i2d_of_void *)i2d_##asn1,str,fp,x,enc,kstr,klen,cb,u); \
277 int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
280 return PEM_ASN1_write_bio((i2d_of_void *)i2d_##asn1,str,bp,x,enc,kstr,klen,cb,u); \
284 int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
287 return PEM_ASN1_write_bio((i2d_of_void *)i2d_##asn1,str,bp,(void *)x,enc,kstr,klen,cb,u); \
342 int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
358 int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
    [all...]
  /external/libvpx/libvpx/vp8/common/
treecoder.c 82 const int enc = tok[t].value; local
89 const int b = (enc >> --L) & 1;
  /external/openssh/openbsd-compat/
openssl-compat.c 41 unsigned char *key, unsigned char *iv, int enc)
43 EVP_CipherInit(evp, type, key, iv, enc);
  /external/openssl/crypto/aes/
aes_ige.c 81 unsigned char *ivec, const int enc)
87 OPENSSL_assert((AES_ENCRYPT == enc)||(AES_DECRYPT == enc));
92 if (AES_ENCRYPT == enc)
216 const int enc)
228 OPENSSL_assert((AES_ENCRYPT == enc)||(AES_DECRYPT == enc));
231 if (AES_ENCRYPT == enc)
267 /* hexdump(stdout,"enc", out, AES_BLOCK_SIZE); */
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
Android.mk 19 $(EXYNOS_OMX_COMPONENT)/video/enc \

Completed in 4106 milliseconds

1 2 34 5 6 7 8 91011>>