/external/dropbear/libtomcrypt/ |
makefile.shared | 229 #ciphers come in two flavours... enc+dec and enc
|
makefile.unix | 177 #ciphers come in two flavours... enc+dec and enc
|
/external/icu4c/data/unidata/ |
PropertyValueAliases.txt | 337 dt ; Enc ; Circle ; enc
|
/external/ipsec-tools/src/racoon/ |
strnames.c | 830 { algclass_ipsec_enc, "ipsec enc", s_ipsecdoi_trns_esp }, 833 { algclass_isakmp_enc, "isakmp enc", s_attr_isakmp_enc },
|
crypto_openssl.c | 1220 evp_crypt(vchar_t *data, vchar_t *key, vchar_t *iv, const EVP_CIPHER *e, int enc) 1249 if (!EVP_CipherInit(&ctx, e, NULL, NULL, enc)) 1268 (u_char *) iv->v, enc)) 1277 (u_char *) iv->v, enc)) { [all...] |
handler.c | 1212 "Reload: next ph2 enc alg...\n"); 1252 "Reload: No valid enc\n");
|
/external/openssl/crypto/asn1/ |
asn1t.h | 187 #define ASN1_SEQUENCE_enc(tname, enc, cb) \ 188 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_ENCODING, 0, 0, cb, offsetof(tname, enc)}; \
|
asn1.h | 253 unsigned char *enc; /* DER encoding */ member in struct:ASN1_ENCODING_st 255 int modified; /* set to 1 if 'enc' is invalid */ [all...] |
/external/openssl/include/openssl/ |
asn1t.h | 187 #define ASN1_SEQUENCE_enc(tname, enc, cb) \ 188 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_ENCODING, 0, 0, cb, offsetof(tname, enc)}; \
|
/external/qemu/block/ |
qcow.c | 223 int nb_sectors, int enc, 236 ivec.b, enc);
|
qcow2-cluster.c | 288 int nb_sectors, int enc, 301 ivec.b, enc);
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/ |
OMX_JpegEnc_Utils.c | 634 /* according to JPEG Enc SN Interface guide */ [all...] |
/external/libxml2/ |
xmlsave.c | 944 xmlCharEncoding enc; local 996 enc = xmlParseCharEncoding((const char*) encoding); 1000 if ((enc != XML_CHAR_ENCODING_UTF8) && 1001 (enc != XML_CHAR_ENCODING_NONE) && 1002 (enc != XML_CHAR_ENCODING_ASCII)) { [all...] |
xinclude.c | 1792 xmlCharEncoding enc = (xmlCharEncoding) 0; local [all...] |
/external/openssl/ssl/ |
kssl.c | 2001 const EVP_CIPHER *enc = NULL; local [all...] |
s3_clnt.c | 2011 EVP_CIPHER *enc = NULL; local [all...] |
/external/wpa_supplicant/ |
driver_wext.c | [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
driver_nl80211.c | [all...] |
driver_wext.c | [all...] |
/external/icu4c/test/cintltst/ |
nucnvtst.c | 1636 const char* enc = NULL; local 1749 const char* enc = NULL; local [all...] |
/external/icu4c/tools/genpname/ |
data.h | 234 AliasName("Enc", 205), 840 AliasName("enc", 811), [all...] |
/external/libxml2/include/libxml/ |
parserInternals.h | 305 xmlCharEncoding enc);
|
/external/opencore/ |
ChangeLog | 228 input dec format and output enc format needs to be specified
|
/external/openssl/apps/ |
openssl.c | 488 BIO_printf(bio_err,"\nCipher commands (see the `enc' command for more details)\n");
|
/external/speex/include/speex/ |
speex.h | 273 encode_func enc; member in struct:SpeexMode
|