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

1 2 3 4 5 6 7 8

  /src/external/mpl/bind/dist/bin/tests/system/_common/
rndc.key 14 algorithm hmac-sha256;
  /src/crypto/external/apache2/openssl/dist/test/
defltfips_test.c 21 EVP_MD *sha256 = NULL; local
45 sha256 = EVP_MD_fetch(NULL, "SHA2-256", NULL);
47 if (!TEST_ptr_null(sha256)) {
48 EVP_MD_free(sha256);
52 if (!TEST_ptr(sha256))
55 && !TEST_str_eq(OSSL_PROVIDER_get0_name(EVP_MD_get0_provider(sha256)),
57 EVP_MD_free(sha256);
60 EVP_MD_free(sha256);
prov_config_test.c 27 EVP_MD *sha256 = NULL; local
38 sha256 = EVP_MD_fetch(ctx, "SHA2-256", NULL);
39 if (!TEST_ptr(sha256))
44 EVP_MD_free(sha256);
  /src/crypto/external/bsd/openssl/dist/test/
defltfips_test.c 21 EVP_MD *sha256 = NULL; local
45 sha256 = EVP_MD_fetch(NULL, "SHA2-256", NULL);
47 if (!TEST_ptr_null(sha256)) {
48 EVP_MD_free(sha256);
52 if (!TEST_ptr(sha256))
55 && !TEST_str_eq(OSSL_PROVIDER_get0_name(EVP_MD_get0_provider(sha256)),
57 EVP_MD_free(sha256);
60 EVP_MD_free(sha256);
prov_config_test.c 27 EVP_MD *sha256 = NULL; local
38 sha256 = EVP_MD_fetch(ctx, "SHA2-256", NULL);
39 if (!TEST_ptr(sha256))
44 EVP_MD_free(sha256);
  /src/crypto/external/apache2/openssl/dist/util/
fips-checksums.sh 6 # It's worth nothing that 'openssl sha256 -r' assumes that all input
15 | openssl sha256 -r \
21 | openssl sha256 -r \
27 | openssl sha256 -r \
  /src/crypto/external/bsd/openssl/dist/util/
fips-checksums.sh 6 # It's worth nothing that 'openssl sha256 -r' assumes that all input
15 | openssl sha256 -r \
21 | openssl sha256 -r \
27 | openssl sha256 -r \
  /src/crypto/external/bsd/openssl.old/dist/test/recipes/90-test_store_data/
user.cnf 4 default_md = sha256
  /src/crypto/external/apache2/openssl/lib/libcrypto/arch/powerpc/
Makefile 29 perl $$i ${BITS} sha256 > sha256; \
35 < sha256 > $$(basename $$i .pl | sed -e s/512/256/).S; \
36 rm -f sha512 sha256;; \
  /src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/
Makefile 21 perl $$i ${BITS} sha256 > sha256; \
27 < sha256 > $$(basename $$i .pl | sed -e s/512/256/).S; \
28 rm -f sha512 sha256;; \
  /src/crypto/external/apache2/openssl/dist/test/recipes/30-test_evp_data/
evppbe_pbkdf2.txt 27 MD = sha256
48 MD = sha256
69 MD = sha256
90 MD = sha256
111 MD = sha256
162 MD = sha256
183 MD = sha256
  /src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/
evppbe_pbkdf2.txt 27 MD = sha256
48 MD = sha256
69 MD = sha256
90 MD = sha256
111 MD = sha256
134 MD = sha256
155 MD = sha256
  /src/external/mpl/bind/dist/bin/tests/system/tsig/ns1/
named.conf.j2 41 key "sha256" {
43 algorithm hmac-sha256;
66 key "hmac-sha256-legacy" {
67 algorithm "hmac-sha256";
91 key "sha256-trunc" {
93 algorithm hmac-sha256-128;
112 keys sha256;
  /src/external/public-domain/xz/dist/src/liblzma/check/
check.h 33 # include <sha256.h>
63 # define LZMA_SHA256FUNC(x) SHA256 ## x
82 /// Buffer to hold the final result and a temporary buffer for SHA256.
93 lzma_sha256_state sha256; member in union:__anon24579::__anon24581
143 LZMA_SHA256FUNC(Init)(&check->state.sha256);
154 LZMA_SHA256FUNC(Update)(&check->state.sha256, buf, UINT32_MAX);
160 LZMA_SHA256FUNC(Update)(&check->state.sha256, buf, size);
167 LZMA_SHA256FUNC(Final)(check->buffer.u8, &check->state.sha256);
sha256.c 3 /// \file sha256.c
121 transform(check->state.sha256.state, check->buffer.u32);
134 memcpy(check->state.sha256.state, s, sizeof(s));
135 check->state.sha256.size = 0;
149 const size_t copy_start = check->state.sha256.size & 0x3F;
158 check->state.sha256.size += copy_size;
160 if ((check->state.sha256.size & 0x3F) == 0)
173 size_t pos = check->state.sha256.size & 0x3F;
186 check->state.sha256.size *= 8;
188 check->buffer.u64[(64 - 8) / 8] = conv64be(check->state.sha256.size)
    [all...]
  /src/external/bsd/wpa/dist/src/crypto/
Makefile 39 sha256.o \
40 sha256-prf.o \
41 sha256-tlsprf.o \
42 sha256-internal.o \
crypto_internal.c 25 struct sha256_state sha256; member in union:crypto_hash::__anon8305
62 sha256_init(&ctx->u.sha256);
116 sha256_init(&ctx->u.sha256);
117 sha256_process(&ctx->u.sha256, key, key_len);
118 sha256_done(&ctx->u.sha256, tk);
130 sha256_init(&ctx->u.sha256);
131 sha256_process(&ctx->u.sha256, k_pad, sizeof(k_pad));
160 sha256_process(&ctx->u.sha256, data, len);
219 sha256_done(&ctx->u.sha256, mac);
293 sha256_done(&ctx->u.sha256, mac)
    [all...]
  /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/crypto/external/bsd/openssl.old/lib/libcrypto/arch/powerpc/
Makefile 21 perl $$i ${BITS} sha256; \
27 < sha256 > $$(basename $$i .pl | sed s/512/256/).S; \
28 rm -f sha512 sha256;; \
  /src/crypto/external/bsd/openssl.old/dist/test/recipes/30-test_evp_data/
evppbe.txt 118 MD = sha256
139 MD = sha256
160 MD = sha256
181 MD = sha256
202 MD = sha256
225 MD = sha256
246 MD = sha256
  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_record_util.c 92 EVP_MD *sha256; local
98 if ((sha256 = EVP_MD_fetch(libctx, "SHA256", propq)) == NULL)
111 sha256,
124 sha256,
137 sha256,
150 sha256,
156 * ossl_qrx_provide_secret takes ownership of our ref to SHA256, so if we
160 if (qrx != NULL && qtx != NULL && !EVP_MD_up_ref(sha256)) {
161 sha256 = NULL
    [all...]
  /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/crypto/external/apache2/openssl/dist/providers/common/der/
der_dsa_sig.c 35 MD_CASE(sha256);
  /src/crypto/external/bsd/openssl/dist/providers/common/der/
der_dsa_sig.c 35 MD_CASE(sha256);
  /src/crypto/external/apache2/openssl/dist/demos/certs/apps/
mkxcerts.sh 17 -keyout tsha256.pem -out tsha256.pem -new -days 3650 -sha256
30 -days 3650 -sha256

Completed in 38 milliseconds

1 2 3 4 5 6 7 8