Home
last modified time | relevance | path

Searched refs:sha1sum (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/
H A Ddb.js432 let sha1sum = crypto.createHash('sha1');
433 sha1sum.update(key);
435 let filePath = fsPath.join(dirPath, sha1sum.digest('hex') + '.json');
/third_party/libwebsockets/minimal-examples/api-tests/api-test-jose/
H A Djws.c836 uint8_t sha1sum[20]; in test_jwt_RS256() local
871 (size_t)der_info->ns.len, sha1sum)) { in test_jwt_RS256()
872 lwsl_err("%s: sha1sum of public key failed\n", __func__); in test_jwt_RS256()
876 ret_encode = lws_b64_encode_string_url((char *)sha1sum, in test_jwt_RS256()
877 LWS_ARRAY_SIZE(sha1sum), sha1_fingerprint, in test_jwt_RS256()
880 lwsl_err("%s: failed to encode sha1sum to base64url\n", __func__); in test_jwt_RS256()
/third_party/elfutils/tests/
H A Ddebuginfod-subr.sh135 hash=`cat $filename | sha1sum | awk '{print $1}'`
H A Drun-debuginfod-find.sh378 hash=`cat $filename | sha1sum | awk '{print $1}'`
/third_party/mbedtls/library/
H A Dsha1.c413 unsigned char sha1sum[20]; in mbedtls_sha1_self_test() local
447 if ((ret = mbedtls_sha1_finish(&ctx, sha1sum)) != 0) { in mbedtls_sha1_self_test()
451 if (memcmp(sha1sum, sha1_test_sum[i], 20) != 0) { in mbedtls_sha1_self_test()
H A Drsa.c2927 unsigned char sha1sum[20]; in mbedtls_rsa_self_test() local
3013 rsa_plaintext, PT_LEN, sha1sum) != 0) { in mbedtls_rsa_self_test()
3023 sha1sum, rsa_ciphertext) != 0) { in mbedtls_rsa_self_test()
3037 sha1sum, rsa_ciphertext) != 0) { in mbedtls_rsa_self_test()
/third_party/node/deps/openssl/openssl/util/
H A Dfind-doc-nits737 next if $target =~ /ps|apropos|sha1sum|procmail|perl/;
/third_party/openssl/util/
H A Dfind-doc-nits737 next if $target =~ /ps|apropos|sha1sum|procmail|perl/;
/third_party/toybox/generated/
H A Dflags.h2566 // sha1sum bc(check)s(status)[!bc] bc(check)s(status)[!bc]
5635 #define TT this.sha1sum

Completed in 23 milliseconds