/external/ipsec-tools/src/racoon/ |
crypto_openssl.h | 217 vchar_t *base64_encode(char *in, long inlen); 218 vchar_t *base64_decode(char *in, long inlen);
|
/external/libxml2/include/libxml/ |
HTMLparser.h | 137 int *inlen); 142 int *inlen, int quoteChar);
|
/external/openssl/crypto/ecdh/ |
ech_ossl.c | 84 void *(*KDF)(const void *in, size_t inlen, void *out, size_t *outlen)); 110 void *(*KDF)(const void *in, size_t inlen, void *out, size_t *outlen))
|
ecdhtest.c | 109 static void *KDF1_SHA1(const void *in, size_t inlen, void *out, size_t *outlen) 116 return SHA1(in, inlen, out);
|
ecdh.h | 95 void *(*KDF)(const void *in, size_t inlen, void *out, size_t *outlen));
|
ech_key.c | 74 void *(*KDF)(const void *in, size_t inlen, void *out, size_t *outlen))
|
/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt_cipher.h | 495 @param inlen Length of message (octets) 502 const unsigned char *in, unsigned long inlen, 509 @param inlen Length of message (octets) 516 const unsigned char *in, unsigned long inlen, 523 @param inlen Length of message (octets) 531 const unsigned char *in, unsigned long inlen,
|
/external/chromium_org/net/third_party/nss/patches/ |
aesgcm.patch | 98 - int inlen); 104 - int inlen); 133 + int inlen); 141 + int inlen, 149 + int inlen); 259 + const unsigned char *in, int inlen, 496 + int inlen, 515 + inlen -= explicitNonceLen; 541 + maxout, in, inlen); 544 + maxout, in, inlen); [all...] |
/external/chromium_org/third_party/opus/src/silk/ |
SigProc_FIX.h | 67 opus_int32 inLen /* I Number of input samples */ 77 opus_int32 inLen /* I Number of input samples */ 85 opus_int16 *out, /* O Output signal [ floor(2*inLen/3) ] */ 86 const opus_int16 *in, /* I Input signal [ inLen ] */ 87 opus_int32 inLen /* I Number of input samples */ [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/ |
tasn_dec.c | 533 const unsigned char **in, long inlen, 558 &p, inlen, tt->tag, aclass, opt, ctx); 607 return asn1_template_noexp_d2i(val, in, inlen, 767 const unsigned char **in, long inlen, 810 &p, inlen, -1, 0, 0, ctx); 828 &p, inlen, tag, aclass, opt, ctx);
|
/external/openssl/crypto/asn1/ |
tasn_dec.c | 533 const unsigned char **in, long inlen, 558 &p, inlen, tt->tag, aclass, opt, ctx); 607 return asn1_template_noexp_d2i(val, in, inlen, 767 const unsigned char **in, long inlen, 810 &p, inlen, -1, 0, 0, ctx); 828 &p, inlen, tag, aclass, opt, ctx);
|
/external/wpa_supplicant_8/src/crypto/ |
crypto.h | 310 * @inlen: Length of plaintext buffer in bytes 320 struct crypto_public_key *key, const u8 *in, size_t inlen, 327 * @inlen: Length of encrypted buffer in bytes 337 struct crypto_private_key *key, const u8 *in, size_t inlen, 344 * @inlen: Length of plaintext buffer in bytes 354 const u8 *in, size_t inlen,
|
/external/chromium_org/third_party/openssl/openssl/crypto/ecdh/ |
ecdhtest.c | 109 static void *KDF1_SHA1(const void *in, size_t inlen, void *out, size_t *outlen) 116 return SHA1(in, inlen, out);
|
ecdh.h | 95 void *(*KDF)(const void *in, size_t inlen, void *out, size_t *outlen));
|
ech_key.c | 74 void *(*KDF)(const void *in, size_t inlen, void *out, size_t *outlen))
|
/external/chromium_org/net/socket/ |
ssl_client_socket_openssl.h | 136 const unsigned char* in, unsigned int inlen);
|
/external/chromium_org/third_party/libxml/src/ |
testHTML.c | 422 int inlen = len, outlen = 30; local 424 htmlEncodeEntities(output, &outlen, ch, &inlen, 0); 443 int inlen = len, outlen = 30; local 445 htmlEncodeEntities(output, &outlen, ch, &inlen, 0);
|
/external/chromium_org/third_party/openssl/openssl/crypto/x509v3/ |
v3_utl.c | 77 static int ipv6_hex(unsigned char *out, const char *in, int inlen); 805 static int ipv6_hex(unsigned char *out, const char *in, int inlen) 809 if (inlen > 4) 811 while(inlen--)
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
ecdh.h | 95 void *(*KDF)(const void *in, size_t inlen, void *out, size_t *outlen));
|
/external/dropbear/libtomcrypt/src/encauth/ocb/ |
s_ocb_done.c | 25 * the names pt/ptlen/ct really just mean in/inlen/out but this is the way I wrote it...
|
/external/openssl/crypto/x509v3/ |
v3_utl.c | 77 static int ipv6_hex(unsigned char *out, const char *in, int inlen); 805 static int ipv6_hex(unsigned char *out, const char *in, int inlen) 809 if (inlen > 4) 811 while(inlen--)
|
/external/openssl/include/openssl/ |
ecdh.h | 95 void *(*KDF)(const void *in, size_t inlen, void *out, size_t *outlen));
|
/external/openssl/patches/ |
alpn.patch | 158 + * inlen: the length of |in|. */ 163 + unsigned int inlen, 188 + unsigned int inlen, 314 + unsigned int inlen,
|
/frameworks/av/media/libstagefright/codecs/aacenc/inc/ |
aacenc_core.h | 70 int inlen; member in struct:__anon32282
|
/external/zlib/src/contrib/puff/ |
puff.c | 106 unsigned long inlen; /* available input at in */ member in struct:state 133 if (s->incnt == s->inlen) 173 if (s->incnt + 4 > s->inlen) 182 if (s->incnt + len > s->inlen) 298 if (s->incnt == s->inlen) [all...] |