HomeSort by: relevance | last modified time | path
    Searched refs:sha256 (Results 1 - 10 of 10) sorted by relevancy

  /src/usr.bin/cksum/
Makefile 6 SRCS+= sha256.c sha384.c sha512.c
12 LINKS+= ${BINDIR}/cksum ${BINDIR}/sha256
21 MLINKS+=cksum.1 sha256.1
  /src/tests/usr.bin/patch/
t_patch.sh 92 cksum=$(sha256 -n to_patch | cut -d' ' -f1)
95 origfile_cksum=$(sha256 -n to_patch.orig | cut -d' ' -f1)
154 cksum1=$(sha256 -n to_patch | cut -d' ' -f1)
165 cksum2=$(sha256 -n to_patch | cut -d' ' -f1)
170 origfile_cksum1=$(sha256 -n to_patch.~1~ | cut -d' ' -f1)
171 origfile_cksum2=$(sha256 -n to_patch.~2~ | cut -d' ' -f1)
  /src/sbin/cgdconfig/
hkdf_hmac_sha256.c 42 SHA256_CTX sha256; member in struct:hmacsha256
54 SHA256_Init(&H->sha256);
55 SHA256_Update(&H->sha256, key, keylen);
56 SHA256_Final(hkey, &H->sha256);
67 SHA256_Init(&H->sha256);
68 SHA256_Update(&H->sha256, ipad, SHA256_BLOCK_LENGTH);
78 SHA256_Update(&H->sha256, buf, buflen);
91 SHA256_Final(h, &H->sha256);
92 SHA256_Init(&H->sha256);
93 SHA256_Update(&H->sha256, opad, SHA256_BLOCK_LENGTH)
    [all...]
  /src/tests/dev/cgd/
t_cgdconfig.sh 139 shared "helloworld" algorithm hkdf-hmac-sha256 \
161 shared "helloworld" algorithm hkdf-hmac-sha256 \
185 shared "helloworld" algorithm hkdf-hmac-sha256 \
196 shared "helloworld" algorithm hkdf-hmac-sha256 \
234 shared "helloworld" algorithm hkdf-hmac-sha256 \
245 shared "helloworld" algorithm hkdf-hmac-sha256 \
  /src/sys/external/isc/libsodium/dist/src/libsodium/
Makefile.am 30 crypto_hash/sha256/hash_sha256.c \
31 crypto_hash/sha256/cp/hash_sha256_cp.c \
157 crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.c \
158 crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.h \
Makefile.in 138 @MINIMAL_FALSE@ crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.c \
139 @MINIMAL_FALSE@ crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.h \
280 crypto_hash/crypto_hash.c crypto_hash/sha256/hash_sha256.c \
281 crypto_hash/sha256/cp/hash_sha256_cp.c \
370 crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.c \
371 crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.h \
399 @MINIMAL_FALSE@ crypto_pwhash/scryptsalsa208sha256/libsodium_la-pbkdf2-sha256.lo \
435 crypto_hash/sha256/libsodium_la-hash_sha256.lo \
436 crypto_hash/sha256/cp/libsodium_la-hash_sha256_cp.lo \
828 crypto_hash/crypto_hash.c crypto_hash/sha256/hash_sha256.c
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
nspire.dtsi 117 sha256: crypto@CC000000 { label
  /src/tests/usr.sbin/mtree/
t_mtree.sh 88 ( cd create && mtree -F ${FLAVOR} -c -k type,nlink,link,size,sha256 ) >output.raw \
  /src/usr.sbin/fstyp/
hammer2_disk.h 681 } sha256; member in union:hammer2_blockref::__anon6e029221030a
  /src/share/mk/
bsd.own.mk 1635 INSTPRIV.unpriv=-U -M ${METALOG} -D ${DESTDIR} -h sha256

Completed in 19 milliseconds