Home
last modified time | relevance | path

Searched refs:sha256 (Results 1 – 25 of 362) sorted by relevance

12345678910>>...15

/third_party/openssl/crypto/sha/
Dbuild.info5 $SHA1ASM_x86=sha1-586.S sha256-586.S sha512-586.S
8 sha1-x86_64.s sha256-x86_64.s sha512-x86_64.s sha1-mb-x86_64.s \
9 sha256-mb-x86_64.s
12 $SHA1ASM_ia64=sha1-ia64.s sha256-ia64.s sha512-ia64.s
15 $SHA1ASM_sparcv9=sha1-sparcv9.S sha256-sparcv9.S sha512-sparcv9.S
21 $SHA1ASM_mips32=sha1-mips.S sha256-mips.S
26 $SHA1ASM_s390x=sha1-s390x.S sha256-s390x.S sha512-s390x.S
29 $SHA1ASM_armv4=sha1-armv4-large.S sha256-armv4.S sha512-armv4.S
31 $SHA1ASM_aarch64=sha1-armv8.S sha256-armv8.S sha512-armv8.S
34 $SHA1ASM_parisc11=sha1-parisc.s sha256-parisc.s sha512-parisc.s
[all …]
/third_party/openssl/test/
Ddefltfips_test.c21 EVP_MD *sha256 = NULL; in test_is_fips_enabled() local
45 sha256 = EVP_MD_fetch(NULL, "SHA2-256", NULL); in test_is_fips_enabled()
47 if (!TEST_ptr_null(sha256)) { in test_is_fips_enabled()
48 EVP_MD_free(sha256); in test_is_fips_enabled()
52 if (!TEST_ptr(sha256)) in test_is_fips_enabled()
55 && !TEST_str_eq(OSSL_PROVIDER_get0_name(EVP_MD_get0_provider(sha256)), in test_is_fips_enabled()
57 EVP_MD_free(sha256); in test_is_fips_enabled()
60 EVP_MD_free(sha256); in test_is_fips_enabled()
Dprov_config_test.c23 EVP_MD *sha256 = NULL; in test_double_config() local
36 sha256 = EVP_MD_fetch(ctx, "SHA2-256", NULL); in test_double_config()
37 if (!TEST_ptr(sha256)) in test_double_config()
42 EVP_MD_free(sha256); in test_double_config()
Devp_extra_test2.c492 EVP_MD *sha256; in test_alternative_default() local
499 if (!TEST_ptr_null(sha256 = EVP_MD_fetch(NULL, "SHA2-256", NULL))) in test_alternative_default()
507 || !TEST_ptr(sha256 = EVP_MD_fetch(NULL, "SHA2-256", NULL))) in test_alternative_default()
509 EVP_MD_free(sha256); in test_alternative_default()
510 sha256 = NULL; in test_alternative_default()
517 || !TEST_ptr_null(sha256 = EVP_MD_fetch(NULL, "SHA2-256", NULL))) in test_alternative_default()
522 EVP_MD_free(sha256); in test_alternative_default()
528 EVP_MD *sha256 = NULL; in test_provider_unload_effective() local
533 || !TEST_ptr(sha256 = EVP_MD_fetch(NULL, "SHA2-256", NULL))) in test_provider_unload_effective()
539 EVP_MD_free(sha256); in test_provider_unload_effective()
[all …]
/third_party/mbedtls/tests/data_files/
DMakefile44 test-ca.req.sha256: $(test_ca_key_file_rsa)
46 all_intermediate += test-ca.req.sha256
48 test-ca.crt: $(test_ca_key_file_rsa) test-ca.req.sha256
49 …$(MBEDTLS_CERT_WRITE) is_ca=1 serial=3 request_file=test-ca.req.sha256 selfsign=1 issuer_name="C=N…
60 test-ca-sha1.crt: $(test_ca_key_file_rsa) test-ca.req.sha256
61 …$(MBEDTLS_CERT_WRITE) is_ca=1 serial=3 request_file=test-ca.req.sha256 selfsign=1 issuer_name="C=N…
68 test-ca-sha256.crt: $(test_ca_key_file_rsa) test-ca.req.sha256
69 …$(MBEDTLS_CERT_WRITE) is_ca=1 serial=3 request_file=test-ca.req.sha256 selfsign=1 issuer_name="C=N…
70 all_final += test-ca-sha256.crt
72 test-ca-sha256.crt.der: test-ca-sha256.crt
[all …]
/third_party/mbedtls/library/
Dpsa_crypto_hash.c105 mbedtls_sha256_free( &operation->ctx.sha256 ); in mbedtls_psa_hash_abort()
110 mbedtls_sha256_free( &operation->ctx.sha256 ); in mbedtls_psa_hash_abort()
164 mbedtls_sha256_init( &operation->ctx.sha256 ); in mbedtls_psa_hash_setup()
165 ret = mbedtls_sha256_starts( &operation->ctx.sha256, 1 ); in mbedtls_psa_hash_setup()
170 mbedtls_sha256_init( &operation->ctx.sha256 ); in mbedtls_psa_hash_setup()
171 ret = mbedtls_sha256_starts( &operation->ctx.sha256, 0 ); in mbedtls_psa_hash_setup()
226 mbedtls_sha256_clone( &target_operation->ctx.sha256, in mbedtls_psa_hash_clone()
227 &source_operation->ctx.sha256 ); in mbedtls_psa_hash_clone()
232 mbedtls_sha256_clone( &target_operation->ctx.sha256, in mbedtls_psa_hash_clone()
233 &source_operation->ctx.sha256 ); in mbedtls_psa_hash_clone()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dcrypto_internal.c25 struct sha256_state sha256; member
62 sha256_init(&ctx->u.sha256); in crypto_hash_init()
116 sha256_init(&ctx->u.sha256); in crypto_hash_init()
117 sha256_process(&ctx->u.sha256, key, key_len); in crypto_hash_init()
118 sha256_done(&ctx->u.sha256, tk); in crypto_hash_init()
130 sha256_init(&ctx->u.sha256); in crypto_hash_init()
131 sha256_process(&ctx->u.sha256, k_pad, sizeof(k_pad)); in crypto_hash_init()
160 sha256_process(&ctx->u.sha256, data, len); in crypto_hash_update()
219 sha256_done(&ctx->u.sha256, mac); in crypto_hash_finish()
293 sha256_done(&ctx->u.sha256, mac); in crypto_hash_finish()
[all …]
DMakefile50 sha256.o \
51 sha256-prf.o \
52 sha256-tlsprf.o \
53 sha256-internal.o \
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto_internal.c25 struct sha256_state sha256; member
62 sha256_init(&ctx->u.sha256); in crypto_hash_init()
116 sha256_init(&ctx->u.sha256); in crypto_hash_init()
117 sha256_process(&ctx->u.sha256, key, key_len); in crypto_hash_init()
118 sha256_done(&ctx->u.sha256, tk); in crypto_hash_init()
130 sha256_init(&ctx->u.sha256); in crypto_hash_init()
131 sha256_process(&ctx->u.sha256, k_pad, sizeof(k_pad)); in crypto_hash_init()
160 sha256_process(&ctx->u.sha256, data, len); in crypto_hash_update()
219 sha256_done(&ctx->u.sha256, mac); in crypto_hash_finish()
293 sha256_done(&ctx->u.sha256, mac); in crypto_hash_finish()
[all …]
DMakefile39 sha256.o \
40 sha256-prf.o \
41 sha256-tlsprf.o \
42 sha256-internal.o \
/third_party/python/Tools/msi/
Dsdktools.psm140 …SignTool sign /sha1 $certsha1 /fd sha256 /tr http://timestamp.digicert.com/ /td sha256 /d $descrip… in Sign-File()
42 …SignTool sign /a /n $certname /fd sha256 /tr http://timestamp.digicert.com/ /td sha256 /d $descrip… in Sign-File()
44 …SignTool sign /f $certfile /fd sha256 /tr http://timestamp.digicert.com/ /td sha256 /d $descriptio… in Sign-File()
/third_party/node/test/parallel/
Dtest-crypto-hmac.js79 sha256: property
89 sha256: property
99 sha256: property
109 sha256: property
128 sha256: property
146 sha256: property
165 sha256: property
185 sha256: property
204 sha256: 'a3b6167473100ee06e0c796c2955552b', property
223 sha256: property
[all …]
/third_party/libwebsockets/lib/tls/mbedtls/
Dlws-genhash.c68 mbedtls_sha256_init(&ctx->u.sha256); in lws_genhash_init()
69 if (mbedtls_sha256_starts_ret(&ctx->u.sha256, 0)) in lws_genhash_init()
105 if (mbedtls_sha256_update_ret(&ctx->u.sha256, in, len)) in lws_genhash_update()
136 if (mbedtls_sha256_finish_ret(&ctx->u.sha256, result)) in lws_genhash_destroy()
138 mbedtls_sha256_free(&ctx->u.sha256); in lws_genhash_destroy()
176 mbedtls_sha256_init(&ctx->u.sha256); in lws_genhash_init()
177 mbedtls_sha256_starts(&ctx->u.sha256, 0); in lws_genhash_init()
208 mbedtls_sha256_update(&ctx->u.sha256, in, len); in lws_genhash_update()
234 mbedtls_sha256_finish(&ctx->u.sha256, result); in lws_genhash_destroy()
235 mbedtls_sha256_free(&ctx->u.sha256); in lws_genhash_destroy()
/third_party/protobuf/
Dprotobuf_deps.bzl11 sha256 = "97e70364e9249702246c0e9444bccdc4b847bed1eb03c5a3ece4f83dfe6abc44",
22 sha256 = "629380c90a77b964d896ed37163f5c3a34f6e6d897311f1df2a7016355c45eff",
31 sha256 = "d16a0141ec1a18405cd4ce8b4613101da75da0e9a7aec5bdd4fa804d0e0eba73",
38 sha256 = "9d48151ea71b3e225adfb6867e6d2c7d0dce46cbdc8710d9a9a628574dfd40a0",
46 sha256 = "f5a3e477e579231fca27bf202bb0e8fbe4fc6339d63b38ccb87c2760b533d1c3",
54 sha256 = "602e7161d9195e50246177e7c55b2f39950a9cf7366f74ed5f22fd45750cd208",
62 sha256 = "e5470e92a18aa51830db99a4d9c492cc613761d5bdb7131c04bd92b9834380f6",
/third_party/openssl/test/recipes/30-test_evp_data/
Devppbe_pbkdf2.txt27 MD = sha256
48 MD = sha256
69 MD = sha256
90 MD = sha256
111 MD = sha256
134 MD = sha256
155 MD = sha256
/third_party/skia/third_party/externals/brotli/java/
DWORKSPACE16 sha256 = RULES_JVM_EXTERNAL_SHA,
31 sha256 = "ed99792df48670072b78028faf704a8dcb6868fe140ccc7eced9b01dfa62fef4",
38 sha256 = "ecbe6944fe1a4290644d5a6b3c8f68576798a53b9da12cd31c58c48569595ff7",
45 sha256 = "8f718071022e7e7f2fc9a229984b7e83582db91ed83861b49ce1461436fe8dc4",
52 sha256 = "5479fb385ea1e11619f5c0cdfd9ccb3ea3a3fea0f5bc6176fb3ce62be29d759b",
/third_party/openssl/crypto/objects/
Dobj_xref.txt10 sha256WithRSAEncryption sha256 rsaEncryption
40 ecdsa_with_SHA256 sha256 X9_62_id_ecPublicKey
47 dsa_with_SHA256 sha256 dsa
58 dhSinglePass_stdDH_sha256kdf_scheme sha256 dh_std_kdf
64 dhSinglePass_cofactorDH_sha256kdf_scheme sha256 dh_cofactor_kdf
/third_party/openssl/providers/implementations/kdfs/
Dscrypt.c39 unsigned char *key, size_t keylen, EVP_MD *sha256,
52 EVP_MD *sha256; member
80 EVP_MD_free(ctx->sha256); in kdf_scrypt_free()
128 EVP_MD_free(ctx->sha256); in set_digest()
129 ctx->sha256 = EVP_MD_fetch(ctx->libctx, "sha256", ctx->propq); in set_digest()
130 if (ctx->sha256 == NULL) { in set_digest()
170 if (ctx->sha256 == NULL && !set_digest(ctx)) in kdf_scrypt_derive()
175 ctx->maxmem_bytes, key, keylen, ctx->sha256, in kdf_scrypt_derive()
413 unsigned char *key, size_t keylen, EVP_MD *sha256, in scrypt_alg() argument
498 if (ossl_pkcs5_pbkdf2_hmac_ex(pass, passlen, salt, saltlen, 1, sha256, in scrypt_alg()
[all …]
/third_party/openssl/util/
Dfips-checksums.sh15 | openssl sha256 -r \
21 | openssl sha256 -r \
27 | openssl sha256 -r \
/third_party/rust/crates/cxx/third-party/bazel/
Ddefs.bzl376 sha256 = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a",
386 sha256 = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f",
396 sha256 = "f13b9c79b5d1dd500d20ef541215a6423c75829ef43117e1b4d17fd8af0b5d76",
406 sha256 = "783fe232adfca04f90f56201b26d79682d4cd2625e0bc7290b95123afe558ade",
416 sha256 = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e",
426 sha256 = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66",
436 sha256 = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee",
446 sha256 = "5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6",
456 sha256 = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b",
466 sha256 = "ddccb15bcce173023b3fedd9436f882a0739b8dfb45e4f6b6002bee5929f61b2",
[all …]
/third_party/musl/src/crypt/
Dcrypt_sha256.c18 struct sha256 { struct
43 static void processblock(struct sha256 *s, const uint8_t *buf) in processblock() argument
86 static void pad(struct sha256 *s) in pad()
109 static void sha256_init(struct sha256 *s) in sha256_init()
122 static void sha256_sum(struct sha256 *s, uint8_t *md) in sha256_sum()
135 static void sha256_update(struct sha256 *s, const void *m, unsigned long len) in sha256_update()
178 static void hashmd(struct sha256 *s, unsigned int n, const void *md) in hashmd()
189 struct sha256 ctx; in sha256crypt()
/third_party/glslang/
DWORKSPACE9 sha256 = "94c634d499558a76fa649edb13721dce6e98fb1e7018dfaeba3cd7a083945e91",
16 sha256 = "b885bb965ab4b6cf8718bbb8154d8f6474cd00331481b6d3e390babb3532263e",
24 sha256 = "b0c21a01995fdf9792510566d78d5e7fe6f83cb4ba986eba691f4926f127cb34",
/third_party/googletest/
DWORKSPACE9 sha256 = "aeba534f7307e36fe084b452299e49b97420667a8d28102cf9a0daeed340b859",
16 sha256 = "1e19e9a3bc3d4ee91d7fcad00653485ee6c798efbbf9588d40b34cbfbded143d",
23 sha256 = "98b3c592faea9636ac8444bfd9de7f3fb4c60590932d6e6ac5946e3f8dbd5ff6",
/third_party/skia/third_party/externals/abseil-cpp/
DWORKSPACE24 sha256 = "12ef65654dc01ab40f6f33f9d02c04f2097d2cd9fbe48dc6001b29543583b0ad",
33 sha256 = "1cb4b97a90aa1fd9c8e412a6bc29fc13fc140162a4a0db3811af40befd8c9ea5",
41 sha256 = "b295cad8c5899e371dde175079c0a2cdc0151f5127acc92366a8c986beb95c76",
49 sha256 = "b601beaf841244de5c5a50d2b2eddd34839788000fa1be4260ce6603ca0d8eb7",
/third_party/node/doc/api/
Dhttps.md370 `pin-sha256`):
377 function sha256(s) {
378 return crypto.createHash('sha256').update(s).digest('base64');
394 if (sha256(cert.pubkey) !== pubkey256) {
420 hash = crypto.createHash('sha256');
421 console.log(' Public key ping-sha256:', sha256(cert.pubkey));
451 Public key ping-sha256: pL1+qb9HTMRZJmuC/bB/ZI9d302BYrrqiVuRyW+DGrU=
454 Public key ping-sha256: RRM1dGqnDFsCJXBTHky16vi1obOlCgFFn/yOhI/y+ho=
457 Public key ping-sha256: WoiWRyIOVNa9ihaBciRSC7XHjliYS9VwUGOIud4PB18=
460sha256="WoiWRyIOVNa9ihaBciRSC7XHjliYS9VwUGOIud4PB18="; pin-sha256="RRM1dGqnDFsCJXBTHky16vi1obOlCgF…

12345678910>>...15