Home
last modified time | relevance | path

Searched defs:sha_type (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/libecc/include/libecc/hash/
H A Dsha2.h107 #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 Ddriver_nl80211.c13404 u32 sha_type = wpa_ltf_keyseed_len_to_sha_type( in nl80211_set_secure_ranging_ctx() local