Searched refs:fingerprint (Results 1 - 23 of 23) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/trf/trf/generic/haval/
H A Dhavaltest.c51 static void haval_print (unsigned char *); /* print a fingerprint */
59 unsigned char fingerprint[FPTLEN >> 3]; local
75 haval_string (argv[i]+2, fingerprint);
77 haval_print (fingerprint);
92 if (haval_file (argv[i], fingerprint)) {
96 haval_print (fingerprint);
109 unsigned char fingerprint[FPTLEN >> 3]; local
130 haval_end (&state, fingerprint);
152 unsigned char fingerprint[FPTLEN >> 3]; local
159 haval_string (str, fingerprint);
[all...]
H A Dhaval.c7 * messages that are hashed into the same fingerprint.
225 void haval_string (string, fingerprint)
227 unsigned char fingerprint[FPTLEN >> 3];
234 haval_end (&state, fingerprint);
238 int haval_file (file_name, fingerprint)
240 unsigned char fingerprint[FPTLEN >> 3];
256 haval_end (&state, fingerprint);
267 fingerprint[FPTLEN >> 3]; local
274 haval_end (&state, fingerprint);
277 putchar(fingerprint[
[all...]
H A Dhaval.h12 * messages that are hashed into the same fingerprint.
49 haval_word fingerprint[8]; /* current state of fingerprint */ member in struct:__anon13311
/macosx-10.10/tcl-105/tcl_ext/trf/trf/generic/haval.1996/
H A Dhavaltest.c59 static void haval_print (unsigned char *); /* print a fingerprint */
65 unsigned char fingerprint[FPTLEN >> 3]; local
82 haval_string (argv[i]+2, fingerprint);
84 haval_print (fingerprint);
99 if (haval_file (argv[i], fingerprint)) {
103 haval_print (fingerprint);
116 unsigned char fingerprint[FPTLEN >> 3]; local
137 haval_end (&state, fingerprint);
158 unsigned char fingerprint[FPTLEN >> 3]; local
165 haval_string (str, fingerprint);
[all...]
H A Dhaval.c8 * messages that are hashed into the same fingerprint.
247 void haval_string (string, fingerprint)
249 unsigned char fingerprint[FPTLEN >> 3];
256 haval_end (&state, fingerprint);
260 int haval_file (file_name, fingerprint)
262 unsigned char fingerprint[FPTLEN >> 3];
278 haval_end (&state, fingerprint);
291 fingerprint[FPTLEN >> 3]; local
298 haval_end (&state, fingerprint);
301 putchar(fingerprint[
[all...]
H A Dhaval.h12 * messages that are hashed into the same fingerprint.
57 haval_word fingerprint[8]; /* current state of fingerprint */ member in struct:__anon13312
/macosx-10.10/security_certificates-55040/
H A DverifyRoots26 openssl x509 -inform DER -in roots/$root -noout -fingerprint -subject -nameopt oneline -dates
H A DbuildEVRoots155 CERT_SHA1=`"$OPENSSL" x509 -inform DER -in "$CERT_TO_HASH" -fingerprint -noout | sed -e 's/SHA1 Fingerprint=//' -e 's/://g'`
156 printf "Certificate fingerprint for \"%s\":\n" "$CERTFILE"
/macosx-10.10/ruby-106/ruby/sample/openssl/
H A Dc_rehash.rb100 fingerprint = fingerprint(cert.to_der)
101 filepath = link_hash(org_filename, name_hash, fingerprint) { |idx|
115 fingerprint = fingerprint(crl.to_der)
116 filepath = link_hash(org_filename, name_hash, fingerprint) { |idx|
128 def link_hash(org_filename, name, fingerprint)
134 if @fingerprint_cache[filepath] == fingerprint
141 @fingerprint_cache[filepath] = fingerprint
163 def fingerprint(de method
[all...]
/macosx-10.10/postfix-255/postfix/src/smtpd/
H A Dsmtpd_error.in57 fingerprint abcdef
/macosx-10.10/OpenSSL098-52/src/fips/
H A Dfipsld5 # Depending on output file name, the script either embeds fingerprint
35 # procedures. This is because in-core fingerprint and associated
96 { echo "${PREMAIN_C} fingerprint mismatch"; exit 1; }
100 { echo "${CANISTER_O} fingerprint mismatch"; exit 1; }
150 { echo "${CANISTER_O} fingerprint mismatch"; exit 1; }
155 { echo "${PREMAIN_C} fingerprint mismatch"; exit 1; }
/macosx-10.10/OpenSSL098-52/src/tools/
H A Dc_rehash105 my ($hash, $fprint) = `"$openssl" x509 -hash -fingerprint -noout -in '$fname'`;
113 # Hash matches: if fingerprint matches its a duplicate cert
136 my ($hash, $fprint) = `"$openssl" crl -hash -fingerprint -noout -in '$fname'`;
144 # Hash matches: if fingerprint matches its a duplicate cert
H A Dc_rehash.in105 my ($hash, $fprint) = `"$openssl" x509 -hash -fingerprint -noout -in '$fname'`;
113 # Hash matches: if fingerprint matches its a duplicate cert
136 my ($hash, $fprint) = `"$openssl" crl -hash -fingerprint -noout -in '$fname'`;
144 # Hash matches: if fingerprint matches its a duplicate cert
/macosx-10.10/OpenSSL098-52/src/apps/
H A Dcrl.c84 " -fingerprint - print the crl fingerprint\n",
111 int fingerprint = 0, crlnumber = 0; local
208 else if (strcmp(*argv,"-fingerprint") == 0)
209 fingerprint= ++num;
324 if (fingerprint == i)
H A Dx509.c113 " -fingerprint - print the certificate fingerprint\n",
191 int fingerprint=0; local
406 else if (strcmp(*argv,"-fingerprint") == 0)
407 fingerprint= ++num;
888 else if (fingerprint == i)
/macosx-10.10/Security-57031.1.35/Security/sec/Security/
H A DSecECKey.c348 CFDataRef fingerprint = CFDictionaryGetValue(parameters, _kSecKeyWrapPGPFingerprint); local
349 if (!isData(fingerprint) || CFDataGetLength(fingerprint) < kSecKeyWrapPGPFingerprintMinSize) {
350 SecError(errSecUnsupportedOperation, error, CFSTR("invalid fingerprint"));
391 curve, wrap, CFDataGetBytePtr(fingerprint),
675 CFDataRef fingerprint = CFDictionaryGetValue(parameters, _kSecKeyWrapPGPFingerprint); local
676 if (!isData(fingerprint) || CFDataGetLength(fingerprint) < kSecKeyWrapPGPFingerprintMinSize) {
677 SecError(errSecUnsupportedOperation, error, CFSTR("invalid fingerprint"));
699 CFDataGetBytePtr(fingerprint),
[all...]
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dmml2015.el412 (defun mml2015-gpg-pretty-print-fpr (fingerprint)
414 (fpr-length (string-width fingerprint))
417 (setq fingerprint (string-to-list fingerprint))
418 (while fingerprint
420 (setq slice (butlast fingerprint fpr-length))
421 (setq fingerprint (nthcdr 4 fingerprint))
/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/library/template/
H A Dtdelta.tcl12 # tdelta <reference file | channel> <target file | channel> [sizecheck [fingerprint]]
16 # sizecheck and fingerprint are booleans which enable time-saving checks:
22 # if fingerprint is True then 10 small strings ("fingerprints") are taken from the target
278 proc Digest {filename blockSize {sizecheck 0} {fingerprint 0}} {
303 if $fingerprint {
415 proc tdelta {referenceFile targetFile blockSize {sizecheck 0} {fingerprint 0}} {
417 set signature [Digest $targetFile $blockSize $sizecheck $fingerprint]
/macosx-10.10/vim-55/runtime/syntax/
H A Dgpg.vim29 \ export-secret-subkeys fast-import fingerprint
89 \ utf8-strings verbose with-colons with-fingerprint
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dmk-ca-bundle.vbs154 myCmd = myOpenssl & " x509 -md5 -fingerprint -text -inform PEM" & _
H A Dssh.c642 const char *fingerprint = libssh2_hostkey_hash(sshc->ssh_session, local
645 if(fingerprint) {
646 /* The fingerprint points to static storage (!), don't free() it. */
648 snprintf(&md5buffer[i*2], 3, "%02x", (unsigned char) fingerprint[i]);
649 infof(data, "SSH MD5 fingerprint: %s\n", md5buffer);
652 /* Before we authenticate we check the hostkey's MD5 fingerprint
653 * against a known fingerprint, if available.
656 if(!fingerprint || !strequal(md5buffer, pubkey_md5)) {
657 if(fingerprint)
659 "Denied establishing ssh session: mismatch md5 fingerprint
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_credential.c1806 static char fingerprint[] = {0xab, 0xcd, 0xef, 0xab, 0xcd, 0xef, 0xab, 0xcd, 0xef, 0xab, 0xcd, 0xef}; local
1811 if (bcmp((void *)guid, fingerprint, 12) == 0) {
/macosx-10.10/vim-55/runtime/autoload/
H A Dphpcomplete.vim1901 \ 'gnupg_adddecryptkey(': 'resource identifier, string fingerprint, string passphrase | bool',
1902 \ 'gnupg_addencryptkey(': 'resource identifier, string fingerprint | bool',
1903 \ 'gnupg_addsignkey(': 'resource identifier, string fingerprint [, string passphrase] | bool',
1911 \ 'gnupg_export(': 'resource identifier, string fingerprint | string',

Completed in 427 milliseconds