Searched refs:SHA_CTX (Results 1 - 16 of 16) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/compat/
H A Dsha.h79 } SHA_CTX; typedef in typeref:struct:SHAstate_st
82 void SHA_Init(SHA_CTX *c);
83 void SHA_Update(SHA_CTX *c, unsigned char *data, unsigned long len);
84 void SHA_Final(unsigned char *md, SHA_CTX *c);
86 void SHA1_Init(SHA_CTX *c);
87 void SHA1_Update(SHA_CTX *c, unsigned char *data, unsigned long len);
88 void SHA1_Final(unsigned char *md, SHA_CTX *c);
/macosx-10.9.5/ruby-104/ruby/ext/digest/sha1/
H A Dsha1ossl.h9 #define SHA1_CTX SHA_CTX
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/generic/
H A Dsha1.c45 #define CTX_TYPE SHA_CTX
130 sha1f.init ((SHA_CTX*) context);
160 sha1f.update ((SHA_CTX*) context, &buf, 1);
189 sha1f.update ((SHA_CTX*) context, (unsigned char*) buffer, bufLen);
218 sha1f.final ((unsigned char*) digest, (SHA_CTX*) context);
222 sha1f.final ((unsigned char*) result, (SHA_CTX*) context);
H A Dloadman.h123 void (* init) _ANSI_ARGS_ ((SHA_CTX* c));
124 void (* update) _ANSI_ARGS_ ((SHA_CTX* c, unsigned char* data,
126 void (* final) _ANSI_ARGS_ ((unsigned char* digest, SHA_CTX* c));
H A Dloadman.c51 void (* sha1_init) _ANSI_ARGS_ ((SHA_CTX* c));
52 void (* sha1_update) _ANSI_ARGS_ ((SHA_CTX* c, unsigned char* data, unsigned long length));
53 void (* sha1_final) _ANSI_ARGS_ ((unsigned char* digest, SHA_CTX* c));
/macosx-10.9.5/curl-78.94.1/curl/src/
H A Dtool_metalink.c44 # define SHA_CTX struct sha1_ctx macro
49 # define SHA_CTX gcry_md_hd_t macro
55 # define SHA_CTX void * macro
86 # define SHA_CTX struct win32_crypto_hash macro
138 static int SHA1_Init(SHA_CTX *ctx)
144 static void SHA1_Update(SHA_CTX *ctx,
151 static void SHA1_Final(unsigned char digest[20], SHA_CTX *ctx)
195 static int SHA1_Init(SHA_CTX *ctx)
201 static void SHA1_Update(SHA_CTX *ctx,
208 static void SHA1_Final(unsigned char digest[20], SHA_CTX *ct
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/
H A Dsha.h65 typedef struct sha SHA_CTX; typedef in typeref:struct:sha
H A Devp-hcrypto.c352 sizeof(SHA_CTX),
/macosx-10.9.5/CommonCrypto-60049/include/
H A DCommonDigest.h282 #define SHA_CTX CC_SHA1_CTX macro
/macosx-10.9.5/libarchive-29/libarchive/libarchive/
H A Darchive_hash.h111 typedef SHA_CTX archive_sha1_ctx;
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Dcrypto_openssl.c1103 SHA_CTX *c = racoon_malloc(sizeof(*c));
1115 SHA1_Update(ALIGNED_CAST(SHA_CTX *)c, data->v, data->l);
1129 SHA1_Final((unsigned char *) res->v, ALIGNED_CAST(SHA_CTX *)c);
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/open_ssl/openssl/
H A Devp.h323 SHA_CTX sha;
/macosx-10.9.5/diskdev_cmds-572.1.1/vsdbutil.tproj/
H A Dvsdbutil_main.c716 SHA_CTX context;
/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Dchap_ms.c116 #define SHA1_CTX SHA_CTX
/macosx-10.9.5/hfs-226.1.1/hfs_util/
H A Dhfsutil_main.c2503 SHA_CTX context;
/macosx-10.9.5/hfs-226.1.1/newfs_hfs/
H A Dmakehfs.c2070 SHA_CTX context;

Completed in 265 milliseconds