HomeSort by relevance Sort by last modified time
    Searched refs:inlen (Results 1 - 25 of 112) sorted by null

1 2 3 4 5

  /external/ppp/pppd/plugins/radius/
md5.c 6 void rc_md5_calc (unsigned char *output, unsigned char *input, unsigned int inlen)
11 MD5_Update (&context, input, inlen);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/testing/
zcgunzip.cc 60 int inlen; local
62 ok = in.Next(&inptr, &inlen);
66 if (inlen > 0) {
67 int err = write(STDOUT_FILENO, inptr, inlen);
68 assert(err == inlen);
  /external/protobuf/src/google/protobuf/testing/
zcgunzip.cc 60 int inlen; local
62 ok = in.Next(&inptr, &inlen);
66 if (inlen > 0) {
67 int err = write(STDOUT_FILENO, inptr, inlen);
68 assert(err == inlen);
  /external/wpa_supplicant_8/src/crypto/
crypto_internal-rsa.c 73 const u8 *in, size_t inlen,
77 0, in, inlen, out, outlen);
82 const u8 *in, size_t inlen,
86 in, inlen, out, outlen);
91 const u8 *in, size_t inlen,
95 1, in, inlen, out, outlen);
sha256_i.h 22 unsigned long inlen);
  /external/wpa_supplicant_8/src/tls/
pkcs1.h 16 int use_private, const u8 *in, size_t inlen,
19 const u8 *in, size_t inlen,
pkcs1.c 19 const u8 *in, size_t inlen,
35 if (modlen < 12 || modlen > *outlen || inlen > modlen - 11) {
37 "lengths (modlen=%lu outlen=%lu inlen=%lu)",
40 (unsigned long) inlen);
47 ps_len = modlen - inlen - 3;
75 os_memcpy(pos, in, inlen); /* D */
82 int use_private, const u8 *in, size_t inlen,
89 if (pkcs1_generate_encryption_block(block_type, modlen, in, inlen,
98 const u8 *in, size_t inlen,
104 res = crypto_rsa_exptmod(in, inlen, out, outlen, key, 1)
    [all...]
rsa.h 22 int crypto_rsa_exptmod(const u8 *in, size_t inlen, u8 *out, size_t *outlen,
  /external/openssl/crypto/ecdh/
ech_key.c 74 void *(*KDF)(const void *in, size_t inlen, void *out, size_t *outlen))
ech_locl.h 69 void *(*KDF)(const void *in, size_t inlen, void *out, size_t *outlen));
ecdh.h 95 void *(*KDF)(const void *in, size_t inlen, void *out, size_t *outlen));
  /external/openssl/crypto/pkcs12/
p12_decr.c 72 int passlen, unsigned char *in, int inlen, unsigned char **data,
87 if(!(out = OPENSSL_malloc(inlen + EVP_CIPHER_CTX_block_size(&ctx)))) {
92 if (!EVP_CipherUpdate(&ctx, out, &i, in, inlen))
163 int inlen; local
168 inlen = ASN1_item_i2d(obj, &in, it);
173 if (!PKCS12_pbe_crypt(algor, pass, passlen, in, inlen, &oct->data,
179 if (zbuf) OPENSSL_cleanse(in, inlen);
  /external/openssl/crypto/cms/
cms_pwri.c 226 const unsigned char *in, size_t inlen, EVP_CIPHER_CTX *ctx)
231 if (inlen < 2 * blocklen)
236 if (inlen % blocklen)
241 tmp = OPENSSL_malloc(inlen);
243 EVP_DecryptUpdate(ctx, tmp + inlen - 2 * blocklen, &outl,
244 in + inlen - 2 * blocklen, blocklen * 2);
250 tmp + inlen - blocklen, blocklen);
252 EVP_DecryptUpdate(ctx, tmp, &outl, in, inlen - blocklen);
257 EVP_DecryptUpdate(ctx, tmp, &outl, tmp, inlen);
264 if (inlen < (size_t)(tmp[0] - 4 )
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/
cdata.i 22 %typemap(in) (const void *indata, int inlen) = (char *STRING, int LENGTH);
28 %typemap(in) (const void *indata, int inlen) = (char *STRING, int LENGTH);
33 %typemap(in) (const void *indata, int inlen) = (char *STRING, int LENGTH);
81 void memmove(void *data, const void *indata, int inlen);
  /external/openssl/crypto/aes/
aes_wrap.c 64 const unsigned char *in, unsigned int inlen)
68 if ((inlen & 0x7) || (inlen < 8))
72 memcpy(out + 8, in, inlen);
81 for (i = 0; i < inlen; i += 8, t++, R += 8)
96 return inlen + 8;
101 const unsigned char *in, unsigned int inlen)
105 inlen -= 8;
106 if (inlen & 0x7)
108 if (inlen < 8
    [all...]
  /external/chromium_org/third_party/boringssl/src/include/openssl/
ecdh.h 87 void *(*KDF)(const void *in, size_t inlen,
  /external/chromium_org/third_party/libxml/src/include/libxml/
encoding.h 105 * @inlen: the length of @in
112 * The value of @inlen after return is the number of octets consumed
117 const unsigned char *in, int *inlen);
125 * @inlen: the length of @in
134 * The value of @inlen after return is the number of octets consumed
139 const unsigned char *in, int *inlen);
244 int *inlen);
250 int *inlen);
  /external/libxml2/include/libxml/
encoding.h 90 * @inlen: the length of @in
97 * The value of @inlen after return is the number of octets consumed
102 const unsigned char *in, int *inlen);
110 * @inlen: the length of @in
119 * The value of @inlen after return is the number of octets consumed
124 const unsigned char *in, int *inlen);
229 int *inlen);
235 int *inlen);
  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
cdata.swg 21 %typemap(in) (const void *indata, size_t inlen) = (char *STRING, size_t SIZE);
72 void memmove(void *data, const void *indata, size_t inlen);
  /external/chromium_org/third_party/libxml/src/
encoding.c 159 * @inlen: the length of @in
164 * The value of @inlen after return is the number of octets consumed
170 const unsigned char* in, int *inlen) {
178 inend = in + (*inlen);
188 *inlen = processed - base;
195 *inlen = processed - base;
205 * @inlen: the length of @in
211 * The value of @inlen after return is the number of octets consumed
217 const unsigned char* in, int *inlen) {
226 if ((out == NULL) || (outlen == NULL) || (inlen == NULL)) return(-1)
489 unsigned int c, d, inlen; local
727 unsigned int c, d, inlen; local
    [all...]
  /external/libxml2/
encoding.c 163 * @inlen: the length of @in
168 * The value of @inlen after return is the number of octets consumed
174 const unsigned char* in, int *inlen) {
182 inend = in + (*inlen);
192 *inlen = processed - base;
199 *inlen = processed - base;
209 * @inlen: the length of @in
215 * The value of @inlen after return is the number of octets consumed
221 const unsigned char* in, int *inlen) {
230 if ((out == NULL) || (outlen == NULL) || (inlen == NULL)) return(-1)
493 unsigned int c, d, inlen; local
731 unsigned int c, d, inlen; local
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/asn1/
tasn_utl.c 145 int asn1_enc_save(ASN1_VALUE **pval, const unsigned char *in, int inlen,
156 enc->enc = OPENSSL_malloc(inlen);
160 memcpy(enc->enc, in, inlen);
161 enc->len = inlen;
  /external/openssl/crypto/asn1/
tasn_utl.c 165 int asn1_enc_save(ASN1_VALUE **pval, const unsigned char *in, int inlen,
175 enc->enc = OPENSSL_malloc(inlen);
178 memcpy(enc->enc, in, inlen);
179 enc->len = inlen;
  /external/openssl/crypto/rand/
rand_lib.c 239 static int drbg_rand_add(DRBG_CTX *ctx, const void *in, int inlen,
242 RAND_SSLeay()->add(in, inlen, entropy);
246 static int drbg_rand_seed(DRBG_CTX *ctx, const void *in, int inlen)
248 RAND_SSLeay()->seed(in, inlen);
  /external/openssl/include/openssl/
ecdh.h 95 void *(*KDF)(const void *in, size_t inlen, void *out, size_t *outlen));

Completed in 476 milliseconds

1 2 3 4 5