HomeSort by relevance Sort by last modified time
    Searched defs:key_length (Results 1 - 11 of 11) sorted by null

  /external/chromium/base/
hmac_mac.cc 23 bool HMAC::Init(const unsigned char *key, int key_length) {
30 plat_->key_.assign(reinterpret_cast<const char*>(key), key_length); local
  /external/openssl/crypto/hmac/
hmac.h 81 unsigned int key_length; member in struct:hmac_ctx_st
  /external/openssl/include/openssl/
hmac.h 81 unsigned int key_length; member in struct:hmac_ctx_st
x509.h 499 int key_length; member in struct:private_key_st
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
wpa_common.h 150 /* Note: key_info, key_length, and key_data_length are unaligned */
152 u8 key_length[2]; /* big endian */ member in struct:wpa_eapol_key
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
g_tester.c 1994 UINT8 key_length; local
    [all...]
  /external/wpa_supplicant/
eapol_sm.c 161 /* Note: key_length is unaligned */
162 u8 key_length[2]; member in struct:ieee802_1x_eapol_key
176 * key field (of key_length bytes) contains the key in encrypted form;
177 * if packet body length = 44, key field is absent and key_length
647 rx_key_length = WPA_GET_BE16(key->key_length);
649 "EAPOL-Key: type=%d key_length=%d key_index=0x%x",
741 "(key_length=%d)", key_len, rx_key_length);
    [all...]
wpa.c 169 /* Note: key_info, key_length, and key_data_length are unaligned */
171 u8 key_length[2]; member in struct:wpa_eapol_key
1014 WPA_PUT_BE16(reply->key_length, 0);
1131 WPA_PUT_BE16(req->key_length, 0);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/
eapol_supp_sm.c 161 /* Note: key_length is unaligned */
162 u8 key_length[2]; member in struct:ieee802_1x_eapol_key
176 * key field (of key_length bytes) contains the key in encrypted form;
177 * if packet body length = 44, key field is absent and key_length
672 rx_key_length = WPA_GET_BE16(key->key_length);
674 "EAPOL-Key: type=%d key_length=%d key_index=0x%x",
766 "(key_length=%d)", key_len, rx_key_length);
    [all...]
  /external/openssl/crypto/x509/
x509.h 499 int key_length; member in struct:private_key_st
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
reiserfs_fs.h 419 int key_length; /* 3 in all cases but direct2indirect and member in struct:cpu_key
    [all...]

Completed in 370 milliseconds