HomeSort by: relevance | last modified time | path
    Searched refs:key_length (Results 1 - 22 of 22) sorted by relevancy

  /src/external/bsd/wpa/dist/src/common/
eapol_common.h 66 /* Note: key_length is unaligned */
67 u8 key_length[2]; member in struct:ieee802_1x_eapol_key
81 * key field (of key_length bytes) contains the key in encrypted form;
82 * if packet body length = 44, key field is absent and key_length
wpa_common.h 230 /* Note: key_info, key_length, and key_data_length are unaligned */
232 u8 key_length[2]; /* big endian */ member in struct:wpa_eapol_key
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_tar.c 213 struct archive_entry *, const char *key, size_t key_length,
2346 const char *key, size_t key_length, size_t value_length, int64_t *unconsumed)
2357 if (key_length > 4 && memcmp(key, "GNU.", 4) == 0) {
2359 key_length -= 4;
2362 if (key_length == 6 && memcmp(key, "sparse", 6) == 0) {
2367 else if (key_length > 7 && memcmp(key, "sparse.", 7) == 0) {
2370 key_length -= 7;
2373 if (key_length == 9 && memcmp(key, "numblocks", 9) == 0) {
2380 else if (key_length == 6 && memcmp(key, "offset", 6) == 0) {
2395 else if (key_length == 8 && memcmp(key, "numbytes", 8) == 0)
    [all...]
archive_blake2.h 95 uint8_t key_length; /* 2 */
113 uint8_t key_length; /* 2 */
archive_blake2s_ref.c 103 P->key_length = 0;
126 P->key_length = (uint8_t)keylen;
archive_blake2sp_ref.c 49 P->key_length = (uint8_t)keylen;
66 P->key_length = (uint8_t)keylen;
  /src/external/apache2/argon2/dist/phc-winner-argon2/src/blake2/
blake2.h 38 uint8_t key_length; /* 2 */ member in struct:__blake2b_param
blake2b.c 105 P.key_length = 0;
139 P.key_length = (uint8_t)keylen;
  /src/external/bsd/jemalloc/dist/test/include/test/
SFMT.h 78 sfmt_t *init_by_array(uint32_t *init_key, int key_length);
  /src/external/bsd/jemalloc.old/dist/test/include/test/
SFMT.h 78 sfmt_t *init_by_array(uint32_t *init_key, int key_length);
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_generichash/blake2b/ref/
blake2.h 56 uint8_t key_length; /* 2 */ member in struct:blake2b_param_
blake2b-ref.c 132 P->key_length = 0;
155 P->key_length = 0;
189 P->key_length = keylen;
227 P->key_length = keylen;
  /src/external/apache2/llvm/dist/clang/tools/scan-build-py/libear/
ear.c 492 size_t const key_length = strlen(key); local
495 if ((0 == strncmp(*it, key, key_length)) &&
496 (strlen(*it) > key_length) && ('=' == (*it)[key_length]))
501 size_t const env_length = key_length + value_length + 2;
  /src/external/bsd/jemalloc/dist/test/src/
SFMT.c 636 * @param key_length the length of init_key.
638 sfmt_t *init_by_array(uint32_t *init_key, int key_length) {
666 if (key_length + 1 > N32) {
667 count = key_length + 1;
674 r += key_length;
679 for (i = 1, j = 0; (j < count) && (j < key_length); j++) {
  /src/external/bsd/jemalloc.old/dist/test/src/
SFMT.c 636 * @param key_length the length of init_key.
638 sfmt_t *init_by_array(uint32_t *init_key, int key_length) {
666 if (key_length + 1 > N32) {
667 count = key_length + 1;
674 r += key_length;
679 for (i = 1, j = 0; (j < count) && (j < key_length); j++) {
  /src/external/bsd/openldap/dist/libraries/libldap/
tls_o.c 84 static RSA * tlso_tmp_rsa_cb( SSL *ssl, int is_export, int key_length );
1654 tlso_tmp_rsa_cb( SSL *ssl, int is_export, int key_length )
1664 if ( tmp_rsa && !RSA_generate_key_ex( tmp_rsa, key_length, bn, NULL )) {
1675 key_length, is_export ? "export" : "domestic" );
  /src/sys/fs/hfs/
libhfs.h 321 uint16_t key_length; member in struct:__anon6755
libhfs.c 1835 out_key->key_length = be16tohp(&ptr);
1837 out_key->key_length = *(((uint8_t*)ptr));
2313 out_key->key_length = HFS_MAX_EXT_KEY_LEN;
2319 return out_key->key_length;
  /src/external/bsd/wpa/dist/src/rsn_supp/
wpa.c 272 WPA_PUT_BE16(reply->key_length, 0);
623 WPA_PUT_BE16(reply->key_length, 0);
625 os_memcpy(reply->key_length, key->key_length, 2);
2281 WPA_PUT_BE16(reply->key_length, 0);
2283 os_memcpy(reply->key_length, key->key_length, 2);
2496 keylen = WPA_GET_BE16(key->key_length);
2663 keylen = WPA_GET_BE16(key->key_length);
2849 WPA_PUT_BE16(reply->key_length, 0)
    [all...]
  /src/external/bsd/wpa/dist/src/eapol_supp/
eapol_supp_sm.c 728 rx_key_length = WPA_GET_BE16(key->key_length);
730 "EAPOL-Key: type=%d key_length=%d key_index=0x%x",
830 "(key_length=%d)", key_len, rx_key_length);
  /src/external/bsd/wpa/dist/src/ap/
ieee802_1x.c 231 WPA_PUT_BE16(key->key_length, key_len);
wpa_auth.c 2044 WPA_PUT_BE16(key->key_length, 0);
2046 WPA_PUT_BE16(key->key_length, wpa_cipher_key_len(alg));

Completed in 82 milliseconds