Searched refs:sha1tmp (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/evp/
H A De_des3.c395 unsigned char icv[8], iv[8], sha1tmp[SHA_DIGEST_LENGTH]; local
424 SHA1(out, inl - 16, sha1tmp);
426 if (!CRYPTO_memcmp(sha1tmp, icv, 8))
429 OPENSSL_cleanse(sha1tmp, SHA_DIGEST_LENGTH);
441 unsigned char sha1tmp[SHA_DIGEST_LENGTH]; local
447 SHA1(in, inl, sha1tmp);
448 memcpy(out + inl + 8, sha1tmp, 8);
449 OPENSSL_cleanse(sha1tmp, SHA_DIGEST_LENGTH);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/evp/
H A De_des3.c395 unsigned char icv[8], iv[8], sha1tmp[SHA_DIGEST_LENGTH]; local
424 SHA1(out, inl - 16, sha1tmp);
426 if (!CRYPTO_memcmp(sha1tmp, icv, 8))
429 OPENSSL_cleanse(sha1tmp, SHA_DIGEST_LENGTH);
441 unsigned char sha1tmp[SHA_DIGEST_LENGTH]; local
447 SHA1(in, inl, sha1tmp);
448 memcpy(out + inl + 8, sha1tmp, 8);
449 OPENSSL_cleanse(sha1tmp, SHA_DIGEST_LENGTH);

Completed in 28 milliseconds