Home
last modified time | relevance | path

Searched refs:magic1 (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Dms_funcs.c233 static const u8 magic1[39] = { in generate_authenticator_response_pwhash() local
249 const size_t len1[3] = { 16, 24, sizeof(magic1) }; in generate_authenticator_response_pwhash()
255 addr1[2] = magic1; in generate_authenticator_response_pwhash()
328 static const u8 magic1[27] = { in get_master_key() local
334 const size_t len[3] = { 16, 24, sizeof(magic1) }; in get_master_key()
339 addr[2] = magic1; in get_master_key()
/dragonfly/usr.sbin/fstyp/
H A Dbefs.c44 int32_t magic1; member
58 if (volume->magic1 == BEFS_SUPER_BLOCK_MAGIC1) { in fstyp_befs()