/freebsd/sys/contrib/ck/include/ |
H A D | ck_ht.h | 78 CK_HT_TYPE key_length; 150 ck_ht_entry_key_set(ck_ht_entry_t *entry, const void *key, uint16_t key_length) in ck_ht_entry_key_set() argument 154 entry->key = (uintptr_t)key | ((uintptr_t)key_length << CK_MD_VMA_BITS); in ck_ht_entry_key_set() 157 entry->key_length = key_length; in ck_ht_entry_key_set() 181 return entry->key_length; in ck_ht_entry_key_length() 200 uint16_t key_length, in ck_ht_entry_set() argument 205 entry->key = (uintptr_t)key | ((uintptr_t)key_length << CK_MD_VMA_BITS); in ck_ht_entry_set() 210 entry->key_length = key_length; in ck_ht_entry_set()
|
/freebsd/sys/contrib/ck/src/ |
H A D | ck_ht.c | 109 uint16_t key_length) in ck_ht_hash() argument 112 table->h(h, key, key_length, table->seed); in ck_ht_hash() 282 uint16_t key_length, in ck_ht_map_probe_wr() argument 344 if (k != key_length) in ck_ht_map_probe_wr() 356 if (memcmp(pointer, key, key_length) == 0) in ck_ht_map_probe_wr() 454 CK_HT_TYPE_STORE(&priority->key_length, entry->key_length); in ck_ht_gc() 498 uint16_t key_length) in ck_ht_map_probe_rd() argument 539 snapshot->key_length = CK_HT_TYPE_LOAD(&cursor->key_length); in ck_ht_map_probe_rd() 566 if (k != key_length) in ck_ht_map_probe_rd() 586 if (memcmp(pointer, key, key_length) == 0) in ck_ht_map_probe_rd() [all …]
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_support_format_tar.c | 202 struct archive_entry *, const char *key, size_t key_length, 2226 const char *key, size_t key_length, size_t value_length, size_t *unconsumed) in pax_attribute() argument 2237 if (key_length > 4 && memcmp(key, "GNU.", 4) == 0) { in pax_attribute() 2239 key_length -= 4; in pax_attribute() 2242 if (key_length == 6 && memcmp(key, "sparse", 6) == 0) { in pax_attribute() 2247 else if (key_length > 7 && memcmp(key, "sparse.", 7) == 0) { in pax_attribute() 2250 key_length -= 7; in pax_attribute() 2253 if (key_length == 9 && memcmp(key, "numblocks", 9) == 0) { in pax_attribute() 2260 else if (key_length == 6 && memcmp(key, "offset", 6) == 0) { in pax_attribute() 2275 else if (key_length == 8 && memcmp(key, "numbytes", 8) == 0) { in pax_attribute() [all …]
|
H A D | archive_blake2.h | 95 uint8_t key_length; /* 2 */ 113 uint8_t key_length; /* 2 */
|
H A D | archive_blake2s_ref.c | 103 P->key_length = 0; in blake2s_init() 126 P->key_length = (uint8_t)keylen; in blake2s_init_key()
|
H A D | archive_blake2sp_ref.c | 49 P->key_length = (uint8_t)keylen; in blake2sp_init_leaf() 66 P->key_length = (uint8_t)keylen; in blake2sp_init_root()
|
/freebsd/crypto/openssl/providers/implementations/include/prov/ |
H A D | blake2.h | 32 uint8_t key_length; /* 2 */ member 56 uint8_t key_length; /* 2 */ member
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/ |
H A D | blake2b-ref.c | 132 P->key_length = 0; in blake2b_init() 155 P->key_length = 0; in blake2b_init_salt_personal() 189 P->key_length = keylen; in blake2b_init_key() 227 P->key_length = keylen; in blake2b_init_key_salt_personal()
|
H A D | blake2.h | 56 uint8_t key_length; /* 2 */ member
|
/freebsd/crypto/openssl/providers/implementations/digests/ |
H A D | blake2s_prov.c | 81 P->key_length = 0; in ossl_blake2s_param_init() 99 P->key_length = keylen; in ossl_blake2s_param_set_key_length() 138 memcpy(block, key, P->key_length); in ossl_blake2s_init_key()
|
H A D | blake2b_prov.c | 86 P->key_length = 0; in ossl_blake2b_param_init() 105 P->key_length = keylen; in ossl_blake2b_param_set_key_length() 145 memcpy(block, key, P->key_length); in ossl_blake2b_init_key()
|
/freebsd/sys/contrib/libb2/ |
H A D | blake2.h | 74 uint8_t key_length; // 2 member 100 uint8_t key_length; // 2 member
|
H A D | blake2bp.c | 32 P->key_length = keylen; in blake2bp_init_leaf() 51 P->key_length = keylen; in blake2bp_init_root()
|
H A D | blake2sp.c | 31 P->key_length = keylen; in blake2sp_init_leaf() 49 P->key_length = keylen; in blake2sp_init_root()
|
H A D | blake2b-ref.c | 191 P->key_length = 0; in blake2b_init() 214 P->key_length = ( uint8_t ) keylen; in blake2b_init_key()
|
H A D | blake2s-ref.c | 185 P->key_length = 0; in blake2s_init() 207 P->key_length = ( uint8_t ) keylen; in blake2s_init_key()
|
/freebsd/contrib/wpa/src/common/ |
H A D | eapol_common.h | 67 u8 key_length[2]; member
|
H A D | wpa_common.h | 230 u8 key_length[2]; /* big endian */ member
|
/freebsd/sys/dev/iavf/ |
H A D | iavf_vc_common.c | 693 int msg_len, key_length; in iavf_config_rss_key() local 704 key_length = IAVF_RSS_KEY_SIZE; in iavf_config_rss_key() 705 msg_len = sizeof(struct virtchnl_rss_key) + (sizeof(u8) * key_length) - 1; in iavf_config_rss_key() 714 rss_key_msg->key_len = key_length; in iavf_config_rss_key() 715 bcopy(rss_seed, &rss_key_msg->key[0], key_length); in iavf_config_rss_key()
|
/freebsd/crypto/openssl/providers/implementations/macs/ |
H A D | blake2_mac_impl.c | 115 } else if (macctx->params.key_length == 0) { in blake2_mac_init()
|
/freebsd/contrib/wpa/src/rsn_supp/ |
H A D | wpa.c | 272 WPA_PUT_BE16(reply->key_length, 0); in wpa_sm_key_request() 623 WPA_PUT_BE16(reply->key_length, 0); in wpa_supplicant_send_2_of_4() 625 os_memcpy(reply->key_length, key->key_length, 2); in wpa_supplicant_send_2_of_4() 2281 WPA_PUT_BE16(reply->key_length, 0); in wpa_supplicant_send_4_of_4() 2283 os_memcpy(reply->key_length, key->key_length, 2); in wpa_supplicant_send_4_of_4() 2496 keylen = WPA_GET_BE16(key->key_length); in wpa_supplicant_process_3_of_4_wpa() 2663 keylen = WPA_GET_BE16(key->key_length); in wpa_supplicant_process_3_of_4() 2849 WPA_PUT_BE16(reply->key_length, 0); in wpa_supplicant_send_2_of_2() 2851 os_memcpy(reply->key_length, key->key_length, 2); in wpa_supplicant_send_2_of_2() 3018 gtk_len = WPA_GET_BE16(key->key_length); in wpa_supplicant_process_1_of_2_wpa() [all …]
|
/freebsd/sys/dev/sfxge/common/ |
H A D | efx_lic.c | 1103 uint8_t key_length; in efx_lic_v3_validate_key() local 1116 key_length = ((uint8_t *)keyp)[1]; in efx_lic_v3_validate_key() 1121 if (key_length > length) { in efx_lic_v3_validate_key()
|
/freebsd/contrib/wpa/src/eapol_supp/ |
H A D | eapol_supp_sm.c | 728 rx_key_length = WPA_GET_BE16(key->key_length); in eapol_sm_processKey()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | x509.h | 372 int key_length; member
|
H A D | x509.h.in | 202 int key_length; member
|