]> git.saurik.com Git - apple/xnu.git/blobdiff - EXTERNAL_HEADERS/corecrypto/ccsha1.h
xnu-4903.221.2.tar.gz
[apple/xnu.git] / EXTERNAL_HEADERS / corecrypto / ccsha1.h
index 3372324b9ae2fba58cae83ae836b62732a2348eb..3f343401e62934d7b2406ea7d1c9d51a773a7181 100644 (file)
 /* sha1 selector */
 const struct ccdigest_info *ccsha1_di(void);
 
-extern const uint32_t ccsha1_initial_state[5];
-
-/* shared between several implementations */
-void ccsha1_final(const struct ccdigest_info *di, ccdigest_ctx_t,
-                  unsigned char *digest);
-
-
 /* Implementations */
 extern const struct ccdigest_info ccsha1_ltc_di;
 extern const struct ccdigest_info ccsha1_eay_di;
 
 #if  CCSHA1_VNG_INTEL
-//extern const struct ccdigest_info ccsha1_vng_intel_di;
-#if defined(__x86_64__)
-extern const struct ccdigest_info ccsha1_vng_intel_AVX2_di;
-extern const struct ccdigest_info ccsha1_vng_intel_AVX1_di;
-#endif
 extern const struct ccdigest_info ccsha1_vng_intel_SupplementalSSE3_di;
 #endif