__crypto_sha1_export
return __crypto_sha1_export(SHA1_CTX(desc), out);
return __crypto_sha1_export(&HMAC_SHA1_CTX(desc)->sha_ctx, out);