Home
last modified time | relevance | path

Searched refs:sign_key (Results 1 - 3 of 3) sorted by relevance

/third_party/libwebsockets/lib/secure-streams/system/auth-sigv4/
H A Dsign.c286 struct sigv4 *s, uint8_t *sign_key) in calc_signing_key()
329 strlen("aws4_request"), sign_key); in calc_signing_key()
396 uint8_t buf[512], sign_key[32], signature_bin[32], *bp; in lws_ss_apply_sigv4() local
412 if (calc_signing_key(wsi, h, &s, sign_key)) in lws_ss_apply_sigv4()
415 hmacsha256(sign_key, sizeof(sign_key), (const uint8_t *)buf, in lws_ss_apply_sigv4()
285 calc_signing_key(struct lws *wsi, struct lws_ss_handle *h, struct sigv4 *s, uint8_t *sign_key) calc_signing_key() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_supp/
H A Deapol_supp_sm.c675 u8 sign_key[IEEE8021X_SIGN_KEY_LEN]; member
738 os_memcpy(keydata.sign_key, keydata.encr_key, 16); in eapol_sm_processKey()
762 hmac_md5(keydata.sign_key, sign_key_len, in eapol_sm_processKey()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_supp/
H A Deapol_supp_sm.c698 u8 sign_key[IEEE8021X_SIGN_KEY_LEN]; member
762 os_memcpy(keydata.sign_key, keydata.encr_key, 16); in eapol_sm_processKey()
786 hmac_md5(keydata.sign_key, sign_key_len, in eapol_sm_processKey()

Completed in 7 milliseconds