Searched refs:CCDigestCtx (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/text_cmds-88/md5/
H A Dcommoncrypto.c31 CCDigestCtx ctx;
42 __block CCDigestCtx ctx;
H A Dmd5.c89 typedef CCDigestCtx DIGEST_CTX;
/macosx-10.10/file_cmds-242/mtree/
H A Dcommoncrypto.c14 __block CCDigestCtx ctx;
/macosx-10.10/CommonCrypto-60061/include/
H A DCommonDigestSPI.h90 @typedef CCDigestCtx
97 } CCDigestCtx, *CCDigestRef; typedef in typeref:struct:CCDigestCtx_t
128 @abstract Initialize a CCDigestCtx for a digest.
170 @abstract Allocate and initialize a CCDigestCtx for a digest.
211 @abstract Clear and free a CCDigestCtx
223 @abstract Clear and re-initialize a CCDigestCtx for the same algorithm.
/macosx-10.10/OpenSSH-189/osslshim/ossl/
H A Dossl-evp-cc.c1482 .ctx_size = sizeof(CCDigestCtx),
1518 .ctx_size = sizeof(CCDigestCtx),
1553 .ctx_size = sizeof(CCDigestCtx),
1588 .ctx_size = sizeof(CCDigestCtx),
/macosx-10.10/CommonCrypto-60061/lib/
H A DCommonDigest.c201 CCDigestRef retval = CC_XMALLOC(sizeof(CCDigestCtx));

Completed in 257 milliseconds