/external/chromium_org/third_party/openssl/openssl/crypto/evp/ |
pmeth_fn.c | 212 const unsigned char *in, size_t inlen) 226 return ctx->pmeth->encrypt(ctx, out, outlen, in, inlen); 249 const unsigned char *in, size_t inlen) 263 return ctx->pmeth->decrypt(ctx, out, outlen, in, inlen);
|
/external/chromium_org/third_party/opus/src/doc/ |
draft-valin-codec-opus-update.xml | 180 opus_int32 inLen /* I Number of input samples */ 196 nSamplesIn = silk_min( inLen, S->batchSize ); 204 inLen -= nSamplesIn; 206 if( inLen > 0 ) {
|
/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt_pkcs.h | 24 int pkcs_1_os2ip(void *n, unsigned char *in, unsigned long 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;
|
a_strnid.c | 124 int inlen, int inform, int nid) 135 ret = ASN1_mbstring_ncopy(out, in, inlen, inform, mask, 137 } else ret = ASN1_mbstring_copy(out, in, inlen, inform, DIRSTRING_TYPE & global_mask);
|
/external/openssl/crypto/evp/ |
pmeth_fn.c | 212 const unsigned char *in, size_t inlen) 226 return ctx->pmeth->encrypt(ctx, out, outlen, in, inlen); 249 const unsigned char *in, size_t inlen) 263 return ctx->pmeth->decrypt(ctx, out, outlen, in, inlen);
|
/external/chromium_org/third_party/openssl/openssl/crypto/aes/ |
aes.h | 137 const unsigned char *in, unsigned int inlen); 140 const unsigned char *in, unsigned int inlen);
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
aes.h | 137 const unsigned char *in, unsigned int inlen); 140 const unsigned char *in, unsigned int inlen);
|
/external/openssl/crypto/aes/ |
aes.h | 137 const unsigned char *in, unsigned int inlen); 140 const unsigned char *in, unsigned int inlen);
|
/external/openssl/include/openssl/ |
aes.h | 137 const unsigned char *in, unsigned int inlen); 140 const unsigned char *in, unsigned int inlen);
|
/external/ppp/pppd/ |
eap.c | 115 static void eap_input __P((int unit, u_char *inp, int inlen)); 119 static int eap_printpkt __P((u_char *inp, int inlen, 345 b64enc(bs, inp, inlen, outp) 348 int inlen; 353 while (inlen > 0) { 355 inlen--; 393 b64dec(bs, inp, inlen, outp) 396 int inlen; 402 while (inlen > 0) { 406 inlen-- [all...] |
/external/wpa_supplicant_8/src/crypto/ |
crypto_cryptoapi.c | 702 const u8 *in, size_t inlen, 709 if (*outlen < inlen) 715 os_memcpy(tmp, in, inlen); 716 clen = inlen; 737 const u8 *in, size_t inlen,
|
/frameworks/av/media/libstagefright/codecs/aacenc/src/ |
aacenc.c | 176 hAacEnc->inlen = pInput->Length / sizeof(short); 180 hAacEnc->enclen = hAacEnc->inlen; 185 length = min(hAacEnc->config.nChannelsIn*AACENC_BLOCKSIZE - hAacEnc->intlen, hAacEnc->inlen); 193 hAacEnc->inlen -= length; 259 hAacEnc->enclen = hAacEnc->inlen;
|
/external/libxml2/patches/ |
0001-Add-ICU-support-for-libxml.patch | 196 + * @inlen: the length of @in 204 + * The value of @inlen after return is the number of octets consumed 210 + const unsigned char *in, int *inlen) { 215 + if ((out == NULL) || (outlen == NULL) || (inlen == NULL) || (in == NULL)) { 230 + &ucv_in, ucv_in + *inlen, NULL, NULL, NULL, NULL, 235 + &ucv_in, ucv_in + *inlen, NULL, NULL, NULL, NULL, 238 + *inlen = ucv_in - (const char*) in;
|
/external/dropbear/libtomcrypt/ |
crypt.tex | [all...] |
/external/chromium_org/net/third_party/nss/patches/ |
chacha20poly1305.patch | 73 + int inlen, 95 + out, &uOutLen, maxout, in, inlen); 98 + out, &uOutLen, maxout, in, inlen);
|
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/ |
a_strnid.c | 124 int inlen, int inform, int nid) 135 ret = ASN1_mbstring_ncopy(out, in, inlen, inform, mask, 137 } else ret = ASN1_mbstring_copy(out, in, inlen, inform, DIRSTRING_TYPE & global_mask);
|
/external/wpa_supplicant_8/src/tls/ |
rsa.c | 235 * @inlen: Input data length 242 int crypto_rsa_exptmod(const u8 *in, size_t inlen, u8 *out, size_t *outlen, 256 if (bignum_set_unsigned_bin(tmp, in, inlen) < 0)
|
/external/chromium/net/socket/ |
ssl_client_socket_openssl.h | 53 const unsigned char* in, unsigned int inlen);
|
/external/chromium_org/third_party/openssl/openssl/crypto/ecdh/ |
ech_locl.h | 69 void *(*KDF)(const void *in, size_t inlen, void *out, size_t *outlen));
|
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))
|
/external/chromium_org/third_party/openssl/openssl/crypto/rsa/ |
rsa_pmeth.c | 418 const unsigned char *in, size_t inlen) 422 ret = RSA_public_encrypt(inlen, in, out, ctx->pkey->pkey.rsa, 432 const unsigned char *in, size_t inlen) 436 ret = RSA_private_decrypt(inlen, in, out, ctx->pkey->pkey.rsa,
|
/external/openssl/crypto/ecdh/ |
ech_locl.h | 69 void *(*KDF)(const void *in, size_t inlen, void *out, size_t *outlen));
|
/external/openssl/crypto/rsa/ |
rsa_pmeth.c | 418 const unsigned char *in, size_t inlen) 422 ret = RSA_public_encrypt(inlen, in, out, ctx->pkey->pkey.rsa, 432 const unsigned char *in, size_t inlen) 436 ret = RSA_private_decrypt(inlen, in, out, ctx->pkey->pkey.rsa,
|
/external/chromium_org/third_party/libxml/src/include/libxml/ |
HTMLparser.h | 137 int *inlen); 142 int *inlen, int quoteChar);
|