Home
last modified time | relevance | path

Searched refs:hmac_output (Results 1 – 21 of 21) sorted by relevance

/dports/security/openvpn-devel/openvpn-0033811e0215af76f469d78912c95a2f59813454/src/openvpn/
H A Dauth_token.c230 uint8_t hmac_output[256/8]; in generate_auth_token() local
250 hmac_ctx_final(ctx, hmac_output); in generate_auth_token()
259 ASSERT(buf_write(&token, hmac_output, sizeof(hmac_output))); in generate_auth_token()
287 uint8_t hmac_output[256/8]; in check_hmac_token() local
292 hmac_ctx_final(ctx, hmac_output); in check_hmac_token()
295 return memcmp_constant_time(&hmac_output, hmac, 32) == 0; in check_hmac_token()
/dports/security/openvpn/openvpn-2.5.6/src/openvpn/
H A Dauth_token.c231 uint8_t hmac_output[256/8]; in generate_auth_token() local
252 hmac_ctx_final(ctx, hmac_output); in generate_auth_token()
261 ASSERT(buf_write(&token, hmac_output, sizeof(hmac_output))); in generate_auth_token()
289 uint8_t hmac_output[256/8]; in check_hmac_token() local
294 hmac_ctx_final(ctx, hmac_output); in check_hmac_token()
297 return memcmp_constant_time(&hmac_output, hmac, 32) == 0; in check_hmac_token()
/dports/security/openvpn-mbedtls/openvpn-2.5.6/src/openvpn/
H A Dauth_token.c231 uint8_t hmac_output[256/8]; in generate_auth_token() local
252 hmac_ctx_final(ctx, hmac_output); in generate_auth_token()
261 ASSERT(buf_write(&token, hmac_output, sizeof(hmac_output))); in generate_auth_token()
289 uint8_t hmac_output[256/8]; in check_hmac_token() local
294 hmac_ctx_final(ctx, hmac_output); in check_hmac_token()
297 return memcmp_constant_time(&hmac_output, hmac, 32) == 0; in check_hmac_token()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/curl-sys-0.4.48+curl-7.79.1/curl/lib/
H A Dcurl_ntlm_core.c634 unsigned char hmac_output[HMAC_MD5_LENGTH]; in Curl_ntlm_core_mk_ntlmv2_resp() local
672 NTLMv2_BLOB_LEN + 8, hmac_output); in Curl_ntlm_core_mk_ntlmv2_resp()
679 memcpy(ptr, hmac_output, HMAC_MD5_LENGTH); in Curl_ntlm_core_mk_ntlmv2_resp()
708 unsigned char hmac_output[16]; in Curl_ntlm_core_mk_lmv2_resp() local
715 hmac_output); in Curl_ntlm_core_mk_lmv2_resp()
720 memcpy(lmresp, hmac_output, 16); in Curl_ntlm_core_mk_lmv2_resp()
/dports/devel/cmake-doc/cmake-3.22.1/Utilities/cmcurl/lib/
H A Dcurl_ntlm_core.c634 unsigned char hmac_output[HMAC_MD5_LENGTH]; in Curl_ntlm_core_mk_ntlmv2_resp() local
672 NTLMv2_BLOB_LEN + 8, hmac_output); in Curl_ntlm_core_mk_ntlmv2_resp()
679 memcpy(ptr, hmac_output, HMAC_MD5_LENGTH); in Curl_ntlm_core_mk_ntlmv2_resp()
708 unsigned char hmac_output[16]; in Curl_ntlm_core_mk_lmv2_resp() local
715 hmac_output); in Curl_ntlm_core_mk_lmv2_resp()
720 memcpy(lmresp, hmac_output, 16); in Curl_ntlm_core_mk_lmv2_resp()
/dports/devel/cmake-gui/cmake-3.22.1/Utilities/cmcurl/lib/
H A Dcurl_ntlm_core.c634 unsigned char hmac_output[HMAC_MD5_LENGTH]; in Curl_ntlm_core_mk_ntlmv2_resp() local
672 NTLMv2_BLOB_LEN + 8, hmac_output); in Curl_ntlm_core_mk_ntlmv2_resp()
679 memcpy(ptr, hmac_output, HMAC_MD5_LENGTH); in Curl_ntlm_core_mk_ntlmv2_resp()
708 unsigned char hmac_output[16]; in Curl_ntlm_core_mk_lmv2_resp() local
715 hmac_output); in Curl_ntlm_core_mk_lmv2_resp()
720 memcpy(lmresp, hmac_output, 16); in Curl_ntlm_core_mk_lmv2_resp()
/dports/devel/cmake/cmake-3.22.1/Utilities/cmcurl/lib/
H A Dcurl_ntlm_core.c634 unsigned char hmac_output[HMAC_MD5_LENGTH]; in Curl_ntlm_core_mk_ntlmv2_resp() local
672 NTLMv2_BLOB_LEN + 8, hmac_output); in Curl_ntlm_core_mk_ntlmv2_resp()
679 memcpy(ptr, hmac_output, HMAC_MD5_LENGTH); in Curl_ntlm_core_mk_ntlmv2_resp()
708 unsigned char hmac_output[16]; in Curl_ntlm_core_mk_lmv2_resp() local
715 hmac_output); in Curl_ntlm_core_mk_lmv2_resp()
720 memcpy(lmresp, hmac_output, 16); in Curl_ntlm_core_mk_lmv2_resp()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/curl-sys-0.4.51+curl-7.80.0/curl/lib/
H A Dcurl_ntlm_core.c641 unsigned char hmac_output[HMAC_MD5_LENGTH]; in Curl_ntlm_core_mk_ntlmv2_resp() local
679 NTLMv2_BLOB_LEN + 8, hmac_output); in Curl_ntlm_core_mk_ntlmv2_resp()
686 memcpy(ptr, hmac_output, HMAC_MD5_LENGTH); in Curl_ntlm_core_mk_ntlmv2_resp()
715 unsigned char hmac_output[16]; in Curl_ntlm_core_mk_lmv2_resp() local
722 hmac_output); in Curl_ntlm_core_mk_lmv2_resp()
727 memcpy(lmresp, hmac_output, 16); in Curl_ntlm_core_mk_lmv2_resp()
/dports/audio/lewton/lewton-0.10.2/cargo-crates/curl-sys-0.4.25/curl/lib/
H A Dcurl_ntlm_core.c665 unsigned char hmac_output[NTLM_HMAC_MD5_LEN]; in Curl_ntlm_core_mk_ntlmv2_resp() local
706 NTLMv2_BLOB_LEN + 8, hmac_output); in Curl_ntlm_core_mk_ntlmv2_resp()
713 memcpy(ptr, hmac_output, NTLM_HMAC_MD5_LEN); in Curl_ntlm_core_mk_ntlmv2_resp()
742 unsigned char hmac_output[16]; in Curl_ntlm_core_mk_lmv2_resp() local
748 result = hmac_md5(ntlmv2hash, 16, &data[0], 16, hmac_output); in Curl_ntlm_core_mk_lmv2_resp()
753 memcpy(lmresp, hmac_output, 16); in Curl_ntlm_core_mk_lmv2_resp()
/dports/net/proby/proby-1.0.2/cargo-crates/curl-sys-0.4.34+curl-7.71.1/curl/lib/
H A Dcurl_ntlm_core.c648 unsigned char hmac_output[HMAC_MD5_LENGTH]; in Curl_ntlm_core_mk_ntlmv2_resp() local
689 NTLMv2_BLOB_LEN + 8, hmac_output); in Curl_ntlm_core_mk_ntlmv2_resp()
696 memcpy(ptr, hmac_output, HMAC_MD5_LENGTH); in Curl_ntlm_core_mk_ntlmv2_resp()
725 unsigned char hmac_output[16]; in Curl_ntlm_core_mk_lmv2_resp() local
732 hmac_output); in Curl_ntlm_core_mk_lmv2_resp()
737 memcpy(lmresp, hmac_output, 16); in Curl_ntlm_core_mk_lmv2_resp()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/curl-sys-0.4.41+curl-7.75.0/curl/lib/
H A Dcurl_ntlm_core.c642 unsigned char hmac_output[HMAC_MD5_LENGTH]; in Curl_ntlm_core_mk_ntlmv2_resp() local
683 NTLMv2_BLOB_LEN + 8, hmac_output); in Curl_ntlm_core_mk_ntlmv2_resp()
690 memcpy(ptr, hmac_output, HMAC_MD5_LENGTH); in Curl_ntlm_core_mk_ntlmv2_resp()
719 unsigned char hmac_output[16]; in Curl_ntlm_core_mk_lmv2_resp() local
726 hmac_output); in Curl_ntlm_core_mk_lmv2_resp()
731 memcpy(lmresp, hmac_output, 16); in Curl_ntlm_core_mk_lmv2_resp()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/curl/lib/
H A Dcurl_ntlm_core.c665 unsigned char hmac_output[NTLM_HMAC_MD5_LEN]; in Curl_ntlm_core_mk_ntlmv2_resp() local
706 NTLMv2_BLOB_LEN + 8, hmac_output); in Curl_ntlm_core_mk_ntlmv2_resp()
713 memcpy(ptr, hmac_output, NTLM_HMAC_MD5_LEN); in Curl_ntlm_core_mk_ntlmv2_resp()
742 unsigned char hmac_output[16]; in Curl_ntlm_core_mk_lmv2_resp() local
748 result = hmac_md5(ntlmv2hash, 16, &data[0], 16, hmac_output); in Curl_ntlm_core_mk_lmv2_resp()
753 memcpy(lmresp, hmac_output, 16); in Curl_ntlm_core_mk_lmv2_resp()
/dports/lang/rust/rustc-1.58.1-src/vendor/curl-sys/curl/lib/
H A Dcurl_ntlm_core.c641 unsigned char hmac_output[HMAC_MD5_LENGTH]; in Curl_ntlm_core_mk_ntlmv2_resp() local
679 NTLMv2_BLOB_LEN + 8, hmac_output); in Curl_ntlm_core_mk_ntlmv2_resp()
686 memcpy(ptr, hmac_output, HMAC_MD5_LENGTH); in Curl_ntlm_core_mk_ntlmv2_resp()
715 unsigned char hmac_output[16]; in Curl_ntlm_core_mk_lmv2_resp() local
722 hmac_output); in Curl_ntlm_core_mk_lmv2_resp()
727 memcpy(lmresp, hmac_output, 16); in Curl_ntlm_core_mk_lmv2_resp()
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/curl-sys-0.4.39+curl-7.74.0/curl/lib/
H A Dcurl_ntlm_core.c642 unsigned char hmac_output[HMAC_MD5_LENGTH]; in Curl_ntlm_core_mk_ntlmv2_resp() local
683 NTLMv2_BLOB_LEN + 8, hmac_output); in Curl_ntlm_core_mk_ntlmv2_resp()
690 memcpy(ptr, hmac_output, HMAC_MD5_LENGTH); in Curl_ntlm_core_mk_ntlmv2_resp()
719 unsigned char hmac_output[16]; in Curl_ntlm_core_mk_lmv2_resp() local
726 hmac_output); in Curl_ntlm_core_mk_lmv2_resp()
731 memcpy(lmresp, hmac_output, 16); in Curl_ntlm_core_mk_lmv2_resp()
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/curl/lib/
H A Dcurl_ntlm_core.c661 unsigned char hmac_output[NTLM_HMAC_MD5_LEN]; in Curl_ntlm_core_mk_ntlmv2_resp() local
702 NTLMv2_BLOB_LEN + 8, hmac_output); in Curl_ntlm_core_mk_ntlmv2_resp()
709 memcpy(ptr, hmac_output, NTLM_HMAC_MD5_LEN); in Curl_ntlm_core_mk_ntlmv2_resp()
738 unsigned char hmac_output[16]; in Curl_ntlm_core_mk_lmv2_resp() local
744 result = Curl_hmac_md5(ntlmv2hash, 16, &data[0], 16, hmac_output); in Curl_ntlm_core_mk_lmv2_resp()
749 memcpy(lmresp, hmac_output, 16); in Curl_ntlm_core_mk_lmv2_resp()
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/contrib/curl/lib/
H A Dcurl_ntlm_core.c688 unsigned char hmac_output[NTLM_HMAC_MD5_LEN]; in Curl_ntlm_core_mk_ntlmv2_resp() local
731 NTLMv2_BLOB_LEN + 8, hmac_output); in Curl_ntlm_core_mk_ntlmv2_resp()
738 memcpy(ptr, hmac_output, NTLM_HMAC_MD5_LEN); in Curl_ntlm_core_mk_ntlmv2_resp()
767 unsigned char hmac_output[16]; in Curl_ntlm_core_mk_lmv2_resp() local
773 result = Curl_hmac_md5(ntlmv2hash, 16, &data[0], 16, hmac_output); in Curl_ntlm_core_mk_lmv2_resp()
778 memcpy(lmresp, hmac_output, 16); in Curl_ntlm_core_mk_lmv2_resp()
/dports/devel/premake5/premake-5.0.0-alpha16-src/contrib/curl/lib/
H A Dcurl_ntlm_core.c688 unsigned char hmac_output[NTLM_HMAC_MD5_LEN]; in Curl_ntlm_core_mk_ntlmv2_resp() local
731 NTLMv2_BLOB_LEN + 8, hmac_output); in Curl_ntlm_core_mk_ntlmv2_resp()
738 memcpy(ptr, hmac_output, NTLM_HMAC_MD5_LEN); in Curl_ntlm_core_mk_ntlmv2_resp()
767 unsigned char hmac_output[16]; in Curl_ntlm_core_mk_lmv2_resp() local
773 result = Curl_hmac_md5(ntlmv2hash, 16, &data[0], 16, hmac_output); in Curl_ntlm_core_mk_lmv2_resp()
778 memcpy(lmresp, hmac_output, 16); in Curl_ntlm_core_mk_lmv2_resp()
/dports/multimedia/libv4l/linux-5.13-rc2/net/ipv6/
H A Dseg6_hmac.c238 u8 hmac_output[SEG6_HMAC_FIELD_LEN]; in seg6_hmac_validate_skb() local
269 if (seg6_hmac_compute(hinfo, srh, &ipv6_hdr(skb)->saddr, hmac_output)) in seg6_hmac_validate_skb()
272 if (memcmp(hmac_output, tlv->hmac, SEG6_HMAC_FIELD_LEN) != 0) in seg6_hmac_validate_skb()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/ipv6/
H A Dseg6_hmac.c238 u8 hmac_output[SEG6_HMAC_FIELD_LEN]; in seg6_hmac_validate_skb() local
269 if (seg6_hmac_compute(hinfo, srh, &ipv6_hdr(skb)->saddr, hmac_output)) in seg6_hmac_validate_skb()
272 if (memcmp(hmac_output, tlv->hmac, SEG6_HMAC_FIELD_LEN) != 0) in seg6_hmac_validate_skb()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/ipv6/
H A Dseg6_hmac.c238 u8 hmac_output[SEG6_HMAC_FIELD_LEN]; in seg6_hmac_validate_skb() local
269 if (seg6_hmac_compute(hinfo, srh, &ipv6_hdr(skb)->saddr, hmac_output)) in seg6_hmac_validate_skb()
272 if (memcmp(hmac_output, tlv->hmac, SEG6_HMAC_FIELD_LEN) != 0) in seg6_hmac_validate_skb()
/dports/sysutils/ipmitool/ipmitool-1.8.18/src/plugins/lanplus/
H A Dlanplus.c1828 uint8_t * hmac_output; in ipmi_lanplus_build_v2x_msg() local
1871 hmac_output = in ipmi_lanplus_build_v2x_msg()
1888 hmac_output, in ipmi_lanplus_build_v2x_msg()
1912 printbuf(hmac_output, auth_length, "authcode output"); in ipmi_lanplus_build_v2x_msg()