HomeSort by relevance Sort by last modified time
    Searched refs:mac (Results 226 - 250 of 656) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/net/ssl/
ssl_cipher_suite_names.cc 16 // and mac. For all the ciphersuites in the IANA registry, we extract each of
23 // <3 bits> mac
297 const int mac = cs->encoded & 0x7; local
301 if (mac == kAEADMACValue) {
305 *mac_str = kMacNames[mac].name;
365 const int mac = cs->encoded & 0x7; local
387 if (mac != kAEADMACValue)
  /external/openssl/crypto/evp/
e_rc4_hmac_md5.c 172 unsigned char mac[MD5_DIGEST_LENGTH]; local
203 MD5_Final(mac,&key->md);
205 MD5_Update(&key->md,mac,MD5_DIGEST_LENGTH);
206 MD5_Final(mac,&key->md);
208 if (memcmp(out+plen,mac,MD5_DIGEST_LENGTH))
  /external/chromium_org/net/proxy/
proxy_resolver_mac.cc 10 #include "base/mac/foundation_util.h"
11 #include "base/mac/scoped_cftyperef.h"
34 // The "HTTPS" on the Mac side here means "proxy applies to https://" URLs;
133 base::mac::CFCastStrict<CFArrayRef>(result));
144 CFDictionaryRef proxy_dictionary = base::mac::CFCastStrict<CFDictionaryRef>(
162 CFStringRef proxy_type = base::mac::GetValueFromDictionary<CFStringRef>(
  /external/chromium_org/content/browser/geolocation/
wifi_data_provider_linux.cc 261 { // Read the mac address
267 std::string mac; local
268 if (!reader.PopVariantOfString(&mac)) {
274 ReplaceSubstringsAfterOffset(&mac, 0U, ":", std::string());
276 if (!base::HexStringToBytes(mac, &mac_bytes) || mac_bytes.size() != 6) {
277 LOG(WARNING) << "Can't parse mac address (found " << mac_bytes.size()
278 << " bytes) so using raw string: " << mac;
279 access_point_data.mac_address = base::UTF8ToUTF16(mac);
320 << "MAC: " << access_point_data.mac_address << ", "
  /external/wpa_supplicant_8/src/crypto/
crypto_gnutls.c 15 int md4_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac)
27 memcpy(mac, p, gcry_md_get_algo_dlen(GCRY_MD_MD4));
55 int md5_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac)
67 memcpy(mac, p, gcry_md_get_algo_dlen(GCRY_MD_MD5));
73 int sha1_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac)
85 memcpy(mac, p, gcry_md_get_algo_dlen(GCRY_MD_SHA1));
aes_wrap.h 5 * - One-Key CBC MAC (OMAC1) hash with AES-128
27 u8 *mac);
29 u8 *mac);
crypto_cryptoapi.c 107 const u8 *addr[], const size_t *len, u8 *mac)
135 if (!CryptGetHashParam(hash, HP_HASHVAL, mac, &hlen, 0)) {
147 int md4_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac)
149 return cryptoapi_hash_vector(CALG_MD4, 16, num_elem, addr, len, mac);
218 int md5_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac)
220 return cryptoapi_hash_vector(CALG_MD5, 16, num_elem, addr, len, mac);
224 int sha1_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac)
226 return cryptoapi_hash_vector(CALG_SHA, 20, num_elem, addr, len, mac);
467 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len)
475 if (mac == NULL || len == NULL
    [all...]
crypto_libtomcrypt.c 25 int md4_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac)
33 md4_done(&md, mac);
59 int md5_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac)
67 md5_done(&md, mac);
72 int sha1_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac)
80 sha1_done(&md, mac);
214 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len)
222 if (mac == NULL || len == NULL) {
240 if (md5_done(&ctx->u.md, mac) != CRYPT_OK)
250 if (sha1_done(&ctx->u.md, mac) != CRYPT_OK
    [all...]
  /external/chromium_org/components/test/
run_all_unittests.cc 19 #include "base/mac/bundle_locations.h"
74 base::mac::SetOverrideFrameworkBundlePath(path);
105 base::mac::SetOverrideFrameworkBundle(NULL);
  /external/chromium_org/sandbox/mac/
bootstrap_sandbox.cc 5 #include "sandbox/mac/bootstrap_sandbox.h"
11 #include "base/mac/foundation_util.h"
12 #include "base/mac/mach_logging.h"
14 #include "sandbox/mac/launchd_interception_server.h"
36 base::mac::ScopedMachReceiveRight scoped_port(port);
122 base::StringPrintf("%s.sandbox.%d", base::mac::BaseBundleID(),
dispatch_source_mach_unittest.cc 5 #include "sandbox/mac/dispatch_source_mach.h"
10 #include "base/mac/scoped_mach_port.h"
39 base::mac::ScopedMachReceiveRight receive_right_;
40 base::mac::ScopedMachSendRight send_right_;
  /external/chromium_org/third_party/yasm/
generate_files.host.darwin-x86.mk 33 $(gyp_shared_intermediate_dir)/third_party/yasm/version.mac: gyp_local_path := $(LOCAL_PATH)
34 $(gyp_shared_intermediate_dir)/third_party/yasm/version.mac: gyp_var_prefix := $(GYP_VAR_PREFIX)
35 $(gyp_shared_intermediate_dir)/third_party/yasm/version.mac: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
36 $(gyp_shared_intermediate_dir)/third_party/yasm/version.mac: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
37 $(gyp_shared_intermediate_dir)/third_party/yasm/version.mac: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
38 $(gyp_shared_intermediate_dir)/third_party/yasm/version.mac: $(gyp_shared_intermediate_dir)/genversion $(GYP_TARGET_DEPENDENCIES)
39 @echo "Gyp action: Generating yasm version file: $(gyp_shared_intermediate_dir)/third_party/yasm/version.mac ($@)"
40 $(hide)cd $(gyp_local_path)/third_party/yasm; mkdir -p $(gyp_shared_intermediate_dir)/third_party/yasm; "$(gyp_shared_intermediate_dir)/genversion" "$(gyp_shared_intermediate_dir)/third_party/yasm/version.mac"
70 $(gyp_shared_intermediate_dir)/third_party/yasm/version.mac \
generate_files.host.darwin-x86_64.mk 33 $(gyp_shared_intermediate_dir)/third_party/yasm/version.mac: gyp_local_path := $(LOCAL_PATH)
34 $(gyp_shared_intermediate_dir)/third_party/yasm/version.mac: gyp_var_prefix := $(GYP_VAR_PREFIX)
35 $(gyp_shared_intermediate_dir)/third_party/yasm/version.mac: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
36 $(gyp_shared_intermediate_dir)/third_party/yasm/version.mac: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
37 $(gyp_shared_intermediate_dir)/third_party/yasm/version.mac: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
38 $(gyp_shared_intermediate_dir)/third_party/yasm/version.mac: $(gyp_shared_intermediate_dir)/genversion $(GYP_TARGET_DEPENDENCIES)
39 @echo "Gyp action: Generating yasm version file: $(gyp_shared_intermediate_dir)/third_party/yasm/version.mac ($@)"
40 $(hide)cd $(gyp_local_path)/third_party/yasm; mkdir -p $(gyp_shared_intermediate_dir)/third_party/yasm; "$(gyp_shared_intermediate_dir)/genversion" "$(gyp_shared_intermediate_dir)/third_party/yasm/version.mac"
70 $(gyp_shared_intermediate_dir)/third_party/yasm/version.mac \
generate_files.host.linux-x86.mk 33 $(gyp_shared_intermediate_dir)/third_party/yasm/version.mac: gyp_local_path := $(LOCAL_PATH)
34 $(gyp_shared_intermediate_dir)/third_party/yasm/version.mac: gyp_var_prefix := $(GYP_VAR_PREFIX)
35 $(gyp_shared_intermediate_dir)/third_party/yasm/version.mac: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
36 $(gyp_shared_intermediate_dir)/third_party/yasm/version.mac: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
37 $(gyp_shared_intermediate_dir)/third_party/yasm/version.mac: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
38 $(gyp_shared_intermediate_dir)/third_party/yasm/version.mac: $(gyp_shared_intermediate_dir)/genversion $(GYP_TARGET_DEPENDENCIES)
39 @echo "Gyp action: Generating yasm version file: $(gyp_shared_intermediate_dir)/third_party/yasm/version.mac ($@)"
40 $(hide)cd $(gyp_local_path)/third_party/yasm; mkdir -p $(gyp_shared_intermediate_dir)/third_party/yasm; "$(gyp_shared_intermediate_dir)/genversion" "$(gyp_shared_intermediate_dir)/third_party/yasm/version.mac"
70 $(gyp_shared_intermediate_dir)/third_party/yasm/version.mac \
generate_files.host.linux-x86_64.mk 33 $(gyp_shared_intermediate_dir)/third_party/yasm/version.mac: gyp_local_path := $(LOCAL_PATH)
34 $(gyp_shared_intermediate_dir)/third_party/yasm/version.mac: gyp_var_prefix := $(GYP_VAR_PREFIX)
35 $(gyp_shared_intermediate_dir)/third_party/yasm/version.mac: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
36 $(gyp_shared_intermediate_dir)/third_party/yasm/version.mac: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
37 $(gyp_shared_intermediate_dir)/third_party/yasm/version.mac: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
38 $(gyp_shared_intermediate_dir)/third_party/yasm/version.mac: $(gyp_shared_intermediate_dir)/genversion $(GYP_TARGET_DEPENDENCIES)
39 @echo "Gyp action: Generating yasm version file: $(gyp_shared_intermediate_dir)/third_party/yasm/version.mac ($@)"
40 $(hide)cd $(gyp_local_path)/third_party/yasm; mkdir -p $(gyp_shared_intermediate_dir)/third_party/yasm; "$(gyp_shared_intermediate_dir)/genversion" "$(gyp_shared_intermediate_dir)/third_party/yasm/version.mac"
70 $(gyp_shared_intermediate_dir)/third_party/yasm/version.mac \
  /external/chromium_org/tools/vim/
clang-format.vim 5 " Binds cmd-shift-i (on Mac) or ctrl-shift-i (elsewhere) to invoking
13 if has('mac')
  /external/wpa_supplicant_8/src/eap_common/
eap_eke_common.h 32 /* Keyed Message Digest (MAC) Registry */
66 u8 mac; member in struct:eap_eke_session
82 u8 prf, u8 mac);
  /bionic/libc/kernel/uapi/linux/
virtio_net.h 56 __u8 mac[ETH_ALEN]; member in struct:virtio_net_config
  /development/ndk/platforms/android-L/include/linux/
virtio_net.h 56 __u8 mac[6]; member in struct:virtio_net_config
  /external/chromium_org/base/mac/
foundation_util.h 15 #include "base/mac/scoped_cftyperef.h"
61 namespace mac { namespace in namespace:base
168 } // namespace mac
194 namespace mac { \
205 namespace mac { \
243 namespace mac { namespace in namespace:base
255 // CFNumberRef some_number = base::mac::CFCast<CFNumberRef>(
259 // CFStringRef some_string = base::mac::CFCastStrict<CFStringRef>(hello);
316 // NSString* version = base::mac::ObjCCast<NSString>(
319 // NSString* str = base::mac::ObjCCastStrict<NSString>
    [all...]
libdispatch_task_runner.cc 5 #include "base/mac/libdispatch_task_runner.h"
10 namespace mac { namespace in namespace:base
79 } // namespace mac
scoped_block.h 15 namespace mac { namespace in namespace:base
89 } // namespace mac
  /external/chromium_org/base/message_loop/
message_pump_io_ios.h 9 #include "base/mac/scoped_cffiledescriptorref.h"
10 #include "base/mac/scoped_cftyperef.h"
84 base::mac::ScopedCFFileDescriptorRef fdref_;
  /external/chromium_org/chrome/browser/mac/
keystone_glue.h 14 #include "base/mac/scoped_authorizationref.h"
15 #import "base/mac/scoped_nsobject.h"
96 base::mac::ScopedAuthorizationRef authorization_;
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_model_observer_for_cocoa.h 27 #include "base/mac/scoped_block.h"
88 base::mac::ScopedBlock<ChangeCallback> callback_;

Completed in 894 milliseconds

1 2 3 4 5 6 7 8 91011>>