Searched refs:sha1 (Results 1 - 25 of 103) sorted by relevance

12345

/freebsd-13-stable/usr.sbin/wpa/wpa_passphrase/
H A DMakefile9 SRCS= common.c md5-internal.c md5.c os_unix.c sha1-internal.c sha1-pbkdf2.c \
10 sha1.c wpa_passphrase.c
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/hash/
H A Dt_hash.sh49 atf_test_case sha1
66 atf_add_test_case sha1
/freebsd-13-stable/crypto/openssh/regress/
H A Dputty-kex.sh11 for k in dh-gex-sha1 dh-group1-sha1 dh-group14-sha1 ; do
/freebsd-13-stable/contrib/ntp/sntp/tests/
H A Dcrypto.c64 struct key sha1; local
65 sha1.next = NULL;
66 sha1.key_id = 20;
67 sha1.key_len = 7;
68 memcpy(&sha1.key_seq, "sha1seq", sha1.key_len);
69 strlcpy(sha1.typen, "SHA1", sizeof(sha1.typen));
70 sha1.typei = keytype_from_text(sha1
151 struct key sha1; local
[all...]
/freebsd-13-stable/crypto/openssl/crypto/evp/
H A Dm_md5_sha1.c23 SHA_CTX sha1; member in struct:md5_sha1_ctx
31 return SHA1_Init(&mctx->sha1);
39 return SHA1_Update(&mctx->sha1, data, count);
47 return SHA1_Final(md + MD5_DIGEST_LENGTH, &mctx->sha1);
85 if (!SHA1_Update(&mctx->sha1, padtmp, 40))
88 if (!SHA1_Final(sha1tmp, &mctx->sha1))
108 if (!SHA1_Update(&mctx->sha1, padtmp, 40))
111 if (!SHA1_Update(&mctx->sha1, sha1tmp, sizeof(sha1tmp)))
H A Dm_sha1.c40 SHA_CTX *sha1; local
48 sha1 = EVP_MD_CTX_md_data(ctx);
58 if (SHA1_Update(sha1, ms, mslen) <= 0)
64 if (!SHA1_Update(sha1, padtmp, sizeof(padtmp)))
67 if (!SHA1_Final(sha1tmp, sha1))
72 if (!SHA1_Init(sha1))
75 if (SHA1_Update(sha1, ms, mslen) <= 0)
81 if (!SHA1_Update(sha1, padtmp, sizeof(padtmp)))
84 if (!SHA1_Update(sha1, sha1tmp, sizeof(sha1tmp)))
/freebsd-13-stable/usr.bin/opiekey/
H A DMakefile17 LINKS+= ${BINDIR}/opiekey ${BINDIR}/otp-sha1
19 MLINKS= opiekey.1 otp-md4.1 opiekey.1 otp-md5.1 opiekey.1 otp-sha1.1
/freebsd-13-stable/tests/sys/netipsec/tunnel/
H A Daes_cbc_128_hmac_sha1.sh8 atf_set descr 'IPSec inet4 tunnel using aes-cbc-128-hmac-sha1'
17 ist_test 4 rijndael-cbc "1234567890123456" hmac-sha1 "12345678901234567890"
28 atf_set descr 'IPSec inet6 tunnel using aes-cbc-128-hmac-sha1'
37 ist_test 6 rijndael-cbc "1234567890123456" hmac-sha1 "12345678901234567890"
H A Daesni_aes_cbc_128_hmac_sha1.sh8 atf_set descr 'IPSec inet4 tunnel using aes-cbc-128-hmac-sha1 and AESNI'
17 ist_test 4 rijndael-cbc "1234567890123456" hmac-sha1 "12345678901234567890"
28 atf_set descr 'IPSec inet6 tunnel using aes-cbc-128-hmac-sha1 and AESNI'
37 ist_test 6 rijndael-cbc "1234567890123456" hmac-sha1 "12345678901234567890"
/freebsd-13-stable/contrib/netbsd-tests/lib/libskey/
H A Dt_algorithms.c98 ATF_TC(sha1); variable
99 ATF_TC_HEAD(sha1, tc)
103 ATF_TC_BODY(sha1, tc)
105 h_check("This is a test.", "TeSt", "sha1","BB9E6AE1979D8FF4",
107 h_check("AbCdEfGhIjK", "alpha1", "sha1","AD85F658EBE383C9",
109 h_check("OTP's are good", "correct", "sha1","D51F3E99BF8E6F0B",
118 ATF_TP_ADD_TC(tp, sha1);
/freebsd-13-stable/contrib/ntp/lib/isc/include/isc/
H A Diterated_hash.h23 #include <isc/sha1.h>
/freebsd-13-stable/sys/modules/mac_veriexec_sha1/
H A DMakefile7 SRCS= mac_veriexec_sha1.c sha1.c
/freebsd-13-stable/sbin/md5/
H A DMakefile8 ${BINDIR}/md5 ${BINDIR}/sha1 \
19 md5.1 sha1.1 \
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A Draw_sha1_ostream.h22 /// A raw_ostream that hash the content using the sha1 algorithm.
33 StringRef sha1() { function in class:llvm::raw_sha1_ostream
/freebsd-13-stable/contrib/ntp/lib/isc/
H A Diterated_hash.c23 #include <isc/sha1.h>
/freebsd-13-stable/sys/modules/carp/
H A DMakefile7 SRCS= ip_carp.c sha1.c
/freebsd-13-stable/sys/security/mac_veriexec/
H A Dmac_veriexec_sha1.c34 #include <crypto/sha1.h>
/freebsd-13-stable/sys/opencrypto/
H A Dxform.h34 #include <crypto/sha1.h>
H A Dxform.c64 #include <crypto/sha1.h>
/freebsd-13-stable/sys/modules/ossl/
H A DMakefile17 sha1-armv8.S \
23 sha1-x86_64.S \
29 sha1-586.S \
/freebsd-13-stable/contrib/wpa/src/crypto/
H A Dcrypto_internal.c23 struct SHA1Context sha1; member in union:crypto_hash::__anon6381
58 SHA1Init(&ctx->u.sha1);
96 SHA1Init(&ctx->u.sha1);
97 SHA1Update(&ctx->u.sha1, key, key_len);
98 SHA1Final(tk, &ctx->u.sha1);
110 SHA1Init(&ctx->u.sha1);
111 SHA1Update(&ctx->u.sha1, k_pad, sizeof(k_pad));
155 SHA1Update(&ctx->u.sha1, data, len);
209 SHA1Final(mac, &ctx->u.sha1);
272 SHA1Final(mac, &ctx->u.sha1);
[all...]
/freebsd-13-stable/usr.sbin/wpa/
H A DMakefile.crypto4 SRCS+= crypto_openssl.c random.c sha1-prf.c sha256-prf.c sha256-tlsprf.c \
120 SRCS+= sha1-internal.c sha1-pbkdf2.c sha1.c sha1-prf.c
148 SRCS+= sha1-tlsprf.c
/freebsd-13-stable/sys/modules/netgraph/mppc/
H A DMakefile17 SRCS+= sha1.c
/freebsd-13-stable/sys/contrib/openzfs/lib/libicp/
H A DMakefile.am20 asm-x86_64/sha1/sha1-x86_64.S \
49 algs/sha1/sha1.c \
/freebsd-13-stable/cddl/lib/libicp/
H A DMakefile18 asm-x86_64/sha1/sha1-x86_64.S \
50 algs/sha1/sha1.c \
97 CFLAGS.sha1-x86_64.S+= -DLOCORE

Completed in 196 milliseconds

12345