Searched refs:in (Results 201 - 225 of 310) sorted by relevance

1234567891011>>

/system/extras/ANRdaemon/
H A DANRdaemon.cpp5 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
12 * in the documentation and/or other materials provided with the
63 static const int check_period = 1; // in sec
64 static const int tracing_check_period = 500000; // in micro sec
142 * If failed in getting status, new_cpu won't be updated and
145 ALOGE("Error in getting cpu status. Skipping this check.");
157 * Calculate cpu usage in the past interval.
207 sprintf(err_msg, "Error %d in writing to %s.", errno, path);
289 sprintf(err_msg, "Error in writin
373 uint8_t *in, *out; local
[all...]
/system/bt/stack/smp/
H A Daes.c14 of conditions and the following disclaimer in their documentation;
22 in respect of its properties, including, but not limited to, correctness
74 /* functions for finite field multiplication in the AES Galois field */
266 /* The forward and inverse affine transformations used in the S-box */
502 be entered as a length in bytes (valid inputs are hence
513 case 128: /* length in bits (128 = 8*16) */
517 case 192: /* length in bits (192 = 8*24) */
521 /* case 256: length in bits (256 = 8*32) */
569 return_type aes_encrypt( const unsigned char in[N_BLOCK], unsigned char out[N_BLOCK], const aes_context ctx[1] ) argument
574 copy_and_key( s1, in, ct
598 aes_cbc_encrypt( const unsigned char *in, unsigned char *out, int n_block, unsigned char iv[N_BLOCK], const aes_context ctx[1] ) argument
620 aes_decrypt( const unsigned char in[N_BLOCK], unsigned char out[N_BLOCK], const aes_context ctx[1] ) argument
649 aes_cbc_decrypt( const unsigned char *in, unsigned char *out, int n_block, unsigned char iv[N_BLOCK], const aes_context ctx[1] ) argument
692 aes_encrypt_128( const unsigned char in[N_BLOCK], unsigned char out[N_BLOCK], const unsigned char key[N_BLOCK], unsigned char o_key[N_BLOCK] ) argument
745 aes_decrypt_128( const unsigned char in[N_BLOCK], unsigned char out[N_BLOCK], const unsigned char key[N_BLOCK], unsigned char o_key[N_BLOCK] ) argument
812 aes_encrypt_256( const unsigned char in[N_BLOCK], unsigned char out[N_BLOCK], const unsigned char key[2 * N_BLOCK], unsigned char o_key[2 * N_BLOCK] ) argument
893 aes_decrypt_256( const unsigned char in[N_BLOCK], unsigned char out[N_BLOCK], const unsigned char key[2 * N_BLOCK], unsigned char o_key[2 * N_BLOCK] ) argument
[all...]
/system/weaved/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
92 # This is essentially the implementation of weaved in a static library format.
/system/security/keystore-engine/
H A Dandroid_engine.cpp3 * Redistribution and use in source and binary forms, with or without
8 * 2. Redistributions in binary form must reproduce the above copyright
9 * notice, this list of conditions and the following disclaimer in the
135 /* rsa_private_transform takes a big-endian integer from |in|, calculates the
137 * big-endian integer to |out|. Both |in| and |out| are |len| bytes long. It
139 int rsa_private_transform(RSA *rsa, uint8_t *out, const uint8_t *in, size_t len) { argument
140 ALOGV("rsa_private_transform(%p, %p, %p, %u)", rsa, out, in, (unsigned) len);
159 int32_t ret = service->sign(String16(key_id), in, len, &reply, &reply_len);
399 * named |key_id| in Keystore and the private operations are forwarded onto
/system/bt/btif/
H A DAndroid.mk6 # you may not use this file except in compliance with the License.
11 # Unless required by applicable law or agreed to in writing, software
/system/bt/hci/src/
H A Dbtsnoop_net.c6 * you may not use this file except in compliance with the License.
11 * Unless required by applicable law or agreed to in writing, software
23 #include <netinet/in.h>
/system/bt/vendor_libs/test_vendor_lib/src/
H A Dtest_channel_transport.cc5 // you may not use this file except in compliance with the License.
10 // Unless required by applicable law or agreed to in writing, software
27 #include <netinet/in.h>
92 LOG_INFO(LOG_TAG, "Event ready in TestChannelTransport on fd: %d", fd);
/system/connectivity/shill/bin/
H A Dset_apn7 # you may not use this file except in compliance with the License.
12 # Unless required by applicable law or agreed to in writing, software
136 for service in $(get_services); do
/system/connectivity/shill/net/
H A Dip_address.h5 // you may not use this file except in compliance with the License.
10 // Unless required by applicable law or agreed to in writing, software
20 #include <netinet/in.h>
45 // structure, depending on the family specified in |address_struct|. |size|
66 // Get the length in bytes of addresses of the given family
70 // the length of this address type in bits.
117 // conversion succeeds in which case |address_string| is set to the
167 // NO DISALLOW_COPY_AND_ASSIGN -- we assign IPAddresses in STL datatypes
H A Dsockets.h5 // you may not use this file except in compliance with the License.
10 // Unless required by applicable law or agreed to in writing, software
21 #include <netinet/in.h>
34 // A "sys/socket.h" abstraction allowing mocking in tests.
/system/connectivity/shill/test-scripts/
H A Dconnect-vpn6 # you may not use this file except in compliance with the License.
11 # Unless required by applicable law or agreed to in writing, software
150 for k, v in params.iteritems():
/system/core/crash_reporter/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
/system/core/include/cutils/
H A Dtrace.h5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
36 * following ATRACE_TAG_* macros. The trace tag is used to filter tracing in
39 * Defining ATRACE_TAG to be ATRACE_TAG_ALWAYS will result in the tracing always
43 * in the tracing always being disabled.
49 * Keep these in sync with frameworks/base/core/java/android/os/Trace.java.
84 #error ATRACE_TAG must be defined to be one of the tags defined in cutils/trace.h
/system/core/libcutils/
H A Drecord_stream.c6 ** you may not use this file except in compliance with the License.
11 ** Unless required by applicable law or agreed to in writing, software
28 #include <netinet/in.h>
72 /* returns NULL; if there isn't a full record in the buffer */
102 /* one full line in the buffer */
134 /* is there one record already in the buffer? */
H A Dsocket_network_client_unix.c5 ** you may not use this file except in compliance with the License.
10 ** Unless required by applicable law or agreed to in writing, software
27 #include <netinet/in.h>
42 // 'timeout' is in seconds (0 for no timeout).
/system/core/rootdir/
H A DAndroid.mk119 # Put it here instead of in init.rc module definition,
159 $(LOCAL_BUILT_MODULE): $(LOCAL_PATH)/init.environ.rc.in $(bcp_dep)
/system/keymaster/
H A Dkeymaster1_engine.cpp5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
276 // Note: devices are required to consume all input in a single update call for undigested
290 const uint8_t* in, size_t in_len, int padding) {
301 keymaster_blob_t input = {in, in_len};
315 const uint8_t* in, size_t in_len, int padding) {
326 keymaster_blob_t input = {in, in_len};
289 rsa_sign_raw(RSA* rsa, size_t* out_len, uint8_t* out, size_t max_out, const uint8_t* in, size_t in_len, int padding) argument
314 rsa_decrypt(RSA* rsa, size_t* out_len, uint8_t* out, size_t max_out, const uint8_t* in, size_t in_len, int padding) argument
/system/netd/server/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
H A DIdletimerController.cpp5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
87 * the responsibility of code in Java land to ensure that the interface name
104 #include <netinet/in.h>
H A DPppController.cpp5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
29 #include <netinet/in.h>
/system/tpm/trunks/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
/system/bt/doc/
H A Ddirectory_layout.md24 * stack - **Deprecated** - The Stack - Push to proper spot in *./profiles*
/system/bt/main/
H A DAndroid.mk93 # that might link statically with some of the code in the library, and
/system/extras/f2fs_utils/
H A DAndroid.mk43 # and do not use code in external/f2fs-tools.
/system/update_engine/
H A Dbinder_service_brillo.cc5 // you may not use this file except in compliance with the License.
10 // Unless required by applicable law or agreed to in writing, software
40 string NormalString(const String16& in) { argument
41 return string{String8{in}.string()};

Completed in 1038 milliseconds

1234567891011>>