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

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/binutils/dist/libctf/
ctf-sha1.h 24 #include "sha1.h"
31 ctf_sha1_init (ctf_sha1_t *sha1)
33 sha1_init_ctx (sha1);
37 ctf_sha1_add (ctf_sha1_t *sha1, const void *buf, size_t len)
39 sha1_process_bytes (buf, len, sha1);
ctf-sha1.c 21 #include <ctf-sha1.h>
26 ctf_sha1_fini (ctf_sha1_t *sha1, char *buf)
37 sha1_finish_ctx (sha1, align.digest);
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-sha1.h 24 #include "sha1.h"
31 ctf_sha1_init (ctf_sha1_t *sha1)
33 sha1_init_ctx (sha1);
37 ctf_sha1_add (ctf_sha1_t *sha1, const void *buf, size_t len)
39 sha1_process_bytes (buf, len, sha1);
ctf-sha1.c 21 #include <ctf-sha1.h>
26 ctf_sha1_fini (ctf_sha1_t *sha1, char *buf)
37 sha1_finish_ctx (sha1, align.digest);
  /src/external/gpl3/gdb/dist/libctf/
ctf-sha1.h 24 #include "sha1.h"
31 ctf_sha1_init (ctf_sha1_t *sha1)
33 sha1_init_ctx (sha1);
37 ctf_sha1_add (ctf_sha1_t *sha1, const void *buf, size_t len)
39 sha1_process_bytes (buf, len, sha1);
ctf-sha1.c 21 #include <ctf-sha1.h>
26 ctf_sha1_fini (ctf_sha1_t *sha1, char *buf)
37 sha1_finish_ctx (sha1, align.digest);
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-sha1.h 24 #include "sha1.h"
31 ctf_sha1_init (ctf_sha1_t *sha1)
33 sha1_init_ctx (sha1);
37 ctf_sha1_add (ctf_sha1_t *sha1, const void *buf, size_t len)
39 sha1_process_bytes (buf, len, sha1);
ctf-sha1.c 21 #include <ctf-sha1.h>
26 ctf_sha1_fini (ctf_sha1_t *sha1, char *buf)
37 sha1_finish_ctx (sha1, align.digest);
  /src/lib/libc/hash/sha1/
sha1hl.c 14 #define HASH_ALGORITHM SHA1
15 #define HASH_INCLUDE <sha1.h>
  /src/tests/lib/libc/hash/
t_hash.sh 49 atf_test_case sha1
52 atf_set "descr" "Checks SHA1 functions"
66 atf_add_test_case sha1
  /src/external/bsd/unbound/dist/testdata/10-unbound-anchor.tdir/
10-unbound-anchor.conf 4 fake-sha1: yes
  /src/lib/libcrypt/
hmac_sha1.c 7 #include <sha1.h> /* XXX */
10 #define HMAC_HASH SHA1
  /src/external/bsd/ntp/dist/sntp/tests/
crypto.c 75 struct key sha1; local
76 sha1.next = NULL;
77 sha1.key_id = 20;
78 sha1.key_len = 7;
79 memcpy(&sha1.key_seq, "sha1seq", sha1.key_len);
80 strlcpy(sha1.typen, "SHA1", sizeof(sha1.typen));
81 sha1.typei = keytype_from_text(sha1.typen, NULL)
178 struct key sha1; local
    [all...]
  /src/external/bsd/wpa/bin/wpa_passphrase/
Makefile 22 SRCS+= tls_none.c md5-internal.c sha1-internal.c
23 SRCS+= sha1-pbkdf2.c sha1.c md5.c
  /src/tests/lib/libskey/
t_algorithms.c 98 ATF_TC(sha1); variable
99 ATF_TC_HEAD(sha1, tc)
101 atf_tc_set_md_var(tc, "descr", "Checks SHA1 algorithm");
103 ATF_TC_BODY(sha1, tc)
105 h_check("This is a test.", "TeSt", "sha1","BB9E6AE1979D8FF4",
107 h_check("AbCdEfGhIjK", "alpha1", "sha1","AD85F658EBE383C9",
109 h_check("OTP's are good", "correct", "sha1","D51F3E99BF8E6F0B",
118 ATF_TP_ADD_TC(tp, sha1);
  /src/usr.bin/cksum/
sha1.c 1 /* $NetBSD: sha1.c,v 1.1 2001/03/20 18:46:27 atatat Exp $ */
3 #include <sha1.h> /* this hash type */
6 #define HASHTYPE "SHA1"
Makefile 5 SRCS= cksum.c crc.c md2.c md4.c md5.c sha1.c rmd160.c print.c sum1.c sum2.c
11 LINKS+= ${BINDIR}/cksum ${BINDIR}/sha1
20 MLINKS+=cksum.1 sha1.1
  /src/external/mpl/bind/dist/contrib/scripts/
catzhash.py 34 print(hashlib.sha1(NAME).hexdigest())
  /src/external/bsd/unbound/dist/testdata/fwd_edns_bksec.tdir/
fwd_edns_bksec.conf 16 fake-sha1: yes
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
raw_sha1_ostream.h 1 //==- raw_sha1_ostream.h - raw_ostream that compute SHA1 --*- C++ -*-==//
17 #include "llvm/Support/SHA1.h"
22 /// A raw_ostream that hash the content using the sha1 algorithm.
24 SHA1 State;
32 /// Return the current SHA1 hash for the content of the stream
33 StringRef sha1() { function in class:llvm::raw_sha1_ostream
  /src/external/bsd/openldap/lib/liblutil/
Makefile 15 md5.c passwd.c sha1.c getpass.c lockf.c utils.c uuid.c \
  /src/external/mpl/bind/dist/bin/tests/system/tsig/ns1/
named.conf.j2 31 key "sha1" {
33 algorithm hmac-sha1;
56 key "hmac-sha1-legacy" {
57 algorithm "hmac-sha1";
81 key "sha1-trunc" {
83 algorithm hmac-sha1-80;
  /src/external/bsd/unbound/dist/testdata/fwd_bogus.tdir/
fwd_bogus.conf 13 fake-sha1: yes
  /src/external/gpl3/binutils/lib/libgnuctf/arch/aarch64/
defs.mk 5 G_libctf_la_SOURCES=ctf-archive.c ctf-dump.c ctf-create.c ctf-decl.c ctf-error.c ctf-hash.c ctf-labels.c ctf-dedup.c ctf-link.c ctf-lookup.c ctf-open.c ctf-serialize.c ctf-sha1.c ctf-string.c ctf-subr.c ctf-types.c ctf-util.c ctf-open-bfd.c
  /src/external/gpl3/binutils/lib/libgnuctf/arch/aarch64eb/
defs.mk 5 G_libctf_la_SOURCES=ctf-archive.c ctf-dump.c ctf-create.c ctf-decl.c ctf-error.c ctf-hash.c ctf-labels.c ctf-dedup.c ctf-link.c ctf-lookup.c ctf-open.c ctf-serialize.c ctf-sha1.c ctf-string.c ctf-subr.c ctf-types.c ctf-util.c ctf-open-bfd.c

Completed in 107 milliseconds

1 2 3 4 5 6 7 8 91011>>