Searched refs:sha_type (Results 1 – 2 of 2) sorted by relevance
| /src/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 111 t1 = (h) + SIGMA_MAJ1_##sha_type((e)) + CH((e), (f), (g)) + (k) + (w);\ 112 t2 = SIGMA_MAJ0_##sha_type((a)) + MAJ((a), (b), (c));\
|
| /src/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 13407 if (sha_type == (u32) -1 || in nl80211_set_secure_ranging_ctx() 13411 sha_type) || in nl80211_set_secure_ranging_ctx()
|