/external/chromium_org/third_party/yasm/source/patched-yasm/ |
genstring.c | 41 size_t len; local 75 len = strlen(strp); 76 while (len > 0 && (strp[len-1] == ' ' || strp[len-1] == '\t' || 77 strp[len-1] == '\n')) { 78 strp[len-1] = '\0'; 79 len--;
|
/external/dropbear/libtomcrypt/src/modes/ctr/ |
ctr_decrypt.c | 24 @param len Length of ciphertext (octets) 28 int ctr_decrypt(const unsigned char *ct, unsigned char *pt, unsigned long len, symmetric_CTR *ctr) 34 return ctr_encrypt(ct, pt, len, ctr);
|
/external/dropbear/libtomcrypt/src/modes/f8/ |
f8_decrypt.c | 24 @param len Length of ciphertext (octets) 28 int f8_decrypt(const unsigned char *ct, unsigned char *pt, unsigned long len, symmetric_F8 *f8) 33 return f8_encrypt(ct, pt, len, f8);
|
/external/dropbear/libtomcrypt/src/modes/ofb/ |
ofb_decrypt.c | 24 @param len Length of ciphertext (octets) 28 int ofb_decrypt(const unsigned char *ct, unsigned char *pt, unsigned long len, symmetric_OFB *ofb) 33 return ofb_encrypt(ct, pt, len, ofb);
|
/external/dropbear/libtomcrypt/src/pk/asn1/der/object_identifier/ |
der_decode_object_identifier.c | 30 unsigned long x, y, t, len; local 54 len = in[x++]; 60 len = 0; 62 len = (len << 8) | (unsigned long)in[x++]; 66 if (len < 1 || (len + x) > inlen) { 73 while (len--) {
|
/external/dropbear/libtommath/ |
bn_reverse.c | 20 bn_reverse (unsigned char *s, int len) 26 iy = len - 1;
|
/external/harfbuzz_ng/src/ |
test-size-params.cc | 53 unsigned int len; local 61 len = g_mapped_file_get_length (mf); 68 len = ftell (f); 70 font_data = (const char *) malloc (len); 71 if (!font_data) len = 0; 72 len = fread ((char *) font_data, 1, len, f); 79 blob = hb_blob_create (font_data, len, mm, user_data, destroy);
|
/external/libnfc-nci/halimpl/bcm2079x/include/ |
buildcfg.h | 32 extern UINT8 *scru_dump_hex (UINT8 *p, char *p_title, UINT32 len, UINT32 trace_layer, UINT32 trace_type); 33 void DispNci (UINT8 *p, UINT16 len, BOOLEAN is_recv);
|
spdhelper.h | 29 static bool isPatchBad(UINT8* prm, UINT32 len); 38 bool isPatchBadImpl(UINT8* prm, UINT32 len);
|
/external/libnfc-nci/src/adaptation/ |
OverrideLog.cpp | 57 int len = property_get ("nfc.app_log_level", valueStr, ""); local 58 if (len > 0)
|
/external/mesa3d/src/mesa/program/ |
arbprogparse.h | 37 const GLvoid *str, GLsizei len, 42 const GLvoid *str, GLsizei len,
|
/external/openssh/ |
uuencode.c | 57 int len; local 69 len = __b64_pton(encoded, target, targsize); 71 return len; 75 dump_base64(FILE *fp, const u_char *data, u_int len) 80 if (len > 65536) { 81 fprintf(fp, "dump_base64: len > 65536\n"); 84 buf = xmalloc(2*len); 85 n = uuencode(data, len, buf, 2*len);
|
/external/openssl/crypto/asn1/ |
a_octet.c | 69 int ASN1_OCTET_STRING_set(ASN1_OCTET_STRING *x, const unsigned char *d, int len) 70 { return M_ASN1_OCTET_STRING_set(x, d, len); }
|
/external/openssl/crypto/modes/ |
ofb128.c | 67 size_t len, const void *key, 80 while (n && len) { 82 --len; 89 while (len>=16) { 94 len -= 16; 99 if (len) { 101 while (len--) { 111 while (l<len) {
|
/external/openssl/crypto/rc4/ |
rc4_utl.c | 56 void RC4_set_key(RC4_KEY *key, int len, const unsigned char *data) 61 private_RC4_set_key(key, len, data);
|
/external/skia/tools/lua/ |
lua_app.cpp | 25 size_t len = stream->getLength(); local 26 void* buffer = sk_malloc_throw(len); 27 stream->read(buffer, len); 28 return SkData::NewFromMalloc(buffer, len); 39 size_t len; local 43 len = strlen(argv[i + 1]); 48 len = data->size(); 50 if (!L.runCode(ptr, len)) {
|
/external/smack/src/org/apache/harmony/javax/security/sasl/ |
SaslClient.java | 34 byte[] unwrap(byte[] incoming, int offset, int len) throws SaslException; 36 byte[] wrap(byte[] outgoing, int offset, int len) throws SaslException;
|
SaslServer.java | 34 byte[] unwrap(byte[] incoming, int offset, int len) throws SaslException; 36 byte[] wrap(byte[] outgoing, int offset, int len) throws SaslException;
|
/external/wpa_supplicant_8/src/ap/ |
wmm.h | 24 size_t len); 26 const struct ieee80211_mgmt *mgmt, size_t len);
|
/external/wpa_supplicant_8/src/crypto/ |
aes.h | 14 void * aes_encrypt_init(const u8 *key, size_t len); 17 void * aes_decrypt_init(const u8 *key, size_t len);
|
random.h | 22 void random_add_randomness(const void *buf, size_t len); 23 int random_get_bytes(void *buf, size_t len);
|
sha1-tprf.c | 38 size_t len[5]; local 41 len[0] = 0; 43 len[1] = label_len + 1; 45 len[2] = seed_len; 47 len[3] = 2; 49 len[4] = 1; 57 if (hmac_sha1_vector(key, key_len, 5, addr, len, hash)) 66 len[0] = SHA1_MAC_LEN;
|
/external/wpa_supplicant_8/src/drivers/ |
driver_ndis_.c | 37 * data (variable len, optional) 42 u8 *buf, size_t len) 48 wpa_hexdump(MSG_MSGDUMP, "NDIS: received event data", buf, len); 49 if (len < sizeof(int)) 55 if (buf + len - pos > 2) { 58 if (data_len > (size_t) (buf + len - pos)) { 90 DWORD len; local 93 if (ReadFile(drv->events_pipe, buf, sizeof(buf), &len, NULL)) 94 wpa_driver_ndis_event_process(drv, buf, len);
|
/frameworks/webview/chromium/tools/ |
run_webview_cts.py | 77 test_results = '%d passes; %d failures' % (len(passes), len(failures)) 80 if len(unexpected_passes) > 0: 86 if len(unexpected_failures) > 0: 91 unexpected_failures_count = len(unexpected_failures) 92 unexpected_passes_count = len(unexpected_passes) 106 if len(passes) + len(failures) < 100:
|
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/ |
storage_manager.h | 23 inv_error_t inv_load_mpl_states(const unsigned char *data, size_t len); 24 inv_error_t inv_save_mpl_states(unsigned char *data, size_t len);
|