HomeSort by relevance Sort by last modified time
    Searched refs:mac (Results 76 - 100 of 191) sorted by null

1 2 34 5 6 7 8

  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
eap_pax_common.h 93 u8 *mac);
  /external/webkit/WebCore/platform/network/mac/
AuthenticationMac.mm 131 NSURLAuthenticationChallenge *mac(const AuthenticationChallenge& coreChallenge)
136 return [[[NSURLAuthenticationChallenge alloc] initWithProtectionSpace:mac(coreChallenge.protectionSpace())
137 proposedCredential:mac(coreChallenge.proposedCredential())
144 NSURLProtectionSpace *mac(const ProtectionSpace& coreSpace)
213 NSURLCredential *mac(const Credential& coreCredential)
  /external/wpa_supplicant/
crypto_internal.c 150 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len)
158 if (mac == NULL || len == NULL) {
171 MD5Final(mac, &ctx->u.md5);
180 SHA1Final(mac, &ctx->u.sha1);
190 MD5Final(mac, &ctx->u.md5);
199 MD5Update(&ctx->u.md5, mac, 16);
200 MD5Final(mac, &ctx->u.md5);
210 SHA1Final(mac, &ctx->u.sha1);
219 SHA1Update(&ctx->u.sha1, mac, 20);
220 SHA1Final(mac, &ctx->u.sha1)
    [all...]
md5.c 29 * @mac: Buffer for the hash (16 bytes)
32 const u8 *addr[], const size_t *len, u8 *mac)
78 md5_vector(1 + num_elem, _addr, _len, mac);
89 _addr[1] = mac;
91 md5_vector(2, _addr, _len, mac);
101 * @mac: Buffer for the hash (16 bytes)
104 u8 *mac)
106 hmac_md5_vector(key, key_len, 1, &data, &data_len, mac);
135 * @mac: Buffer for the hash
137 void md5_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac)
    [all...]
eap_pax_common.h 97 u8 *mac);
aes_wrap.c 5 * - One-Key CBC MAC (OMAC1) hash with AES-128
172 * omac1_aes_128_vector - One-Key CBC MAC (OMAC1) hash with AES-128
177 * @mac: Buffer for MAC (128 bits, i.e., 16 bytes)
181 const u8 *addr[], const size_t *len, u8 *mac)
235 aes_encrypt(ctx, pad, mac);
242 * omac1_aes_128 - One-Key CBC MAC (OMAC1) hash with AES-128 (aka AES-CMAC)
244 * @data: Data buffer for which a MAC is determined
246 * @mac: Buffer for MAC (128 bits, i.e., 16 bytes
    [all...]
  /external/openssl/crypto/evp/
openbsd_hw.c 173 cryp.mac=0;
282 static int dev_crypto_init_digest(MD_DATA *md_data,int mac)
290 md_data->sess.mac=mac;
334 cryp.op=COP_ENCRYPT;/* required to do the MAC rather than check it */
338 cryp.mac=(caddr_t)md;
361 err("CIOCCRYPT(MAC) failed");
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
md5.c 29 * @mac: Buffer for the hash (16 bytes)
32 const u8 *addr[], const size_t *len, u8 *mac)
78 md5_vector(1 + num_elem, _addr, _len, mac);
89 _addr[1] = mac;
91 md5_vector(2, _addr, _len, mac);
101 * @mac: Buffer for the hash (16 bytes)
104 u8 *mac)
106 hmac_md5_vector(key, key_len, 1, &data, &data_len, mac);
135 * @mac: Buffer for the hash
137 void md5_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac)
    [all...]
crypto_internal.c 151 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len)
159 if (mac == NULL || len == NULL) {
172 MD5Final(mac, &ctx->u.md5);
181 SHA1Final(mac, &ctx->u.sha1);
191 MD5Final(mac, &ctx->u.md5);
200 MD5Update(&ctx->u.md5, mac, 16);
201 MD5Final(mac, &ctx->u.md5);
211 SHA1Final(mac, &ctx->u.sha1);
220 SHA1Update(&ctx->u.sha1, mac, 20);
221 SHA1Final(mac, &ctx->u.sha1)
    [all...]
aes_wrap.c 5 * - One-Key CBC MAC (OMAC1, i.e., CMAC) hash with AES-128
171 * omac1_aes_128_vector - One-Key CBC MAC (OMAC1) hash with AES-128
176 * @mac: Buffer for MAC (128 bits, i.e., 16 bytes)
184 const u8 *addr[], const size_t *len, u8 *mac)
238 aes_encrypt(ctx, pad, mac);
245 * omac1_aes_128 - One-Key CBC MAC (OMAC1) hash with AES-128 (aka AES-CMAC)
247 * @data: Data buffer for which a MAC is determined
249 * @mac: Buffer for MAC (128 bits, i.e., 16 bytes
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/libexec/gcc/arm-eabi/4.3.1/install-tools/
mkheaders 57 prefix=/Volumes/android/mac-android-1/arm-eabi-4.3.1
  /external/chromium/net/third_party/nss/ssl/
sslgathr.c 80 ** and checks and discards the MAC, then advances to GS_INIT.
243 ** Check the MAC.
250 unsigned char mac[SSL_MAX_MAC_BYTES]; local
285 /* Have read in all the MAC portion of record
287 ** Prepare MAC by resetting it and feeding it the shared secret
305 (*ss->sec.hash->end)(ss->sec.hashcx, mac, &macLen, macLen);
312 if (NSS_SecureMemcmp(mac, pBuf, macLen) != 0) {
313 /* MAC's didn't match... */
314 SSL_DBG(("%d: SSL[%d]: mac check failed, seq=%d",
316 PRINT_BUF(1, (ss, "computed mac:", mac, macLen))
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/include/proto/
eapol.h 162 uint8 mac[ETHER_ADDR_LEN]; member in struct:__anon9425
  /external/dnsmasq/src/
dbus.c 398 char *action_str, *addr, *mac = daemon->namebuff; local
410 print_mac(mac, p, i);
429 dbus_message_iter_append_basic(&args, DBUS_TYPE_STRING, &mac) &&
  /external/openssl/crypto/pkcs12/
pkcs12.h 107 PKCS12_MAC_DATA *mac; member in struct:__anon5428
167 #define PKCS12_mac_present(p12) ((p12)->mac ? 1 : 0)
226 unsigned char *mac, unsigned int *maclen);
p12_asn.c 69 ASN1_OPT(PKCS12, mac, PKCS12_MAC_DATA)
  /external/openssl/include/openssl/
pkcs12.h 107 PKCS12_MAC_DATA *mac; member in struct:__anon5472
167 #define PKCS12_mac_present(p12) ((p12)->mac ? 1 : 0)
226 unsigned char *mac, unsigned int *maclen);
  /external/openssl/ssl/
ssl_ciph.c 293 /* MAC aliases */
402 ssl_mac_pkey_id[SSL_MD_GOST89MAC_IDX] = get_optional_pkey_id("gost-mac");
628 static void ssl_cipher_get_disabled(unsigned long *mkey, unsigned long *auth, unsigned long *enc, unsigned long *mac, unsigned long *ssl)
633 *mac = 0;
694 *mac |= (ssl_digest_methods[SSL_MD_MD5_IDX ] == NULL) ? SSL_MD5 :0;
695 *mac |= (ssl_digest_methods[SSL_MD_SHA1_IDX] == NULL) ? SSL_SHA1:0;
696 *mac |= (ssl_digest_methods[SSL_MD_GOST94_IDX] == NULL) ? SSL_GOST94:0;
697 *mac |= (ssl_digest_methods[SSL_MD_GOST89MAC_IDX] == NULL || ssl_mac_pkey_id[SSL_MD_GOST89MAC_IDX]==NID_undef)? SSL_GOST89MAC:0;
1458 const char *kx,*au,*enc,*mac; local
    [all...]
  /bionic/libc/kernel/common/linux/
skbuff.h 132 } mac; member in struct:sk_buff
  /development/ndk/platforms/android-3/include/linux/
skbuff.h 132 } mac; member in struct:sk_buff
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
skbuff.h 132 } mac; member in struct:sk_buff
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
skbuff.h 132 } mac; member in struct:sk_buff
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
skbuff.h 132 } mac; member in struct:sk_buff
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
skbuff.h 132 } mac; member in struct:sk_buff
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
skbuff.h 132 } mac; member in struct:sk_buff

Completed in 618 milliseconds

1 2 34 5 6 7 8