Searched refs:hmac (Results 51 - 72 of 72) sorted by relevance

123

/freebsd-13-stable/contrib/wpa/src/crypto/
H A Dcrypto_nettle.c13 #include <nettle/hmac.h>
H A Dcrypto_openssl.c17 #include <openssl/hmac.h>
/freebsd-13-stable/lib/libbearssl/
H A DMakefile173 mac/hmac.c \
/freebsd-13-stable/crypto/openssl/crypto/engine/
H A Deng_openssl.c22 #include <openssl/hmac.h>
/freebsd-13-stable/contrib/ldns/
H A Dtsig.c17 #include <openssl/hmac.h>
137 if (strcasecmp(name, "hmac-sha512.") == 0) {
143 } else if (strcasecmp(name, "hmac-shac384.") == 0) {
149 } else if (strcasecmp(name, "hmac-sha256.") == 0) {
155 } else if (strcasecmp(name, "hmac-sha1.") == 0) {
157 } else if (strcasecmp(name, "hmac-md5.sig-alg.reg.int.") == 0) {
250 /* hmac it */
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_zip.c1185 uint8_t hmac[20]; local
1188 archive_hmac_sha1_final(&zip->hctx, hmac, &hmac_len);
1189 ret = __archive_write_output(a, hmac, AUTH_CODE_SIZE);
H A Darchive_read_support_format_zip.c1367 uint8_t hmac[20]; local
1371 archive_hmac_sha1_final(&zip->hctx, hmac, &hmac_len);
1384 cmp = memcmp(hmac, p, AUTH_CODE_SIZE);
/freebsd-13-stable/contrib/openbsm/bin/auditdistd/
H A Dauditdistd.c64 #include <openssl/hmac.h>
H A Dsender.c67 #include <openssl/hmac.h>
/freebsd-13-stable/crypto/openssl/apps/
H A Ddgst.c21 #include <openssl/hmac.h>
71 {"hmac", OPT_HMAC, 's', "Create hashed MAC with key"},
H A Dspeed.c59 #include <openssl/hmac.h>
374 "md2", "mdc2", "md4", "md5", "hmac(md5)", "sha1", "rmd160", "rc4",
398 {"hmac", D_HMAC},
707 unsigned char hmac[MD5_DIGEST_LENGTH]; local
713 HMAC_Final(hctx, hmac, NULL);
/freebsd-13-stable/crypto/openssl/
H A Dconfig860 for i in aes aria bf camellia cast des dh dsa ec hmac idea md2 md5 mdc2 rc2 rc4 rc5 ripemd rsa seed sha sm2 sm3 sm4
/freebsd-13-stable/crypto/heimdal/include/hcrypto/
H A DMakefile.in358 hmac.h \
/freebsd-13-stable/targets/pseudo/userland/
H A DMakefile.depend578 usr.sbin/isc-hmac-fixup \
/freebsd-13-stable/lib/libradius/
H A Dradlib.c38 #include <openssl/hmac.h>
/freebsd-13-stable/tools/tools/crypto/
H A Dcryptocheck.c137 #include <openssl/hmac.h>
283 errx(1, "Invalid hmac %s", mac_name);
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Dssl.h26 # include <openssl/hmac.h>
/freebsd-13-stable/crypto/openssl/ssl/
H A Dt1_lib.c14 #include <openssl/hmac.h>
/freebsd-13-stable/sys/netinet/
H A Dsctp_usrreq.c2864 /* is there room for all of the hmac ids? */
2876 shmac->shmac_idents[i] = hmaclist->hmac[i];
4432 if (hmaclist->hmac[i] == SCTP_AUTH_HMAC_ID_SHA1) {
/freebsd-13-stable/crypto/openssl/ssl/statem/
H A Dstatem_srvr.c21 #include <openssl/hmac.h>
/freebsd-13-stable/contrib/ntp/sntp/
H A Dconfigure25356 for ac_header in openssl/cmac.h openssl/hmac.h
/freebsd-13-stable/contrib/ntp/
H A Dconfigure30438 for ac_header in openssl/cmac.h openssl/hmac.h

Completed in 621 milliseconds

123