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

  /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_
  /src/external/apache2/argon2/dist/phc-winner-argon2/src/blake2/
blake2.h 38 uint8_t key_length; /* 2 */ member in struct:__blake2b_param
  /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/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/sys/fs/hfs/
libhfs.h 321 uint16_t key_length; member in struct:__anon6755

Completed in 26 milliseconds