Searched defs:sha_type (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/libecc/include/libecc/hash/ |
H A D | sha2.h | 107 #define UPDATEW(w, i, sha_type) ((w)[(i)] = SIGMA_MIN1_##sha_type((w)[(i)-2]) + (w)[(i)-7] + SIGMA_… argument 109 #define SHA2CORE(a, b, c, d, e, f, g, h, w, k, sha_word_type, sha_type) do {\ argument
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver_nl80211.c | 13404 u32 sha_type = wpa_ltf_keyseed_len_to_sha_type( in nl80211_set_secure_ranging_ctx() local
|