Searched refs:ossl_sha1 (Results 1 – 2 of 2) sorted by relevance
23 unsigned char *ossl_sha1(const unsigned char *d, size_t n, unsigned char *md) in ossl_sha1() function
351 if (ossl_sha1(out, inl - 16, sha1tmp) /* Work out hash of first portion */ in des_ede3_unwrap()373 if (!ossl_sha1(in, inl, sha1tmp)) in des_ede3_wrap()
Completed in 8 milliseconds