Home
last modified time | relevance | path

Searched refs:S1 (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dsha1-tlsprf.c34 const u8 *S1, *S2; in tls_prf_sha1_md5() local
64 S1 = secret; in tls_prf_sha1_md5()
71 hmac_md5_vector(S1, L_S1, 2, &MD5_addr[1], &MD5_len[1], A_MD5); in tls_prf_sha1_md5()
78 hmac_md5_vector(S1, L_S1, 3, MD5_addr, MD5_len, P_MD5); in tls_prf_sha1_md5()
80 hmac_md5(S1, L_S1, A_MD5, MD5_MAC_LEN, A_MD5); in tls_prf_sha1_md5()
/hal_espressif-latest/components/mbedtls/port/sha/parallel_engine/
Desp_sha512.c220 #define S1(x) (ROTR(x,19) ^ ROTR(x,61) ^ SHR(x, 6)) in mbedtls_sha512_software_process() macro
240 W[i] = S1(W[i - 2]) + W[i - 7] + in mbedtls_sha512_software_process()
Desp_sha256.c161 #define S1(x) (ROTR(x,17) ^ ROTR(x,19) ^ SHR(x,10)) macro
171 W[t] = S1(W[t - 2]) + W[t - 7] + \