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

1 2 3 4 5 6 7 8 91011>>

  /src/tests/crypto/libcrypto/sha/
Makefile 4 HELPER_DIR= sha
  /src/tests/crypto/libcrypto/sha1/
Makefile 4 HELPER_DIR= sha
  /src/external/bsd/wpa/dist/src/crypto/
fips_prf_wolfssl.c 11 #include <wolfssl/wolfcrypt/sha.h>
19 wc_Sha sha; local
21 os_memset(&sha, 0, sizeof(sha));
22 sha.digest[0] = state[0];
23 sha.digest[1] = state[1];
24 sha.digest[2] = state[2];
25 sha.digest[3] = state[3];
26 sha.digest[4] = state[4];
27 wc_ShaUpdate(&sha, data, 64)
    [all...]
  /src/external/bsd/nsd/dist/
tsig-openssl.h 18 #include <openssl/sha.h>
iterated_hash.h 14 #include <openssl/sha.h>
  /src/lib/libskey/
skeysubr.c 163 SHA1_CTX sha; local
171 SHA1Init(&sha);
172 SHA1Update(&sha, (unsigned char *)buf, buflen);
173 SHA1Final(NULL, &sha);
177 sha.state[0] ^= sha.state[2];
178 sha.state[1] ^= sha.state[3];
179 sha.state[0] ^= sha.state[4]
267 SHA1_CTX sha; local
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
sha.h 1 /* $NetBSD: sha.h,v 1.2 2017/01/28 21:31:47 christos Exp $ */
56 * SHA-1
61 struct sha { struct
67 typedef struct sha SHA_CTX;
69 int SHA1_Init (struct sha *m);
70 int SHA1_Update (struct sha *m, const void *v, size_t len);
71 int SHA1_Final (void *res, struct sha *m);
74 * SHA-2 256
92 * SHA-2 512
  /src/crypto/external/bsd/openssl.old/dist/test/ssl-tests/
19-mac-then-encrypt.conf 5 test-0 = 0-disable-encrypt-then-mac-server-sha
6 test-1 = 1-disable-encrypt-then-mac-client-sha
7 test-2 = 2-disable-encrypt-then-mac-both-sha
13 [0-disable-encrypt-then-mac-server-sha]
14 ssl_conf = 0-disable-encrypt-then-mac-server-sha-ssl
16 [0-disable-encrypt-then-mac-server-sha-ssl]
17 server = 0-disable-encrypt-then-mac-server-sha-server
18 client = 0-disable-encrypt-then-mac-server-sha-client
20 [0-disable-encrypt-then-mac-server-sha-server]
26 [0-disable-encrypt-then-mac-server-sha-client
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/rand/
rand_local.h 15 #include <openssl/sha.h>
  /src/crypto/external/apache2/openssl/dist/include/crypto/
sha.h 15 #include <openssl/sha.h>
  /src/crypto/external/apache2/openssl/lib/libcrypto/
rnd_keys.c 66 SHA1_CTX sha; local
73 SHA1Init(&sha);
84 SHA1Update(&sha, (u_char *) accum, strlen(accum));
88 SHA1Final(results, &sha);
  /src/crypto/external/apache2/openssl/lib/libdes/
ornd_keys.c 66 SHA1_CTX sha; local
73 SHA1Init(&sha);
84 SHA1Update(&sha, (u_char *) accum, strlen(accum));
88 SHA1Final(results, &sha);
  /src/crypto/external/bsd/netpgp/dist/src/lib/
netpgpdigest.h 39 #include <openssl/sha.h>
  /src/crypto/external/bsd/openssl/dist/crypto/rand/
rand_local.h 15 # include <openssl/sha.h>
  /src/crypto/external/bsd/openssl/dist/include/crypto/
sha.h 15 # include <openssl/sha.h>
  /src/crypto/external/bsd/openssl/lib/libcrypto/
rnd_keys.c 66 SHA1_CTX sha; local
73 SHA1Init(&sha);
84 SHA1Update(&sha, (u_char *) accum, strlen(accum));
88 SHA1Final(results, &sha);
  /src/crypto/external/bsd/openssl/lib/libdes/
ornd_keys.c 66 SHA1_CTX sha; local
73 SHA1Init(&sha);
84 SHA1Update(&sha, (u_char *) accum, strlen(accum));
88 SHA1Final(results, &sha);
  /src/crypto/external/bsd/openssl.old/lib/libcrypto/
rnd_keys.c 66 SHA1_CTX sha; local
73 SHA1Init(&sha);
84 SHA1Update(&sha, (u_char *) accum, strlen(accum));
88 SHA1Final(results, &sha);
  /src/crypto/external/bsd/openssl.old/lib/libdes/
ornd_keys.c 66 SHA1_CTX sha; local
73 SHA1Init(&sha);
84 SHA1Update(&sha, (u_char *) accum, strlen(accum));
88 SHA1Final(results, &sha);
  /src/external/gpl3/gdb/dist/gnulib/import/extra/
gitlog-to-changelog 124 FILE must consist of <SHA,CODE+> pairs where SHA is a 40-byte SHA1 (alone on
167 # F must consist of <SHA,CODE+> pairs where SHA is a 40-byte SHA1
181 my $sha;
195 $sha = lc $1;
197 exists $h->{$sha}
203 $h->{$sha} ||= '';
204 $h->{$sha} .= "$line\n";
303 my ($sha, $rest) = split ':', $log, 2
    [all...]
  /src/external/gpl3/gdb.old/dist/gnulib/import/extra/
gitlog-to-changelog 124 FILE must consist of <SHA,CODE+> pairs where SHA is a 40-byte SHA1 (alone on
167 # F must consist of <SHA,CODE+> pairs where SHA is a 40-byte SHA1
181 my $sha;
195 $sha = lc $1;
197 exists $h->{$sha}
203 $h->{$sha} ||= '';
204 $h->{$sha} .= "$line\n";
303 my ($sha, $rest) = split ':', $log, 2
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/sha/
sha1_one.c 13 #include <openssl/sha.h>
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
verify-mbedtls.c 40 mbedtls_sha256_context sha; local
75 mbedtls_sha256_init(&sha);
113 if ((status = mbedtls_sha256_starts_ret(&sha, 0)) != 0 ||
114 (status = srp_mbedtls_sha256_update_ret("rdata", &sha, rdata, rdlen)) != 0 ||
115 (status = srp_mbedtls_sha256_update_ret("message", &sha, (uint8_t *)message,
118 (status = srp_mbedtls_sha256_finish_ret(&sha, hash)) != 0) {
  /src/crypto/external/apache2/openssl/dist/providers/implementations/include/prov/
md5_sha1.h 19 #include <openssl/sha.h>
  /src/crypto/external/bsd/openssl/dist/providers/implementations/include/prov/
md5_sha1.h 19 # include <openssl/sha.h>

Completed in 23 milliseconds

1 2 3 4 5 6 7 8 91011>>